From-scratch rewrite of the handout CLI client
npm install -g @tailored-apps/handout-client
`Before you can use handout, you will have to configure the client using the
handout configure command. Your friendly neighborhood sysadmin will provide you with your accountname as well as the various passwords or secrets that handout will ask you for.Alternatively, you can provide the path to a predefined handout config through the
HANDOUT_CONFIG_FILE environment variable. Usage
Help and argument lists are available for every command using the -h option, i.e. handout -h for a list of all available commands, and handout for a list of all available options and parameters for a particular command (e.g. handout deploy -h).handout-admin
If you have been granted admin access, you will also be able to use the various commands that the
handout-admin cli provides. Again, the -h` option will show all available commands or all available options for a particular command.