Documentation ¶
Overview ¶
cmd package create the main miactl root command for cobra and initialize all the subcommands and flags
Index ¶
- Variables
- func CompanyCmd(options *clioptions.CLIOptions) *cobra.Command
- func ContextCmd(options *clioptions.CLIOptions) *cobra.Command
- func MarketplaceCmd(options *clioptions.CLIOptions) *cobra.Command
- func NewRootCommand() *cobra.Command
- func ProjectCmd(o *clioptions.CLIOptions) *cobra.Command
- func RuntimeCmd(o *clioptions.CLIOptions) *cobra.Command
- func VersionCmd(_ *clioptions.CLIOptions) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
View Source
var BuildDate = "" // YYYY-MM-DD
BuildDate is dynamically set at build time by the cli or overridden in the Makefile.
View Source
var Version = ""
Version is dynamically set by the ci or overridden by the Makefile.
Functions ¶
func CompanyCmd ¶ added in v0.6.0
func CompanyCmd(options *clioptions.CLIOptions) *cobra.Command
func ContextCmd ¶ added in v0.6.0
func ContextCmd(options *clioptions.CLIOptions) *cobra.Command
func MarketplaceCmd ¶ added in v0.8.0
func MarketplaceCmd(options *clioptions.CLIOptions) *cobra.Command
func NewRootCommand ¶ added in v0.6.0
func ProjectCmd ¶ added in v0.6.0
func ProjectCmd(o *clioptions.CLIOptions) *cobra.Command
func RuntimeCmd ¶ added in v0.8.0
func RuntimeCmd(o *clioptions.CLIOptions) *cobra.Command
func VersionCmd ¶ added in v0.8.0
func VersionCmd(_ *clioptions.CLIOptions) *cobra.Command
Types ¶
This section is empty.
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
iam/group
group package contains subcommands and functions for managing groups
|
group package contains subcommands and functions for managing groups |
iam/serviceaccount
serviceaccount package contains subcommands and functions for managing service accounts
|
serviceaccount package contains subcommands and functions for managing service accounts |
iam/serviceaccount/basic
basic package contains the function for creating a basic authentication service account
|
basic package contains the function for creating a basic authentication service account |
iam/serviceaccount/jwt
jwt package contains the function for creating a jwt authentication service account
|
jwt package contains the function for creating a jwt authentication service account |
iam/user
user package contains subcommands and functions for managing users
|
user package contains subcommands and functions for managing users |
environments package contains subcommands and functions for managing project environments
|
environments package contains subcommands and functions for managing project environments |
events package contains subcommands and functions for managing events
|
events package contains subcommands and functions for managing events |
logs package contains subcommands and functions for displaying resources logs
|
logs package contains subcommands and functions for displaying resources logs |
resources package contains subcommands and functions for managing runtime resources
|
resources package contains subcommands and functions for managing runtime resources |
Click to show internal directories.
Click to hide internal directories.