Skip to content

Commit

Permalink
[version bump] chore(release): release release-23 [skip ci]
Browse files Browse the repository at this point in the history
@coveo/[email protected]
@coveo/[email protected]
@coveo/[email protected]
@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
developer-experience-bot[bot] committed Feb 21, 2024
1 parent 929af8e commit 57420f6
Show file tree
Hide file tree
Showing 13 changed files with 55 additions and 47 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# release-23 (2024-02-21)

# release-22 (2024-02-21)

# release-21 (2024-02-20)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ $ npm install -g @coveo/cli
$ coveo COMMAND
running command...
$ coveo (--version)
@coveo/cli/3.2.1 linux-x64 node-v20.9.0
@coveo/cli/3.2.2 linux-x64 node-v20.9.0
$ coveo --help [COMMAND]
USAGE
$ coveo COMMAND
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cli-tools",
"private": true,
"version": "1.0.0-22",
"version": "1.0.0-23",
"author": "Coveo",
"bin": {
"coveo": "./bin/run"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@babel/core": "7.21.5",
"@babel/preset-env": "7.21.5",
"@babel/preset-typescript": "7.21.5",
"@coveo/cli": "3.2.1",
"@coveo/cli": "3.2.2",
"@coveo/platform-client": "52.1.0",
"abortcontroller-polyfill": "1.7.5",
"async-retry": "1.3.3",
Expand Down
54 changes: 27 additions & 27 deletions packages/cli/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $ npm install -g @coveo/cli
$ coveo COMMAND
running command...
$ coveo (--version)
@coveo/cli/3.2.1 linux-x64 node-v20.9.0
@coveo/cli/3.2.2 linux-x64 node-v20.9.0
$ coveo --help [COMMAND]
USAGE
$ coveo COMMAND
Expand Down Expand Up @@ -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].1/packages/cli/core/src/commands/atomic/component.ts)_
_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)_

## `coveo atomic:deploy`

Expand Down Expand Up @@ -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].1/packages/cli/core/src/commands/atomic/init.ts)_
_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)_

## `coveo auth:login`

Expand Down Expand Up @@ -280,7 +280,7 @@ EXAMPLES
$ coveo auth:login
```

_See code: [src/commands/auth/login.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].1/packages/cli/core/src/commands/auth/login.ts)_
_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)_

## `coveo auth:token`

Expand All @@ -305,7 +305,7 @@ EXAMPLES
$ coveo auth:token
```

_See code: [src/commands/auth/token.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].1/packages/cli/core/src/commands/auth/token.ts)_
_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)_

## `coveo config:get [KEY]`

Expand Down Expand Up @@ -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].1/packages/cli/core/src/commands/config/get.ts)_
_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)_

## `coveo config:set`

Expand All @@ -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].1/packages/cli/core/src/commands/config/set.ts)_
_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)_

## `coveo help [COMMAND]`

Expand Down Expand Up @@ -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].1/packages/cli/core/src/commands/org/create.ts)_
_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)_

## `coveo org:list`

Expand All @@ -424,7 +424,7 @@ DESCRIPTION
List Coveo organizations.
```

_See code: [src/commands/org/list.ts](https://github.com/coveo/cli/blob/@coveo/[email protected].1/packages/cli/core/src/commands/org/list.ts)_
_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)_

## `coveo org:resources:list`

Expand Down Expand Up @@ -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].1/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].2/packages/cli/core/src/commands/org/resources/list.ts)_

## `coveo org:resources:model:create`

Expand All @@ -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].1/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].2/packages/cli/core/src/commands/org/resources/model/create.ts)_

## `coveo org:resources:monitor SNAPSHOTID`

Expand Down Expand Up @@ -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].1/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].2/packages/cli/core/src/commands/org/resources/monitor.ts)_

## `coveo org:resources:preview`

Expand Down Expand Up @@ -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].1/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].2/packages/cli/core/src/commands/org/resources/preview.ts)_

## `coveo org:resources:pull`

Expand Down Expand Up @@ -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].1/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].2/packages/cli/core/src/commands/org/resources/pull.ts)_

## `coveo org:resources:push`

Expand Down Expand Up @@ -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].1/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].2/packages/cli/core/src/commands/org/resources/push.ts)_

## `coveo org:search:dump`

Expand Down Expand Up @@ -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].1/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].2/packages/cli/core/src/commands/org/search/dump.ts)_

## `coveo plugins`

Expand Down Expand Up @@ -973,7 +973,7 @@ DESCRIPTION
Index a JSON document into a Coveo Catalog source. See https://docs.coveo.com/en/2956 for more information.
```

