Skip to content

Commit

Permalink
Merge pull request #188 from entando/ENGPM-554_bump-version-to-1-2-0
Browse files Browse the repository at this point in the history
ENGPM-554 bump version to 1.2.0
  • Loading branch information
alepintus authored Sep 22, 2023
2 parents 2e64353 + c2b1f2f commit 781f6e3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ npm install -g @entando/entando-bundle-cli
$ entando-bundle-cli COMMAND
running command...
$ entando-bundle-cli (--version)
@entando/entando-bundle-cli/1.1.0-SNAPSHOT linux-x64 node-v14.20.0
@entando/entando-bundle-cli/1.2.0-SNAPSHOT darwin-x64 node-v14.20.0
$ entando-bundle-cli --help [COMMAND]
USAGE
$ entando-bundle-cli COMMAND
Expand Down Expand Up @@ -155,7 +155,7 @@ EXAMPLES
$ entando-bundle-cli build --all
```

_See code: [dist/commands/build.ts](https://github.com/entando/entando-bundle-cli/blob/v1.1.0-SNAPSHOT/dist/commands/build.ts)_
_See code: [dist/commands/build.ts](https://github.com/entando/entando-bundle-cli/blob/v1.2.0-SNAPSHOT/dist/commands/build.ts)_

## `entando-bundle-cli convert`

Expand All @@ -173,7 +173,7 @@ DESCRIPTION
Perform bundle conversion from v1 to v5
```

_See code: [dist/commands/convert.ts](https://github.com/entando/entando-bundle-cli/blob/v1.1.0-SNAPSHOT/dist/commands/convert.ts)_
_See code: [dist/commands/convert.ts](https://github.com/entando/entando-bundle-cli/blob/v1.2.0-SNAPSHOT/dist/commands/convert.ts)_

## `entando-bundle-cli generate-cr`

Expand Down Expand Up @@ -208,7 +208,7 @@ EXAMPLES
$ entando-bundle-cli generate-cr -t prod,dev
```

_See code: [dist/commands/generate-cr.ts](https://github.com/entando/entando-bundle-cli/blob/v1.1.0-SNAPSHOT/dist/commands/generate-cr.ts)_
_See code: [dist/commands/generate-cr.ts](https://github.com/entando/entando-bundle-cli/blob/v1.2.0-SNAPSHOT/dist/commands/generate-cr.ts)_

## `entando-bundle-cli help [COMMAND]`

Expand Down Expand Up @@ -242,7 +242,7 @@ DESCRIPTION
List the Docker images and their corresponding tags that are included in the bundle
```

_See code: [dist/commands/images.ts](https://github.com/entando/entando-bundle-cli/blob/v1.1.0-SNAPSHOT/dist/commands/images.ts)_
_See code: [dist/commands/images.ts](https://github.com/entando/entando-bundle-cli/blob/v1.2.0-SNAPSHOT/dist/commands/images.ts)_

## `entando-bundle-cli info`

Expand All @@ -259,7 +259,7 @@ EXAMPLES
$ entando-bundle-cli info
```

_See code: [dist/commands/info.ts](https://github.com/entando/entando-bundle-cli/blob/v1.1.0-SNAPSHOT/dist/commands/info.ts)_
_See code: [dist/commands/info.ts](https://github.com/entando/entando-bundle-cli/blob/v1.2.0-SNAPSHOT/dist/commands/info.ts)_

## `entando-bundle-cli init NAME`

Expand Down Expand Up @@ -292,7 +292,7 @@ EXAMPLES
$ entando-bundle-cli init my-bundle --from-hub --hub-url=https://www.entando.com/entando-hub-api?catalogId=1 --hub-api-key=1234567890
```

_See code: [dist/commands/init.ts](https://github.com/entando/entando-bundle-cli/blob/v1.1.0-SNAPSHOT/dist/commands/init.ts)_
_See code: [dist/commands/init.ts](https://github.com/entando/entando-bundle-cli/blob/v1.2.0-SNAPSHOT/dist/commands/init.ts)_

## `entando-bundle-cli list`

Expand All @@ -317,7 +317,7 @@ EXAMPLES
$ entando-bundle-cli list --ms --mfe
```

_See code: [dist/commands/list.ts](https://github.com/entando/entando-bundle-cli/blob/v1.1.0-SNAPSHOT/dist/commands/list.ts)_
_See code: [dist/commands/list.ts](https://github.com/entando/entando-bundle-cli/blob/v1.2.0-SNAPSHOT/dist/commands/list.ts)_

## `entando-bundle-cli mfe add NAME`

Expand Down Expand Up @@ -438,7 +438,7 @@ EXAMPLES
$ entando-bundle-cli pack -f my-Dockerfile
```

_See code: [dist/commands/pack.ts](https://github.com/entando/entando-bundle-cli/blob/v1.1.0-SNAPSHOT/dist/commands/pack.ts)_
_See code: [dist/commands/pack.ts](https://github.com/entando/entando-bundle-cli/blob/v1.2.0-SNAPSHOT/dist/commands/pack.ts)_

## `entando-bundle-cli publish`

Expand All @@ -459,7 +459,7 @@ EXAMPLES
$ entando-bundle-cli publish --registry registry.hub.docker.com --org my-docker-organization
```

_See code: [dist/commands/publish.ts](https://github.com/entando/entando-bundle-cli/blob/v1.1.0-SNAPSHOT/dist/commands/publish.ts)_
_See code: [dist/commands/publish.ts](https://github.com/entando/entando-bundle-cli/blob/v1.2.0-SNAPSHOT/dist/commands/publish.ts)_

## `entando-bundle-cli run [component...] [--all-ms | --all-mfe | --all]`

Expand Down Expand Up @@ -489,7 +489,7 @@ EXAMPLES
$ entando-bundle-cli run --all
```

_See code: [dist/commands/run.ts](https://github.com/entando/entando-bundle-cli/blob/v1.1.0-SNAPSHOT/dist/commands/run.ts)_
_See code: [dist/commands/run.ts](https://github.com/entando/entando-bundle-cli/blob/v1.2.0-SNAPSHOT/dist/commands/run.ts)_

## `entando-bundle-cli svc disable SERVICENAME`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@entando/entando-bundle-cli",
"version": "1.1.0-SNAPSHOT",
"version": "1.2.0-SNAPSHOT",
"description": "Entando Bundle CLI",
"author": "Entando",
"bin": {
Expand Down

0 comments on commit 781f6e3

Please sign in to comment.