Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ffleandro authored and nshaw committed Nov 30, 2020
1 parent 33b845b commit f6b7d45
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ the clientId "entando-bundler" should be manually added to the keycloak of the s

### Interactive command:
```
$ entando-bundle
$ entando-bundler
? What do you want to do? Create a new bundle using components from an environment
? Please select an env.json file with the environment variables: env.json
? Which type of components do you want to add to the bundle? All components
Expand All @@ -62,20 +62,20 @@ Generating bundle...

### Single command:
```
$ entando-bundle from-env \
$ entando-bundler from-env \
--env env.json \
--code standard-demo-bundle \
--description "Standard Demo Bundle"
```

For more details, please refer to:
```
entando-bundle from-env --help
entando-bundler from-env --help
```

## Generate a Kubernetes Custom Resource (EntandoDeApp) from a git repository:
```
$ entando-bundle from-git \
$ entando-bundler from-git \
--thumbnail-file <thumbnail_file_path> \
--name <bundle_code> \
--namespace <k8s_namespace> \
Expand All @@ -89,7 +89,7 @@ $ entando-bundle from-git \

For more details, please refer to:
```
entando-bundle from-git help
entando-bundler from-git help
```


Expand All @@ -103,6 +103,6 @@ Thumbnail URLs (`--thumbnail-url` option) have to be surrounded with quotation m

## (Deprecated) Generate a Kubernetes Custom Resource (EntandoDeApp) from an npm registry:
```
entando-bundle from-npm --help
entando-bundler from-npm --help
```

0 comments on commit f6b7d45

Please sign in to comment.