Skip to content

Releases: twopt/clickup

v0.2.6

24 Apr 16:04
36180f9

Choose a tag to compare

Only the access token need to be update to "api"
https://developer.clickup.com/docs/authentication

OAuth resources and specs:

Authentication: OAuth 2.0
Grant Type: Authorization Code. Learn more.
Authorization URL: https://app.clickup.com/api
Access Token URL: https://api.clickup.com/api/v2/oauth/token

v0.2.5

27 Feb 19:33
3fa3839

Choose a tag to compare

Full Changelog: v0.2.4...v0.2.5

v0.2.1

21 Jan 23:49
6a39281

Choose a tag to compare

Changelog

  • 6a39281 Merge pull request #8 from twopt/fix_config
  • 45f7756 IMPROVEMENT: check error and log for config writing
  • a8ddb82 FIX: WriteConfigAs to a File, not Config dir

v0.2

20 Jan 23:11
68abfd8

Choose a tag to compare

Changelog

  • 68abfd8 Merge pull request #7 from twopt/rename-repo
  • 385ed9e move package references to github.com/twopt/clickup
  • d680e01 updated config instructions
  • f48fcad Merge pull request #6 from twopt/cobra-refactor-with-tests
  • 14822ef removed port configuration from set
  • 83b51d6 cleanup on set command confirmation log message for consistency
  • ac62284 rename api package to client for clarity
  • bedc479 reduced complexity on CheckTokenExists if logic
  • ef3a5c7 more descriptive function name for CheckTokenExists
  • 6d792c1 switched arg check to cobra positional args functions
  • b7c921f cleanup utils package
  • 043c4ef mod cleanup
  • 5d719c7 restructure for go best practices
  • c03ddff moved mock API URL constants to test
  • 49d00ee more specific usage error message
  • 8d7bbfb cleanup on error messaging
  • 87ccaa9 remove extraneous -a from usage
  • 9251bde remove unused Run: command
  • c7277f6 remove extraneous -a from usage
  • 6a49536 remove version, remove Run empty func, comment formatting update, switch to filepath.join
  • 83c7fe5 removing win-arm arch
  • 01a799e more ignores
  • 44f3ef7 v0.1.10
  • 63a2d5a simplified settings maintenance via package var map
  • 7e539f1 removed space and folder lists requests to seperate commands
  • 36e2d23 add folderless-lists command
  • abc1652 wrong var name on archived flag lookup
  • 332e155 Revert "typo on archived bind statement"
  • e741db3 typo on archived bind statement
  • efa4f49 added get lists command
  • 0d667ea moved format func to format.go file
  • b2e14a2 reduce repeated output call list with request func
  • bf998ee change getjson return type to match cleanup
  • 47fb9e0 add error to auth failed log message
  • f72c165 removed unneeded string type change
  • b9645ff complete get list(s) options
  • 314bc2c Merge pull request #10 from fantasticrabbit/get-list
  • f85635b updated with list usage
  • b196ea9 Merge branch 'get-list' of github.com:fantasticrabbit/ClickupCLI into get-list
  • df079a5 cleanup on formatJSON func
  • 086d6ec format fixes, update to set team instructions for clarification
  • 9e8ec07 bug fix on api URL change
  • 8f451e6 Merge branch 'main' of github.com:fantasticrabbit/ClickupCLI into get-list
  • 044e921 format JSON output
  • 5a6cdcf updated usage to include set token
  • fa7f390 added token to set command for manual config
  • d7311e2 change ctoken name to token
  • a9f7b0e pulled api URLs out into constants
  • 9428fdb initial get list without options
  • 01e4b70 updated readme
  • 284cd13 version bump
  • a1fc657 move port default to root.go
  • cbe4a00 change team id flag name
  • aee71d2 move token check to prevent running when not needed
  • 7acfbd1 missing string function
  • e146c46 add set command for configuration
  • cc8e9ee add version info to root command
  • 804633a moved config file paths to vars
  • ded90ca removed file option
  • fff10f2 makefile build cleanup
  • 769ba24 Merge pull request #9 from fantasticrabbit/setup-tests
  • 756ae55 basic GetJSON test
  • 8aa6584 initial test code with mock client
  • 21867e8 moving file flag around
  • 89be43f added mocks package with client
  • 0e96812 setup http client interface
  • 9a6b486 explicit comment for funcs
  • ea9b360 completed requester interface for get task
  • 2a55898 updated usage details
  • 09c7e72 added writeout function to requester interface to generalize file-based output
  • e2d5807 Merge pull request #8 from fantasticrabbit/setup-interface
  • 90ad28c moved env var exist check to auth.go
  • ceb27f5 add subtasks flag
  • c37003f add subtasks flag to buildpath
  • f7ad91a comment cleanup, exit logging
  • 07ce3ac refactoring for requester interface
  • 4eb94b1 abstracted JSON request as interface
  • 91796b6 cleanup on error logging and exit using log.fatalln
  • 9179eb8 cleanup on error logging and exit using log.fatalln
  • 4d3e5d0 simplified/clarified variable declarations
  • 89eca13 simplify #-char removal with Trim command
  • 56d0c71 Merge branch 'main' of github.com:fantasticrabbit/ClickupCLI
  • 912c164 ignore json files and new exe names
  • 83718df go.mod tidied
  • 179e0e6 updated get task instructions
  • d05c9e9 changed taskid from flag to required argument
  • 0af96f1 typo, fixed subcommand flags assigned to get command
  • 2537c40 better error handling and state check for config file creation
  • c041e0d initial change for gettask function to a subcommand
  • f174186 function documentation
  • 377537f silly MD format issue
  • 9300a59 needed backslash for config file path
  • 2e40f17 switching to goreleaser
  • c07129f goreleaser test
  • f371905 updated config and usage instructions
  • 15c41eb provide URL redirect port as config variable
  • 3f1ab5b caps-ing env prefix for clarity
  • 23c5b76 clarified comment, adjust config location
  • cb6c94d removed extraneous comment, adjust config location
  • 10e4be0 change error message output to stderr
  • f7a2a92 removed cobra boilerplate comment
  • 2e2846b added logout subcommand functionality
  • 819d1de specify config path instead of providing search parameters
  • cd62f76 set default redirect port, updated config location, added config checks
  • aa97a69 updated usage instructions
  • 13200a7 rename tok variable to be explicit, reversed auth log to failure, updated GetToken function name
  • 62b2435 simplify function name for GetCUToken
  • 7f43b2c simplify name for GetTask function
  • 0cdf263 removed comment
  • a07fdbd more Makefile cleanup
  • eb56e49 build name typo
  • 5cd7bd6 cleanup comments, rename builds to clickup
  • e2a063b add macos build to releases action
  • 007a64c move get task functionality to flag command in get.go
  • 2e91bae Merge branch 'main' of github.com:fantasticrabbit/ClickupCLI
  • 4e87aa9 cleanup switch logic
  • d54cab4 remove extraneous comments
  • 08fab5e Delete cucli 2
  • a815444 updated usage
  • 8c12ed0 windows container for build logging errors
  • 9fe6932 add git repo to release stage for log reporting
  • debaeab updated build log steps
  • 366c38f build action updates
  • 12c28ca update version
  • 7e868f3 update build command
  • 15c73e3 auth config stored locally
  • 6d2ce61 Updated usage instructions
  • 9970ad3 cleanup unused commands, get task to stdout working
  • 8c930ac added makefile, more auth refactor
  • af4ab43 more refactor internal main.go away
  • f615bc9 refactored internal main.go away
  • 2e9ee37 Casing errors are the worst.
  • 88b3447 I hate casing errors
  • 57e5e14 change go.mod domain
  • 435537d Merge pull request #2 from fantasticrabbit/cobra-viper-refactor
  • 6ccb57f added viper storage for auth vars and get task cmd
  • b318204 initial dir structure and cobra, viper setups
  • 5bc0c0b build action message cleanup
  • 393f656 cleanup for build issue with go version
  • 60e4eb7 cleanup Usage
  • 597e3aa rename .exe for releases
  • 0584468 var cleanup from merge
  • e5114c3 Merge
  • 5e992b8 Merge branch 'main' into main
  • 67134f8 Merge readme.md changes from remote
  • c5e868a added CLI flags for tasks and storing returned JSON in file
  • 16ffb8b no longer need browser dependency
  • 01d0613 Update README.md
  • bd3243e updated build instructions to GitHub Actions
  • aeb71cd retrieving config fields from json

Release v0.1.3

11 Oct 18:09

Choose a tag to compare

ACERT Build refs/tags/v0.1.3:
4dbb619 (update module name and build env)
ddcf10f (update go version for build action)