Generate a readable name for throwaway infrastructure
readable-name-generatorcapable_munsonreadable-name-generator --initial-seed 1gregarious_paulireadable-name-generator --initial-seed 1 --separator "###"gregarious###paulireadable-name-generator --helpreadable-name-generator 2.100.23
Generate a readable name for throwaway infrastructure
USAGE:
readable-name-generator [OPTIONS]
OPTIONS:
-c, --completion <completion_shell>
Generate completion for your shell [possible values: bash, elvish, fish, powershell,
zsh]
-h, --help
Print help information
-i, --initial-seed <initial_seed>
Use a known seed to generate the readable name for repeatability [env:
READABLE_NAME_GENERATOR_INITIAL_SEED=]
-s, --separator <separator>
The separator to use [env: READABLE_NAME_GENERATOR_SEPARATOR=] [default: _]
-V, --version
Print version informationWe also have a docker image
docker run --rm -it ghcr.io/purplebooth/readable-name-generator:latest -i 1gregarious_pauliDownload the latest release and run it. I install it with homebrew. Or you could use docker.
brew install PurpleBooth/repo/readable-name-generatorBinaries for Windows, Linux and MacOS are available on the releases page
To run the tests, run
just testTo run the end-to-end tests, run
just specdownTo automatically tidy up the code in whatever way possible run
just fmtWe have a docker container
docker build -t "ghcr.io/purplebooth/readable-name-generator:latest"
docker run --rm -it ghcr.io/purplebooth/readable-name-generator:latest -i 1gregarious_pauli