_See code: [@coveo/cli-plugin-source](https://github.com/coveo/cli/blob/@coveo/[email protected].0/packages/cli/source/src/commands/source/catalog/add.ts)_
_See code: [@coveo/cli-plugin-source](https://github.com/coveo/cli/blob/@coveo/[email protected].1/packages/cli/source/src/commands/source/catalog/add.ts)_

## `coveo source:catalog:new NAME`

Expand All @@ -995,7 +995,7 @@ DESCRIPTION
Create a new catalog source in a Coveo organization
```

_See code: [@coveo/cli-plugin-source](https://github.com/coveo/cli/blob/@coveo/[email protected].0/packages/cli/source/src/commands/source/catalog/new.ts)_
_See code: [@coveo/cli-plugin-source](https://github.com/coveo/cli/blob/@coveo/[email protected].1/packages/cli/source/src/commands/source/catalog/new.ts)_

## `coveo source:list`

Expand All @@ -1021,7 +1021,7 @@ DESCRIPTION
List all available push sources in your Coveo organization
```

_See code: [@coveo/cli-plugin-source](https://github.com/coveo/cli/blob/@coveo/[email protected].0/packages/cli/source/src/commands/source/list.ts)_
_See code: [@coveo/cli-plugin-source](https://github.com/coveo/cli/blob/@coveo/[email protected].1/packages/cli/source/src/commands/source/list.ts)_

## `coveo source:push:add SOURCEID`

Expand Down Expand Up @@ -1052,7 +1052,7 @@ DESCRIPTION
https://github.com/coveo/cli/wiki/Pushing-JSON-Files-with-the-Coveo-CLI for more information.
```

_See code: [@coveo/cli-plugin-source](https://github.com/coveo/cli/blob/@coveo/[email protected].0/packages/cli/source/src/commands/source/push/add.ts)_
_See code: [@coveo/cli-plugin-source](https://github.com/coveo/cli/blob/@coveo/[email protected].1/packages/cli/source/src/commands/source/push/add.ts)_

## `coveo source:push:delete SOURCEID`

Expand Down Expand Up @@ -1084,7 +1084,7 @@ DESCRIPTION
<https://docs.coveo.com/en/131>
```

_See code: [@coveo/cli-plugin-source](https://github.com/coveo/cli/blob/@coveo/[email protected].0/packages/cli/source/src/commands/source/push/delete.ts)_
_See code: [@coveo/cli-plugin-source](https://github.com/coveo/cli/blob/@coveo/[email protected].1/packages/cli/source/src/commands/source/push/delete.ts)_

## `coveo source:push:new NAME`

Expand All @@ -1106,7 +1106,7 @@ DESCRIPTION
Create a new push source in a Coveo organization
```

_See code: [@coveo/cli-plugin-source](https://github.com/coveo/cli/blob/@coveo/[email protected].0/packages/cli/source/src/commands/source/push/new.ts)_
_See code: [@coveo/cli-plugin-source](https://github.com/coveo/cli/blob/@coveo/[email protected].1/packages/cli/source/src/commands/source/push/new.ts)_

## `coveo ui:create:angular NAME`

Expand All @@ -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].1/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].2/packages/cli/core/src/commands/ui/create/angular.ts)_

## `coveo ui:create:atomic NAME`

Expand All @@ -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].1/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].2/packages/cli/core/src/commands/ui/create/atomic.ts)_

## `coveo ui:create:react NAME`

Expand All @@ -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].1/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].2/packages/cli/core/src/commands/ui/create/react.ts)_

## `coveo ui:create:vue NAME`

Expand All @@ -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].1/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].2/packages/cli/core/src/commands/ui/create/vue.ts)_

## `coveo ui:deploy`

Expand Down Expand Up @@ -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].1/packages/cli/core/src/commands/ui/deploy.ts)_
_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)_

## `coveo update [CHANNEL]`

Expand Down
8 changes: 4 additions & 4 deletions packages/cli/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/cli",
"version": "3.2.1",
"version": "3.2.2",
"author": "Coveo",
"description": "Coveo CLI",
"engines": {
Expand All @@ -10,7 +10,7 @@
"@amplitude/analytics-node": "^1.3.3",
"@amplitude/identify": "^1.9.0",
"@coveo/cli-commons": "2.9.0",
"@coveo/cli-plugin-source": "2.3.0",
"@coveo/cli-plugin-source": "2.3.1",
"@coveo/platform-client": "52.1.0",
"@oclif/core": "1.24.0",
"@oclif/plugin-help": "5.1.23",
Expand Down Expand Up @@ -48,9 +48,9 @@
"@coveo/cli-commons-dev": "6.0.6",
"@coveo/cra-template": "1.38.17",
"@coveo/create-atomic": "1.40.0",
"@coveo/create-atomic-component": "1.2.17",
"@coveo/create-atomic-component": "1.2.18",
"@coveo/create-atomic-component-project": "1.2.15",
"@coveo/create-atomic-result-component": "1.2.17",
"@coveo/create-atomic-result-component": "1.2.18",
"@coveo/create-headless-vue": "1.4.0",
"@oclif/test": "2.2.21",
"@types/archiver": "5.3.2",
Expand Down
2 changes: 2 additions & 0 deletions packages/cli/source/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 2.3.1 (2024-02-21)

# 2.3.0 (2024-02-20)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/source/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/cli-plugin-source",
"version": "2.3.0",
"version": "2.3.1",
"description": "Manage Coveo Sources with the Coveo CLI",
"author": "Coveo",
"homepage": "https://github.com/coveo/cli",
Expand Down
Loading

0 comments on commit 57420f6

Please sign in to comment.