mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-07 22:42:22 -04:00
add ssh subcommand
This commit is contained in:
parent
e6048e093b
commit
1850d4b327
3 changed files with 112 additions and 0 deletions
|
@ -61,6 +61,7 @@ func NewRootCmd() *cobra.Command {
|
|||
rootCmd.AddCommand(cmd.NewIAMCmd())
|
||||
rootCmd.AddCommand(cmd.NewVersionCmd())
|
||||
rootCmd.AddCommand(cmd.NewInitCmd())
|
||||
rootCmd.AddCommand(cmd.NewSSHCmd())
|
||||
rootCmd.AddCommand(cmd.NewMaaPatchCmd())
|
||||
|
||||
return rootCmd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue