clockify-cli config set

clockify-cli config set

Changes the value of one parameter

clockify-cli config set <param> <value> [flags]

Examples

$ clockify-cli config set token "Yamdas569"
$ clockify-cli config set workweek-days monday,tuesday,wednesday,thursday,friday
$ clockify-cli config set show-task true
$ clockify-cli config set user.id 4564d5a6s4d54a5s4dasd5

Options

  -h, --help   help for set

Options inherited from parent commands

      --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

SEE ALSO

Auto generated by spf13/cobra on 29-Mar-2024