You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 26, 2023. It is now read-only.
It is currently inconsistent, some commands start with capital letters other not.
We should make sure all commands short descriptions start with capitalized letters.
Current output of layerform --help
> layerform --helpLayerform helps engineers create their own staging environments using plain Terraform files.Please read our documentation at https://docs.layerform.dev for more information.Usage: layerform [command]Available Commands: completion Generate the autocompletion script for the specified shell configure transforms layer definition configurations in an actual layer definition file help Help about any command kill destroys a layer instance list List layerform resources output reads all output variables from the provided layer instance refresh refreshes a layer instance spawn creates a layer instanceFlags: -h, --help help for layerform -v, --version version for layerformUse "layerform [command] --help" for more information about a command.
Desired output:
> layerform --helpLayerform helps engineers create their own staging environments using plain Terraform files.Please read our documentation at https://docs.layerform.dev for more information.Usage: layerform [command]Available Commands: completion Generate the autocompletion script for the specified shell configure transforms layer definition configurations in an actual layer definition file help Help about any command kill Destroys a layer instance list List layerform resources output Reads all output variables from the provided layer instance refresh Refreshes a layer instance spawn Creates a layer instanceFlags: -h, --help help for layerform -v, --version version for layerformUse "layerform [command] --help" for more information about a command.
It is currently inconsistent, some commands start with capital letters other not.
We should make sure all commands
shortdescriptions start with capitalized letters.Current output of
layerform --helpDesired output: