appliance-cli secrets add

Add a secret to the Appliance Secret Store

Synopsis

Add a secret to the Appliance Secret Store.

The secret can either be passed as an argument or via stdin. We highly recommend passing it via stdin to not leak it in the shell history.

appliance-cli secrets add [secret-id] [plaintext] [flags]

Examples

  cat secret-file | appliance-cli secrets add forwarding-key_1-ff00:0:110@1
  appliance-cli secrets add forwarding-key_1-ff00:0:110@1 plain-secret

Options

      --context string   Select the appliance context
  -h, --help             help for add
      --insecure         Disable SSL verification

SEE ALSO