Skip to content
Snippets Groups Projects
Commit d595b4d2 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Remove everything bundle related from the docs

parent 060eb3a9
No related branches found
No related tags found
No related merge requests found
Pipeline #184503 passed
...@@ -40,31 +40,3 @@ npx @digital-blueprint/cli update-app signature ...@@ -40,31 +40,3 @@ npx @digital-blueprint/cli update-app signature
**Warning:** There may be issues when you run these commands as root user, best use a non-root user, like `www-data`. **Warning:** There may be issues when you run these commands as root user, best use a non-root user, like `www-data`.
To do this you can for example open a shell with `runuser -u www-data -- bash`. To do this you can for example open a shell with `runuser -u www-data -- bash`.
## Generate DBP Symfony bundle
If you want to create a DBP Symfony bundle in a subdirectory of the current folder you can call:
```bash
npx @digital-blueprint/cli generate-bundle --unique-name=greenlight --friendly-name="Electronic Covid Access Permits" --example-entity=Permit
```
If you also want to set the vendor and category you can use two more parameters:
```bash
npx @digital-blueprint/cli generate-bundle --vendor=myvendor --category=mycategory --unique-name=greenlight --friendly-name="Electronic Covid Access Permits" --example-entity=Permit
```
## Show DBP Symfony bundle names
If you want to just want to show the names of a DBP Symfony bundle you can call:
```bash
npx @digital-blueprint/cli show-bundle-names --unique-name=greenlight --friendly-name="Electronic Covid Access Permits" --example-entity=Permit
```
If you also want to set the vendor and category you can use two more parameters:
```bash
npx @digital-blueprint/cli show-bundle-names --vendor=myvendor --category=mycategory --unique-name=greenlight --friendly-name="Electronic Covid Access Permits" --example-entity=Permit
```
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
# cli.sh install-app <dbp-package> <path> # cli.sh install-app <dbp-package> <path>
# Install example: `cli.sh install-app signature my-app /` will install the signature app into directory 'my-app' with '/' as path prefix # Install example: `cli.sh install-app signature my-app /` will install the signature app into directory 'my-app' with '/' as path prefix
# Update example: `cli.sh update-app signature` will update in the current directory # Update example: `cli.sh update-app signature` will update in the current directory
# Bundle generation example: `cli.sh generate-bundle --vendor=myvendor --category=mycategory --unique-name=greenlight --friendly-name="Electronic Covid Access Permits" --example-entity=Permit` will generate the bundle in a subdirectory of the current directory
set -euo pipefail set -euo pipefail
export SHELLOPTS export SHELLOPTS
......
{ {
"name": "@digital-blueprint/cli", "name": "@digital-blueprint/cli",
"version": "0.0.29", "version": "0.0.29",
"description": "CLI to manage DBP frontend applications and Symfony bundles", "description": "CLI to manage DBP frontend applications",
"license": "LGPL-2.1-or-later", "license": "LGPL-2.1-or-later",
"bin": { "bin": {
"cli": "bin/cli" "cli": "bin/cli"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment