delete secret

Delete a secret

Synopsis

Delete

This command deletes a secret from torero's database. Deletion operations can not be undone.

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   Path to the configuration file
      --raw             Displays the result of the command in its raw format
      --verbose         Enable verbose output

SEE ALSO