Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.02 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.02 KB

Totem-cli

Daily activity reporting CLI tool for Anoki's totem

Usage

Type totem or totem help to show available commands. For example:

Daily activity reporting tool for Anoki's totem

Usage:
  totem [command]

Available Commands:
  auth        Authorize using anoki's credentials
  completion  Generate the autocompletion script for the specified shell
  help        Help about any command

Flags:
  -h, --help     help for totem
  -t, --toggle   Help message for toggle

Use "totem [command] --help" for more information about a command.

Authentication

To use the other commands you must authenticate first using your Anoki credentials. For example:

$ totem auth -u [email protected] -p yourpassword

Or just type totem auth to log in interactively. After the authentication you'll be asked if you want to save your credentials in a .totemconfig file, which default location is in the home directory. Example of a .totemconfig file:

email = '[email protected]'
password = 'yourpassword'