Releases: DevCycleHQ/cli
Releases · DevCycleHQ/cli
v5.2.1
What's Changed
- fix features get returning empty array when no keys by @elliotCamblor in #246
- feat: dvc status return user email and Id by @nsalamad in #248
- chore: remove deprecated @types/axios package by @nsalamad in #249
Full Changelog: v5.2.0...v5.2.1
v5.2.0
What's Changed
- Fetch keys flags individually instead of filtering by @emmawillis in #245
Full Changelog: v5.1.0...v5.2.0
v5.0.2
Full Changelog: v5.0.1...v5.0.2
v5.0.1
v5.0.0
What's Changed
- feat: Add organizations list command by @laurawarr in #241
- refactor!: Rename 'dvc org' to 'dvc organizations select' by @laurawarr in #242
Full Changelog: v4.7.1...v5.0.0
v4.7.0
What's Changed
- chore: remove close button and auto close by @L-Joli in #236
- chore: update release notes by @L-Joli in #222
- feat: Use refresh token to fetch new token for sso auth by @laurawarr in #237
Full Changelog: v4.6.4...v4.7.0
v4.6.4
What's Changed
- chore: added background png for auth page by @jsalaber in #226
- fix: DVC-8206 update JS SDK references to new SDK repo names by @jonathannorris in #225
- chore: order env list by type in development, staging, production order by @jsalaber in #229
- feat: cache token to reuse if client id and secret match by @laurawarr in #230
- allow keys flag to accept _ids by @elliotCamblor in #231
- feat: improved design on auth page by @jsalaber in #227
- Support IDs in environments --keys flag by @emmawillis in #233
- feat: add flag to usages to only list variable usages that arent a variable in the api by @jsalaber in #232
- Dvc 8235 headless environments by @emmawillis in #234
- chore: Add TokenCache tests by @laurawarr in #235
- chore: add registry-url to set up node step by @L-Joli in #224
Full Changelog: v4.6.1...v4.6.4
v4.6.1
What's Changed
- chore: update description to explain definition and serve for targeting update by @jsalaber in #203
- lowercase the key input rather than throwing an error by @elliotCamblor in #205
- Update readme to use in documentation by @laurawarr in #207
- feat: add tab completion by @nsalamad in #206
- chore: update prompt values color and heading by @L-Joli in #202
- chore: Add release step to update docs repo by @laurawarr in #208
- chore: output targeting enable disable as a tree by @jsalaber in #211
- chore: reorganize topics into subheaders by @jsalaber in #209
- Dvc 8076 refactor feature prompt by @elliotCamblor in #210
- Task: update the descriptions of various commands to include 'create'… by @elliotCamblor in #213
- chore: make targeting update command behave the same as other update commands by @nsalamad in #214
- chore: add features delete and list description by @nsalamad in #215
- chore: handle outputting in targeting tree audience match filters by @jsalaber in #212
- feat: support setting audienceMatch as a filter from list of existing audiences by @jsalaber in #217
- Release v4.6.1 by @L-Joli in #220
Full Changelog: v4.6.0...v4.6.1
v4.6.0
What's Changed
- chore: add AND to targeting tree by @L-Joli in #188
- feat: add id field to ListOption by @nsalamad in #186
- add a function that checks for the tokens expiration date by @elliotCamblor in #192
- feat: made features create command a quick create, added interactive mode by @jsalaber in #189
- chore: add colors to the tree by @L-Joli in #191
- Dvc 8010 log command suggestion by @L-Joli in #193
- chore: make server default for sdkVisibility by @jsalaber in #194
- chore: add suggested command to feature creation by @L-Joli in #197
- feat: Display targeting as tree in update command by @laurawarr in #198
- fix: return early if headless and no targets by @jsalaber in #201
- variations update should now properly accept feature keys as an arg by @elliotCamblor in #199
- chore: add validation to prompts by @nsalamad in #196
- fix: Handle displaying OR operator in targeting tree by @laurawarr in #200
- Release v4.6.0 by @elliotCamblor in #204
Full Changelog: v4.5.0...v4.6.0
v4.5.0
What's Changed
- Replace axios with zodios by @emmawillis in #146
- [fix] terminate command when headless flag is present by @suthar26 in #151
- chore: change authentication error to tell user to login again by @jsalaber in #156
- fix: Correct environment name by @L-Joli in #155
- [feat] add variations create by @chantalchung in #152
- chore: change color gray to dim by @L-Joli in #157
- fix dependabot alerts by @elliotCamblor in #154
- chore: Add variation list tests by @laurawarr in #158
- chore: collocate tests with commands by @laurawarr in #159
- Use enquirer autocomplete for project select by @emmawillis in #162
- add tests for variable create by @elliotCamblor in #164
- DVC-7749 Update
targeting get
to prompt for environment by @laurawarr in #161 - feat: List Prompt Option Class by @jsalaber in #160
- chore: Add FeaturePromptResult and VariablePromptResult types by @laurawarr in #167
- fix: headless mode being ignored on variable and environment update by @nsalamad in #163
- Add autocomplete to all list prompts by @emmawillis in #168
- feat: added create feature command by @jsalaber in #166
- feat: added hint text transformer function to show hints when field is empty by @jsalaber in #169
- Use zod schemas for CreateEnvironmentParams and UpdateEnvironmentParams by @emmawillis in #170
- feat: Print targeting rules using Tree when not running headless mode by @laurawarr in #172
- chore: Update existing tests to use snapshots by @laurawarr in #173
- Use zod schema for CreateFeatureDto by @emmawillis in #171
- Use zod schema for CreateVariableDto by @emmawillis in #174
- Use CreateVariationDto from zod by @emmawillis in #175
- Dvc 7635 command dvc variations update by @elliotCamblor in #165
- add headless checks to variations get/list by @elliotCamblor in #176
- add generic catch to base command class by @elliotCamblor in #177
- add tests for the variations create by @elliotCamblor in #178
- Add features update command by @emmawillis in #179
- Prompt for variations in features create / update: by @emmawillis in #181
- feat: add targeting update command by @nsalamad in #180
- chore: add hint text for variable value type by @L-Joli in #182
- chore: use key in place of name if no name given for variables by @jsalaber in #183
- chore: add variable type as hint text to variations update by @L-Joli in #184
- chore: move ContinuePrompt be the first one of the list by @L-Joli in #185
- Release 4.5.0 by @elliotCamblor in #187
New Contributors
- @emmawillis made their first contribution in #139
- @kaushalkapasi made their first contribution in #140
- @L-Joli made their first contribution in #155
Full Changelog: v4.4.0...v4.5.0