You've already forked step-ca-cli
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:
@@ -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
|
||||
`,
|
||||
'''`,
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user