mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-12-15 08:05:19 -05:00
cli: automatically add iam values to config (#782)
* AB#2706 Automatically add IAM values to config
This commit is contained in:
parent
c66119fe93
commit
64ec0408da
8 changed files with 570 additions and 110 deletions
|
|
@ -32,6 +32,8 @@ func newIAMCreateCmd() *cobra.Command {
|
|||
Args: cobra.ExactArgs(0),
|
||||
}
|
||||
|
||||
cmd.PersistentFlags().Bool("generate-config", false, "Automatically generate a config file and fill in the required fields")
|
||||
|
||||
cmd.AddCommand(newIAMCreateAWSCmd())
|
||||
cmd.AddCommand(newIAMCreateAzureCmd())
|
||||
cmd.AddCommand(newIAMCreateGCPCmd())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue