1
0
mirror of https://github.com/smallstep/cli.git synced 2025-08-09 03:22:43 +03:00

Fix word-wrapping in step api token create example

This PR uses the code block to avoid word-wrapping an example. It also
makes the title uppercase to match the rest of the commands.
This commit is contained in:
Mariano Cano
2023-04-14 13:07:47 -07:00
parent 49b906faaf
commit 1acf7a0eed

View File

@@ -40,10 +40,11 @@ func createCommand() cli.Command {
<key-file>
: File to read the private key (PEM format).
## Examples
## EXAMPLES
Use a certificate to get a new API token:
'''
$ step api token create ff98be70-7cc3-4df5-a5db-37f5d3c96e23 internal.crt internal.key
`,
'''`,
}
}