Releases: nikhilsbhat/gocd-cli
Releases · nikhilsbhat/gocd-cli
v0.1.9
v0.1.8
Changelog
- ed2d71d Add subcommand to support triggering material update
- e448c69 Add support for fetching VSM details of multiple pipelines
- 0825f02 Add support for fetching last modification time information of a config repostitory
- 669f3e5 Add support to fetch ID from the material
- b852266 Add support to get the downstream pipelines from the VSM
- 6679769 Group all common plugin flags
- 366e0c3 Print an error message in case of backup failures, along with the state.
- e88aabc Replace configrepo sub-command get-failed with get-internal to make it more scalable
- 9876c28 Update gocd sdk to use the internal API for fetching material information
v0.1.7
v0.1.6
v0.1.5
Changelog
- 6ca3dbe Add support for fetching cipher key from file while decrypting the secrets.
- 855ae28 Add support for subcommand run/runfailed jobs and run/cancel stages of GoCD pipeline
- 9e12ff7 Add support to fetch updates of agent with name
- ff8c9a6 Add support to filter pipelines by pipeline-groups and environments
- a3ee2b9 Update DOCs with updated command/subcommand
- 029a940 Update gocd sdk version to v0.1.7
v0.1.4
v0.1.3
v0.1.2
Changelog
- 221b29a Add initial fix for subcommand last-schedule and not-schedule when history is empty
- 3d1e8fb Add support for GET pipeline run history, last-schedule and pipelin not run in last X days
- c64416b Add support for GET usage of elastic-agent-profiles
- 811b39a Add support for sub-command get-definitions for command configrepo
- 8cb7099 Better handle the error in command not-scheduled
- e0ae7d6 Fix duplicates in elastic-agent-profile usgae command
- 8d3bce0 Update cli documentation with newer pipeline subcommands
- 1fc547f Update gocd sdk version to v0.1.4
- 4cc0c0d Update/Create cli documentation for newer commands/subcommands added