delete secret

Delete a secret

Synopsis

Delete

This command deletes a secret from torero's database.

Warning: You can't undo delete operations. The delete command doesn't check if other resources reference the secret you're deleting. Consider the potential impacts before you delete a resource.

torero delete secret <secret-name> [flags]

Examples

Delete A Secret

Deletes a secret called my-secret

>_ torero delete secret my-secret

Options

  -h, --help   help for secret

Options inherited from parent commands

      --config string   Specify the path to the configuration file
      --raw             Displays the result of the command in its raw format
      --verbose         Enable verbose output

SEE ALSO