Skip to content

Commit

Permalink
Merge pull request #147 from entando/ENGPM-510-bump-version
Browse files Browse the repository at this point in the history
ENGPM-510 bump-version
  • Loading branch information
Alessandro Dionisi authored Dec 20, 2022
2 parents f0b5830 + 0175863 commit 39ad8df
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $ npm install -g @entando/entando-bundle-cli
$ entando-bundle-cli COMMAND
running command...
$ entando-bundle-cli (--version)
@entando/entando-bundle-cli/1.0.1 linux-x64 node-v14.19.1
@entando/entando-bundle-cli/1.0.2 darwin-x64 node-v14.19.1
$ entando-bundle-cli --help [COMMAND]
USAGE
$ entando-bundle-cli COMMAND
Expand Down Expand Up @@ -158,7 +158,7 @@ EXAMPLES
$ entando-bundle-cli build --all
```

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

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

Expand Down Expand Up @@ -190,7 +190,7 @@ EXAMPLES
$ entando-bundle-cli generate-cr -o my-cr.yml
```

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

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

Expand Down Expand Up @@ -224,7 +224,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.0.1/dist/commands/images.ts)_
_See code: [dist/commands/images.ts](https://github.com/entando/entando-bundle-cli/blob/v1.0.2/dist/commands/images.ts)_

## `entando-bundle-cli info`

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

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

## `entando-bundle-cli init NAME`

Expand Down Expand Up @@ -270,7 +270,7 @@ EXAMPLES
$ entando-bundle-cli init my-bundle --from-hub
```

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

## `entando-bundle-cli list`

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

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

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

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

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

## `entando-bundle-cli publish`

Expand All @@ -436,7 +436,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.0.1/dist/commands/publish.ts)_
_See code: [dist/commands/publish.ts](https://github.com/entando/entando-bundle-cli/blob/v1.0.2/dist/commands/publish.ts)_

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

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion 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,6 +1,6 @@
{
"name": "@entando/entando-bundle-cli",
"version": "1.0.1",
"version": "1.0.2",
"description": "Entando Bundle CLI",
"author": "Entando",
"bin": {
Expand Down

0 comments on commit 39ad8df

Please sign in to comment.