mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-07 06:22:17 -04:00
Add 'constellation config instance-types'
This commit is contained in:
parent
39eb58b403
commit
c0bfb9b61e
3 changed files with 38 additions and 0 deletions
|
@ -14,6 +14,7 @@ func NewConfigCmd() *cobra.Command {
|
|||
|
||||
cmd.AddCommand(newConfigGenerateCmd())
|
||||
cmd.AddCommand(newConfigFetchMeasurementsCmd())
|
||||
cmd.AddCommand(NewConfigInstanceTypesCmd())
|
||||
|
||||
return cmd
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue