(command-juju-secrets)= # `juju secrets` > See also: [add-secret](#add-secret), [remove-secret](#remove-secret), [show-secret](#show-secret), [update-secret](#update-secret) **Aliases:** list-secrets ## Summary Lists secrets available in the model. ### Options | Flag | Default | Usage | | --- | --- | --- | | `--format` | tabular | Specify output format (json|tabular|yaml) | | `-m`, `--model` | | Model to operate in. Accepts [<controller name>:]<model name>|<model UUID> | | `-o`, `--output` | | Specify an output file | | `--owner` | | Include secrets for the specified owner | ## Examples juju secrets juju secrets --format yaml ## Details Displays the secrets available for charms to use if granted access.