Skip to content

Releases: coveo/cli

[Version bump] chore(release): publish v1.9.0

16 Jul 18:16
Compare
Choose a tag to compare

Bug Fixes

Features

  • analytics: add analytics hook on org:config commands (#336) (d753b97)
  • angular-12: update all deps, tweak port-allocator (#340) (42540da)
  • cli: add warning and update instructions for NPM installations (#306) (a71c2d2)
  • cli: create class for the pull command (#328) (8ec50e9)
  • cli: do not propose to apply a snapshot with no changes (#303) (f2ec64e)
  • cli: monitor command (#319) (a1b99e6)
  • cli: provide relevant info if snapshot operation is taking too long (#305) (5932a76)
  • cli: refresh project with snapshot content (#331) (e7c2858)
  • push: add delete document push source command (#343) (17e9b8b)
  • push: add push source create new command (#339) (fcb41eb)
  • push: add push source list command (#335) (7364794)

[Version bump] chore(release): publish v1.8.0

25 Jun 15:56
Compare
Choose a tag to compare

Note: Version bump only for package cli-tools

[Version bump] chore(release): publish v1.6.0

25 Jun 15:30
Compare
Choose a tag to compare

Bug Fixes

Features

  • add flag --skip-preview on the push command (#275) (a2b4741)

[Version bump] chore(release): publish v1.5.0

22 Jun 15:15
Compare
Choose a tag to compare

Bug Fixes

Features

[Version bump] chore(release): publish v1.3.0

14 Jun 18:39
Compare
Choose a tag to compare

Bug Fixes

  • vue: .eslintrc blocks user from commiting (#224) (c8d9de0)

Features

[Version bump] chore(release): publish v1.2.1

17 May 16:31
Compare
Choose a tag to compare

Bug Fixes

[Version bump] chore(release): publish v1.2.0

14 May 14:16
Compare
Choose a tag to compare

Bug Fixes

  • angular: lock-on @angular/material to 11.x (#221) (71bce18)

Features

  • cli: make the CLI available through npm and npx (#208) (dadbbe8)

[Version bump] chore(release): publish v1.1.1

05 May 14:34
Compare
Choose a tag to compare

Bug Fixes

  • angular: fix angular modifier to works with windows. (#200) (06fe8c6)
  • cli: resync cli sibling dep version with its own (#202) (330bf6e)

[Version bump] chore(release): publish v1.1.0

04 May 18:21
Compare
Choose a tag to compare

Bug Fixes

  • angular: fix Coveo headless error on application run (#193) (f633459)

Features

  • cli: display "Happy Hacking" message at the end of the project creation (#178) (c5e7619)

[Version bump] chore(release): publish v1.0.15

21 Apr 23:18
Compare
Choose a tag to compare

Change Log

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

1.0.15 (2021-04-21)

Bug Fixes

1.0.14 (2021-04-20)

Note: Version bump only for package cli-tools

1.0.13 (2021-04-20)

Note: Version bump only for package cli-tools

1.0.12 (2021-04-20)

Note: Version bump only for package cli-tools

1.0.11 (2021-04-20)

Note: Version bump only for package cli-tools

1.0.10 (2021-04-20)

Note: Version bump only for package cli-tools

1.0.9 (2021-04-20)

Note: Version bump only for package cli-tools

1.0.8 (2021-04-20)

Note: Version bump only for package cli-tools

1.0.7 (2021-04-19)

Bug Fixes

1.0.1 (2021-04-17)

Bug Fixes

  • cli: allow update to run without the analytics setting being set (#161) (6de528f)
  • cli: append .cmd for npx & npm (#158) (e67238b)

1.0.0 (2021-04-15)

Note: Version bump only for package cli-tools

0.8.0 (2021-04-15)

  • ci(release)!: first release (aa65f1b)

Bug Fixes

  • angular: fix headless doc links (#126) (c574fda)
  • angular: prevent d.ts files from being copied to project (#135) (44cae70)
  • ci: ensure .npmrc is properly written (#127) (a1b686b)
  • server: always return a JSON object (#136) (8cef023)

Features

  • angular: add node and npm preconditions (#141) (028a422)
  • angular: better feedback message on command completion (#125) (13ecb1d)
  • angular: ignore node_modules from server folder (#154) (54c88ad)
  • angular: redirect user to an error page if the .env file is invalid (#140) (9ed203b)
  • cli: remove form-data polyfill (#152) (5701223)
  • cli: use api key in .env file (#142) (2a48f0d)
  • config: improve configuration validation on invalid org id (#128) (676b7f3)
  • vue: better feedback on command completion (#124) (0be987e)
  • vue: fix linting in vue project and rework headless initialization (#150) (336890c)
  • vue: support npm run serve command (#153) (375d6ce)

BREAKING CHANGES

  • first release

0.7.0 (2021-03-29)

Bug Fixes

  • angular: fix search-token-server path (#115) (c4b74e7)
  • angular: npm start command on Angular project returns warning (#93) (6b0f104)
  • cli: do not print API key when running command ui:create:vue (#117) (9cbd8c8)
  • cli: missing await in authentication decorator (#109) (f54e27c)
  • react: add .env.example to template (#118) (d320c68)

Features

  • cli: add --version flag for all ui:create:* commands (#105) (50f699c)
  • login: improve feedback message on sucessful login (#107) (a2ac53d)
  • oauth: remove keytar dependencies (#108) (ee876e6)
  • react: improve react hero banner + links (#114) (c43c9f8)
  • vue: improve hero banner documentation link (#110) (cc08497)

0.6.1 (2021-03-19)

Bug Fixes

  • angular: add missing file to angular project (#95) (4a406c8)
  • cli: replace github.ref by GITHUB_REF (#90) (eaa8f35)
  • react: add missing file & dependencies to React project (#97) (b931776)

0.6.0 (2021-03-17)

Bug Fixes

  • angular: add definite assignment assertion to props (#86) (85f5b95)
  • angular: add missing user flag in Angular schematic (#84) (9b5b8a4)
  • angular: copy schema only once in postbuild script (#89) (dceea50)
  • cli: make oclif-dev pack:win works on Windows (#83) (2b0f9a7)
  • cli: ui:create:vue command crashes because of invalid preset (#81) (122c862)
  • react: use and detect local npx to create-react-app (#85) (b7ac6dd)
  • vue: remove environment variables type warning (#82) (ea5281a)

Features

  • cli: clean-up and refactor entrypoints (#75) (d281787)

0.5.0 (2021-03-10)

Features

  • cli: support for auto update packaging (#72) (2d7c1c7)

0.4.0 (20...

Read more