Skip to content

Releases: launchdarkly/ldcli

v0.8.0

18 Apr 18:14
522d22d
Compare
Choose a tag to compare

0.8.0 (2024-04-18)

Features

Bug Fixes

v0.7.0

16 Apr 21:09
2d400bc
Compare
Choose a tag to compare

0.7.0 (2024-04-16)

Features

Bug Fixes

  • embed instructions files & show error during show sdk step (#174) (ae07b46)
  • remove mouse wheel support from show sdk & show scroll options in help view (#161) (99015b1)
  • remove side borders from show SDK viewport (#162) (d111c61)
  • space above pagination dots and pagination bug (#155) (adbc53c)

v0.6.0

09 Apr 18:41
35841f5
Compare
Choose a tag to compare

0.6.0 (2024-04-09)

Features

  • make sdk instructions scrollable (#150) (8055927)
  • show success message after creating a flag (#134) (f817856)

v0.5.0-beta

09 Apr 00:12
Compare
Choose a tag to compare

Changelog

  • fed74c9 changed branch and url
  • f0ccd14 use SSH for github
  • 28e0eb9 use correct secret key
  • 3cfb85d get secret one level higher
  • f3b9d37 use secrets not vars
  • fe2c0f4 use homebrew_deploy_key in goreleaser
  • ab8f1a1 uncomment brews and comment out docker stuff
  • e6a95fe added homebrew_deploy_key

v0.4.0

05 Apr 20:33
39dc1e8
Compare
Choose a tag to compare

0.4.0 (2024-04-05)

Features

Bug Fixes

  • create flag prompt should be on the same line as text (#135) (52aa92b)

v0.3.0

04 Apr 03:45
d4f0abc
Compare
Choose a tag to compare

0.3.0 (2024-04-04)

Features

  • Can go back to choose SDK page from show SDK instructions (#120) (6900bc6)

Bug Fixes

  • add instructions to continue from show sdk step (#117) (4baf2d0)
  • fix the step count (#121) (1943c45)
  • remove id from goreleaser homebrew build config (#125) (56538cd)

v0.2.0

03 Apr 20:25
441036b
Compare
Choose a tag to compare

0.2.0 (2024-04-03)

Features

  • add ldcli formula to homebrew-tap (#108) (1d638dc)
  • Add more help in error message (#72) (6221983)
  • add sdk instructions step to quickstart (#91) (bf4aba6)
  • add toggle flag step (#111) (9cd4018)
  • add toggle on and off aliases to update flag (#82) (7b6c6f1)
  • alias command to invite members (#84) (7002866)
  • better flag create error handling (#85) (708925b)
  • Create choose SDK view (#89) (7518423)
  • create command to get an environment (#96) (19b4ede)
  • create command to invite members (#68) (e1a2ca5)
  • create prod-ready quickstart command (#75) (7768bfa)
  • pass in optional role flag when using members invite (#90) (b51470d)
  • setting version dynamically (#83) (7e4e794)
  • Show error along with message and quit if applicable (#87) (f076a59)

Bug Fixes

  • fix err messages for toggle flag command (#112) (9b385e9)
  • members create cmd should invite multiple members (#103) (c575248)
  • rebind projKey flag to update subcommand (#62) (1f0f898)
  • remove create flag placeholder text (#114) (3e8624d)

v0.1.0

22 Mar 21:00
5864e4d
Compare
Choose a tag to compare

0.1.0 (2024-03-22)

Features

v0.0.1

22 Mar 18:02
1a9177d
Compare
Choose a tag to compare

0.0.1 (2024-03-22)

Features

  • Add auto create step in UI (#10) (fb2fb5c)
  • Add flags create command (#56) (19add8d)
  • add methods to send real (local) API requests for demo (#54) (6b48414)
  • add new input model, use in projects step (#30) (fbc9d0f)
  • Add project create command structure (#33) (f33ebb9)
  • add sdk wizard step (#29) (c4dc7d0)
  • Adding release please (#4) (4515a4c)
  • create binaries in GitHub actions (#9) (9528f8d)
  • create flag as first step in wizard (#42) (7f62386)
  • list projects err handling (#21) (2ab3668)
  • Make styling consistent (#47) (c46c510)
  • render markdown (#41) (83837ad)
  • select child resources based on parent key (#31) (85c30ee)
  • show list of sdks in setup wizard (#43) (a984580)
  • toggle flag (#45) (ac3b5c3)
  • use tab to toggle, add final step (#50) (33a447d)
  • We added release please. Currently it only does a github release (hopefully) (4515a4c)

Bug Fixes

  • remove release action since goreleaser publishes for us (#18) (f749e96)
  • uncomment conditional in release-please for release-ldcli (#12) (8938c1b)
  • update dry-run to false in release-please github workflow (#14) (ea3c089)
  • Update release-please.yml to dry-run: false (#15) (237c775)

Miscellaneous Chores