Skip to content

Releases: ConductorOne/cone

v0.0.9

18 Oct 17:46
36c08ed
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.8...v0.0.9

v0.0.8

28 Jul 00:36
1a3cda1
Compare
Choose a tag to compare

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

24 Jul 17:51
cb7da4c
Compare
Choose a tag to compare

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

05 Jul 17:24
5e80501
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.5...v0.0.6

v0.0.5

27 Jun 20:16
6fdccf4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.4...v0.0.5

v0.0.4

14 Jun 23:44
d0a5084
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.0.4

v0.0.3

12 Jun 20:37
3194407
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.2...v0.0.3

v0.0.2

12 Jun 19:15
4fbb535
Compare
Choose a tag to compare

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 and task deny commands by @mstanbCO in #41

New Contributors

Full Changelog: v0.0.1...v0.0.2

v0.0.1

05 Jun 21:04
e4ced56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.0...v0.0.1

v0.0.0

30 May 23:38
e2c7ac2
Compare
Choose a tag to compare

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