Adds random command with uuid subcommand (#2050)

This commit is contained in:
Joseph T. Lyons
2020-06-25 01:51:09 -04:00
committed by GitHub
parent 6372d2a18c
commit 72a21ad619
11 changed files with 142 additions and 0 deletions

12
docs/commands/random.md Normal file
View File

@ -0,0 +1,12 @@
# random
Use `random` to generate random values
* `random uuid`: Generate a random uuid4 string
## Examples
```shell
> random uuid
8af4de39-acbc-42f0-94d1-7cfad6c01f8b
```