mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 11:37:01 -07:00
chore: updated list cmd
This commit is contained in:
parent
fb1b7bf99c
commit
62a7c436a3
1 changed files with 0 additions and 1 deletions
|
|
@ -99,7 +99,6 @@ func init() {
|
||||||
listDrivesCmd.Flags().StringVarP(&listPassword, "password", "p", "", "Set the password for BMC login")
|
listDrivesCmd.Flags().StringVarP(&listPassword, "password", "p", "", "Set the password for BMC login")
|
||||||
listDrivesCmd.Flags().BoolVarP(&insecure, "insecure", "i", false, "Skip TLS verification")
|
listDrivesCmd.Flags().BoolVarP(&insecure, "insecure", "i", false, "Skip TLS verification")
|
||||||
listDrivesCmd.Flags().StringVarP(&secretsFile, "secrets-file", "f", "secrets.json", "Set the path to secrets store file to store credentials")
|
listDrivesCmd.Flags().StringVarP(&secretsFile, "secrets-file", "f", "secrets.json", "Set the path to secrets store file to store credentials")
|
||||||
listDrivesCmd.Flags().StringVarP(&listOutputFormat, "format", "F", FORMAT_LIST, "Set the output format (list|json|yaml)")
|
|
||||||
|
|
||||||
ListCmd.AddCommand(listDrivesCmd)
|
ListCmd.AddCommand(listDrivesCmd)
|
||||||
rootCmd.AddCommand(ListCmd)
|
rootCmd.AddCommand(ListCmd)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue