Retrieves one parameter set by the user
clockify-cli config get <param> [flags]
$ clockify-cli config get token
Yamdas569
$ clockify-cli config get workweek-days --format=json
["monday","tuesday","wednesday","thursday","friday"]
-f, --format string { yaml | json } output format (default "yaml")
-h, --help help for get
--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