# `smallforce app secret`

Manage write-only secrets for one explicit environment

This page is generated from the same Commander definition shipped in SmallForce CLI 0.1.7. Run `smallforce app secret --help` locally to view the same reference for your installed version.

## Subcommands

- [`smallforce app secret put`](/docs/cli/commands/app/secret/put): Create or replace a write-only secret
- [`smallforce app secret delete`](/docs/cli/commands/app/secret/delete): Delete a server secret

## Complete command help

```text
Usage: smallforce app secret [options] [command]

Manage write-only secrets for one explicit environment

Options:
  -h, --help               display help for command

Commands:
  put [options] <name>     Create or replace a write-only secret
  delete [options] <name>  Delete a server secret
  help [command]           display help for command
```

## Related reference

- [`smallforce app`](/docs/cli/commands/app): Parent command and related operations.
- [CLI installation and authentication](/docs/cli/getting-started): Install the CLI and configure an API key.
- [CLI JSON output](/docs/cli/json-output): Use stable machine-readable output in scripts and agents.
