|
de85fd0cef
|
Use github.com/smallstep/cli-utils and reorder imports
|
2024-09-30 13:25:46 +02:00 |
|
|
ac097ff2e9
|
Use uuid.Validate for cases where the UUID isn't used
In https://github.com/google/uuid/pull/141 a new `Validate` function
was added to the `uuid` package. This can be used when no UUID
struct is required, so can be used instead of `Parse`.
This takes https://github.com/smallstep/cli/pull/1087, but uses
`uuid.Validate` in one location.
|
2023-12-19 11:48:16 +01:00 |
|
|
b9293b3648
|
Create API tokens with team slug (#980)
|
2023-07-14 11:24:39 -05:00 |
|
|
cbea039cc6
|
Add audience flag to api token create (#927)
|
2023-05-01 09:39:09 -05:00 |
|
|
1acf7a0eed
|
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.
|
2023-04-14 13:12:20 -07:00 |
|
|
26e2b891e2
|
Add step api token create command (#842)
|
2023-02-16 10:16:18 -06:00 |
|