clockify-cli config list

clockify-cli config list

List all parameters set by the user

clockify-cli config list [flags]

Examples

$ clockify-cli config list
allow-incomplete: false
allow-name-for-id: true
allow-project-name: true
debug: false
description-autocomplete: true
description-autocomplete-days: 15
interactive: true
no-closing: false
show-task: false
show-total-duration: true
token: Yamdas569
user:
  id: ffffffffffffffffffffffff
workspace: eeeeeeeeeeeeeeeeeeeeeeee
workweek-days:
- monday
- tuesday
- wednesday
- thursday
- friday

Options

  -f, --format string   { yaml | json } output format (default "yaml")
  -h, --help            help for list

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