Releases: ConductorOne/cone
Releases · ConductorOne/cone
v0.0.9
What's Changed
- Add include-deleted flag to task and entitlement search. by @ggreer in #78
- Update sdk version by @notanthony in #80
- Redact auth in debug tripper by @loganintech in #81
- Can sort by multiple cols now by @notanthony in #82
- Update debug tripper redacted by @loganintech in #86
- Added request source to http client by @notanthony in #85
- Will always sort in the same order by @notanthony in #84
- Anthony/search request optimization by @notanthony in #83
Full Changelog: v0.0.8...v0.0.9
v0.0.8
What's Changed
- Update README.md by @mindymo in #72
- Update cone to work with regenerated go SDK. by @ggreer in #74
- Search requestable entitlements with an app filter by @loganintech in #75
- Added 'Bearer' in front of the bearer token for both the raw and default output by @GrantKop in #76
- Validate Arg Length by @GrantKop in #73
- Added a check to see if CONE_API_ENDPOINT is the empty string before using it by @GrantKop in #77
New Contributors
Full Changelog: v0.0.7...v0.0.8
v0.0.7
Changelog
- cb7da4c Emergency access (#71)
- 9ab5417 Fix --output=json of cone search. (#69)
- 2eba794 Show entitlement ID in wide view. (#68)
- b7c743f Cone token command (#67)
- a928cc8 Print user code during
cone login
flow (#66) - 7ad30e2 Added a few descriptions for task commands (#65)
- ea1b085 Fix 400 bad request when running cone get/drop. (#64)
- c92d52c Search entitlements by status (#63)
- 09e8139 Implement
cone has <app-id> <entitlement-id>
(#62) - 14adf48 Updated references to work with SDK v1.5 (#61)
- 9164e65 Changed output of single row tables to single object displays (#60)
v0.0.6
What's Changed
- Mandatory justification flag by @notanthony in #48
- Anthony/whoami upgrades by @notanthony in #50
- new version by @notanthony in #52
- Visual Updates by @notanthony in #51
- Updated task search by @notanthony in #53
- Update README with login command by @loganintech in #55
- Fixed bug with task search filter by type by @notanthony in #57
- Added emergency-access flag by @notanthony in #54
- Stable sort by @notanthony in #59
- Grant/cone get/drop command entitlement modification flag by @GrantKop in #56
New Contributors
Full Changelog: v0.0.5...v0.0.6
v0.0.5
What's Changed
- Updated duration message by @notanthony in #47
- Implement cone login by @loganintech in #49
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- Use the Speakeasy-generated SDK located at https://github.com/ConductorOne/conductorone-sdk-go by @loganintech in #45
- Updated conductorone-go-sdk by @loganintech in #46
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- Ran build api on new openapi yaml by @loganintech in #43
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- Some refactoring, added makefile command to download and sed/replace API specs by @loganintech in #31
- Adds get-ticket CLI command by @mstanbCO in #30
- Grant duration error is displayed to user by @notanthony in #33
- Justification flag should default to "made with cone" by @loganintech in #36
- Change to task subcommand and add task search by @loganintech in #38
- Better API credential gif by @loganintech in #32
- Only create tickets if we don't have a grant, or revoke tickets if we do have a grant by @loganintech in #34
- Adds a comment sub command to the tasks command by @mstanbCO in #39
- Fix command descriptions by @mstanbCO in #35
- Adds a new comment sub command to the tasks command by @mstanbCO in #40
- Cone should prompt for a duration if required (instead of just a flag) by @notanthony in #37
- Updated help message, updated how duration is parsed by @notanthony in #42
- Adds
task approve
andtask deny
commands by @mstanbCO in #41
New Contributors
- @notanthony made their first contribution in #33
Full Changelog: v0.0.1...v0.0.2
v0.0.1
What's Changed
- Debug tripper by @loganintech in #9
- Use fancy output styles by @loganintech in #10
- wip: entitlement search by @loganintech in #11
- implement Get and Drop commands by @loganintech in #13
- Add wait command to poll on task completion of get or drop with fancy spinners by @loganintech in #15
- Entitlement picker for when search returns more than one entitlement by @mstanbCO in #16
- Updated cone to use the new paths and models from the API review by @loganintech in #18
- Adds duration and justification flags to cone get by @mstanbCO in #17
- Try out a data expander. by @morgabra in #14
- Update README and prepare to open source by @pquerna in #22
- whoami: Print User Info instead of IDs by @pquerna in #23
- Base return of cone
get
andrevoke
on the outcome of the task created by @mstanbCO in #20 - Entitlement Bindings by @morgabra in #21
- Adds a query option for the
get
anddrop
commands by @mstanbCO in #24 - Fixes error messages for cone get and revoke by @mstanbCO in #25
- Fixes letting you set the config path by env variable by @mstanbCO in #27
- Changes the description for the cone command by @mstanbCO in #29
- Update README.md by @jirwin in #26
- README.md touchups by @loganintech in #28
New Contributors
- @loganintech made their first contribution in #9
- @morgabra made their first contribution in #14
- @pquerna made their first contribution in #22
Full Changelog: v0.0.0...v0.0.1
v0.0.0
Changelog
- f71e7f9 go mod tidy
- 6a97241 Use yaml
- a957497 Use insulator.conductor.one to grab openapi definition
- 388fdf8 Changes to using the c1api client
- c8f45a6 Make c1api client available to client, set hostname
- 435aef5 Better support for API hosts
- e1f8222 Add make command for building OpenAPI client, and include generated client.
- 59dcd0a validate client_id/client_secret, and use optional config path
- dcbf58b pr comments
- 9285dfb add structs to client cmd calls, and pretty flag
- 5f274fc pr comments
- 720f43b adds whoami and getuser cmds, as well as sets up environment variables
- d412738 whoami stash
- 02c01a7 copies over OAuth token source implementation from baton
- a325118 remove println
- f1303a6 pr comments
- d08ee0f adds config file and basic structure of CLI
- 4834145 Add basic ci info
- a6f9176 Initial commit