clockify-cli tag

clockify-cli tag

List tags on Clockify

clockify-cli tag [flags]

Examples

$ clockify-cli tag
+--------------------------+------------------+
|            ID            |       NAME       |
+--------------------------+------------------+
| 62194867edaba27d0a45b464 | Code Review      |
| 6219485e8cb9606d934ebb5f | Meeting          |
| 621948708cb9606d934ebba7 | Pair Programming |
| 6143b768195e5c503960a775 | Special Tag      |
+--------------------------+------------------+

$ clockify-cli tag --name code -q
62194867edaba27d0a45b464

$ clockify-cli tag --format "{{.Name}}" -archived
Archived Tag

Options

      --archived        only display archived tags
  -f, --format string   golang text/template format to be applied on each Tag
  -h, --help            help for tag
  -n, --name string     will be used to filter the tag by name
  -q, --quiet           only display ids

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

  • clockify-cli - Allow to integrate with Clockify through terminal
Auto generated by spf13/cobra on 29-Mar-2024