Documentation ¶
Index ¶
- func ActionConfigKeys(cmd *cobra.Command) carapace.Action
- func ActionExecKinds() carapace.Action
- func ActionPluginKinds(cmd *cobra.Command) carapace.Action
- func ActionPluginNames(cmd *cobra.Command, kind string) carapace.Action
- func ActionPluginVersions(cmd *cobra.Command, kind string, name string) carapace.Action
- func ActionSecretsProvider() carapace.Action
- func ActionStacks(cmd *cobra.Command, opts StackOpts) carapace.Action
- func ActionTemplates() carapace.Action
- func ActionUrns(cmd *cobra.Command) carapace.Action
- type StackExport
- type StackOpts
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ActionExecKinds ¶
func ActionPluginVersions ¶
func ActionSecretsProvider ¶
func ActionTemplates ¶
Types ¶
type StackExport ¶
type StackExport struct { Deployment struct { Resources []struct { Urn string `json:"urn"` } `json:"resources"` } `json:"deployment"` }
Click to show internal directories.
Click to hide internal directories.