-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[version bump] chore(release): release release-24 [skip ci]
@coveo/[email protected] **/README.md **/CHANGELOG.md **/package.json **/*.snap README.md CHANGELOG.md package.json package-lock.json packages/ui/cra-template/template.json
- Loading branch information
1 parent
c4095f8
commit 2cbe516
Showing
8 changed files
with
41 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ $ npm install -g @coveo/cli | |
$ coveo COMMAND | ||
running command... | ||
$ coveo (--version) | ||
@coveo/cli/3.2.2 linux-x64 node-v20.9.0 | ||
@coveo/cli/3.2.3 linux-x64 node-v20.9.0 | ||
$ coveo --help [COMMAND] | ||
USAGE | ||
$ coveo COMMAND | ||
|
@@ -155,7 +155,7 @@ EXAMPLES | |
$ coveo atomic:component --type=result mySuperResultComponent | ||
``` | ||
|
||
_See code: [src/commands/atomic/component.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].2/packages/cli/core/src/commands/atomic/component.ts)_ | ||
_See code: [src/commands/atomic/component.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].3/packages/cli/core/src/commands/atomic/component.ts)_ | ||
|
||
## `coveo atomic:deploy` | ||
|
||
|
@@ -252,7 +252,7 @@ EXAMPLES | |
$ coveo atomic:init --type=lib myCustomAtomicComponentsLibrary | ||
``` | ||
|
||
_See code: [src/commands/atomic/init.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].2/packages/cli/core/src/commands/atomic/init.ts)_ | ||
_See code: [src/commands/atomic/init.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].3/packages/cli/core/src/commands/atomic/init.ts)_ | ||
|
||
## `coveo auth:login` | ||
|
||
|
@@ -280,7 +280,7 @@ EXAMPLES | |
$ coveo auth:login | ||
``` | ||
|
||
_See code: [src/commands/auth/login.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].2/packages/cli/core/src/commands/auth/login.ts)_ | ||
_See code: [src/commands/auth/login.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].3/packages/cli/core/src/commands/auth/login.ts)_ | ||
|
||
## `coveo auth:token` | ||
|
||
|
@@ -305,7 +305,7 @@ EXAMPLES | |
$ coveo auth:token | ||
``` | ||
|
||
_See code: [src/commands/auth/token.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].2/packages/cli/core/src/commands/auth/token.ts)_ | ||
_See code: [src/commands/auth/token.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].3/packages/cli/core/src/commands/auth/token.ts)_ | ||
|
||
## `coveo config:get [KEY]` | ||
|
||
|
@@ -335,7 +335,7 @@ EXAMPLES | |
$ coveo config:get accessToken | ||
``` | ||
|
||
_See code: [src/commands/config/get.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].2/packages/cli/core/src/commands/config/get.ts)_ | ||
_See code: [src/commands/config/get.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].3/packages/cli/core/src/commands/config/get.ts)_ | ||
|
||
## `coveo config:set` | ||
|
||
|
@@ -358,7 +358,7 @@ EXAMPLES | |
$ coveo config:set --organization myOrgId | ||
``` | ||
|
||
_See code: [src/commands/config/set.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].2/packages/cli/core/src/commands/config/set.ts)_ | ||
_See code: [src/commands/config/set.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].3/packages/cli/core/src/commands/config/set.ts)_ | ||
|
||
## `coveo help [COMMAND]` | ||
|
||
|
@@ -398,7 +398,7 @@ DESCRIPTION | |
Create a new test Coveo organization. | ||
``` | ||
|
||
_See code: [src/commands/org/create.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].2/packages/cli/core/src/commands/org/create.ts)_ | ||
_See code: [src/commands/org/create.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].3/packages/cli/core/src/commands/org/create.ts)_ | ||
|
||
## `coveo org:list` | ||
|
||
|
@@ -424,7 +424,7 @@ DESCRIPTION | |
List Coveo organizations. | ||
``` | ||
|
||
_See code: [src/commands/org/list.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].2/packages/cli/core/src/commands/org/list.ts)_ | ||
_See code: [src/commands/org/list.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].3/packages/cli/core/src/commands/org/list.ts)_ | ||
|
||
## `coveo org:resources:list` | ||
|
||
|
@@ -455,7 +455,7 @@ EXAMPLES | |
$ coveo org:resources:list -o=myOrgId | ||
``` | ||
|
||
_See code: [src/commands/org/resources/list.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].2/packages/cli/core/src/commands/org/resources/list.ts)_ | ||
_See code: [src/commands/org/resources/list.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].3/packages/cli/core/src/commands/org/resources/list.ts)_ | ||
|
||
## `coveo org:resources:model:create` | ||
|
||
|
@@ -469,7 +469,7 @@ DESCRIPTION | |
Create a Snapshot Pull Model | ||
``` | ||
|
||
_See code: [src/commands/org/resources/model/create.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].2/packages/cli/core/src/commands/org/resources/model/create.ts)_ | ||
_See code: [src/commands/org/resources/model/create.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].3/packages/cli/core/src/commands/org/resources/model/create.ts)_ | ||
|
||
## `coveo org:resources:monitor SNAPSHOTID` | ||
|
||
|
@@ -498,7 +498,7 @@ EXAMPLES | |
$ coveo org:resources:monitor --organization myorgid --snapshotId mysnapshotid | ||
``` | ||
|
||
_See code: [src/commands/org/resources/monitor.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].2/packages/cli/core/src/commands/org/resources/monitor.ts)_ | ||
_See code: [src/commands/org/resources/monitor.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].3/packages/cli/core/src/commands/org/resources/monitor.ts)_ | ||
|
||
## `coveo org:resources:preview` | ||
|
||
|
@@ -534,7 +534,7 @@ EXAMPLES | |
$ coveo org:resources:preview -o=myOrgId -d | ||
``` | ||
|
||
_See code: [src/commands/org/resources/preview.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].2/packages/cli/core/src/commands/org/resources/preview.ts)_ | ||
_See code: [src/commands/org/resources/preview.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].3/packages/cli/core/src/commands/org/resources/preview.ts)_ | ||
|
||
## `coveo org:resources:pull` | ||
|
||
|
@@ -589,7 +589,7 @@ EXAMPLES | |
$ coveo org:resources:pull --resourceTypes QUERY_PIPELINE FIELD, | ||
``` | ||
|
||
_See code: [src/commands/org/resources/pull.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].2/packages/cli/core/src/commands/org/resources/pull.ts)_ | ||
_See code: [src/commands/org/resources/pull.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].3/packages/cli/core/src/commands/org/resources/pull.ts)_ | ||
|
||
## `coveo org:resources:push` | ||
|
||
|
@@ -633,7 +633,7 @@ EXAMPLES | |
$ coveo org:resources:push --deleteMissingResources | ||
``` | ||
|
||
_See code: [src/commands/org/resources/push.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].2/packages/cli/core/src/commands/org/resources/push.ts)_ | ||
_See code: [src/commands/org/resources/push.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].3/packages/cli/core/src/commands/org/resources/push.ts)_ | ||
|
||
## `coveo org:search:dump` | ||
|
||
|
@@ -683,7 +683,7 @@ EXAMPLES | |
$ coveo org:search:dump --fieldsToExclude ec_description ec_summary | ||
``` | ||
|
||
_See code: [src/commands/org/search/dump.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].2/packages/cli/core/src/commands/org/search/dump.ts)_ | ||
_See code: [src/commands/org/search/dump.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].3/packages/cli/core/src/commands/org/search/dump.ts)_ | ||
|
||
## `coveo plugins` | ||
|
||
|
@@ -1128,7 +1128,7 @@ DESCRIPTION | |
<https://angular.io/>. | ||
``` | ||
|
||
_See code: [src/commands/ui/create/angular.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].2/packages/cli/core/src/commands/ui/create/angular.ts)_ | ||
_See code: [src/commands/ui/create/angular.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].3/packages/cli/core/src/commands/ui/create/angular.ts)_ | ||
|
||
## `coveo ui:create:atomic NAME` | ||
|
||
|
@@ -1153,7 +1153,7 @@ EXAMPLES | |
$ coveo ui:create:atomic myapp | ||
``` | ||
|
||
_See code: [src/commands/ui/create/atomic.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].2/packages/cli/core/src/commands/ui/create/atomic.ts)_ | ||
_See code: [src/commands/ui/create/atomic.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].3/packages/cli/core/src/commands/ui/create/atomic.ts)_ | ||
|
||
## `coveo ui:create:react NAME` | ||
|
||
|
@@ -1179,7 +1179,7 @@ EXAMPLES | |
$ coveo ui:create:react --help | ||
``` | ||
|
||
_See code: [src/commands/ui/create/react.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].2/packages/cli/core/src/commands/ui/create/react.ts)_ | ||
_See code: [src/commands/ui/create/react.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].3/packages/cli/core/src/commands/ui/create/react.ts)_ | ||
|
||
## `coveo ui:create:vue NAME` | ||
|
||
|
@@ -1205,7 +1205,7 @@ EXAMPLES | |
$ coveo ui:create:vue-v=1.2.3 myVueProject | ||
``` | ||
|
||
_See code: [src/commands/ui/create/vue.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].2/packages/cli/core/src/commands/ui/create/vue.ts)_ | ||
_See code: [src/commands/ui/create/vue.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].3/packages/cli/core/src/commands/ui/create/vue.ts)_ | ||
|
||
## `coveo ui:deploy` | ||
|
||
|
@@ -1277,7 +1277,7 @@ EXAMPLES | |
$ coveo ui:deploy -c ./configs/myconfig.json | ||
``` | ||
|
||
_See code: [src/commands/ui/deploy.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].2/packages/cli/core/src/commands/ui/deploy.ts)_ | ||
_See code: [src/commands/ui/deploy.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].3/packages/cli/core/src/commands/ui/deploy.ts)_ | ||
|
||
## `coveo update [CHANNEL]` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters