Manages CLI configuration
Changes or shows configuration settings for clockify-cli
These are the parameters manageable:
# cli will guide you to configure the CLI
$ clockify-cli config init
# token is the minimum information required for the CLI to work
$ clockify-cli set token <token>
# you can see your current parameters using:
$ clockify-cli get
# if you wanna see the value of token parameter:
$ clockify-cli get token
-h, --help help for config
--allow-name-for-id allow use of project/client/tag's name when id is asked
-i, --interactive will prompt you to confirm/complement commands input before executing the action
-L, --interactive-page-size int will set how many items will be shown on interactive mode (default 7)
--log-level string { none | debug | info } set log level (default "none")
-t, --token string clockify's token
Can be generated here: https://clockify.me/user/settings#generateApiKeyBtn
-u, --user-id string user id from the token
-w, --workspace string workspace to be used