mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-09 15:32:46 -04:00
Feat/config/generate (#136)
Implement config command & generate verb to write default configuration to file or stdout.
This commit is contained in:
parent
49ee05b680
commit
094a8b7659
5 changed files with 145 additions and 0 deletions
|
@ -38,6 +38,7 @@ func NewRootCmd() *cobra.Command {
|
|||
rootCmd.AddCommand(newRecoverCmd())
|
||||
rootCmd.AddCommand(newTerminateCmd())
|
||||
rootCmd.AddCommand(newVersionCmd())
|
||||
rootCmd.AddCommand(newConfigCmd())
|
||||
|
||||
return rootCmd
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue