tailorctl workspace vault secret update

Updates a secret in the vault.

Usage

tailorctl workspace vault secret update [flags]

Flags

  -h, --help           help for update
  -i, --interactive    interactive mode
  -n, --name string    secret name
  -d, --value string   value string
  -v, --vault string   vault name

Flags inherited from parent commands

  -w, --workspace_id string   workspace ID (overrides active context)

Examples

tailorctl workspace vault secret update --vault={VAULT_NAME} --name={SECRET_NAME} --value={UPDATE_VALUE}

See also