Skip to content

Commit

Permalink
chore(doc): sync documentation from CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez committed Jan 29, 2025
1 parent 0da7fa1 commit 971e1cb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/modules/ROOT/pages/running/running-cli.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,6 @@ All options that are available for the `kamel run` command can be specified as m
|build-property
|Add a build time property or properties file (syntax: _[my-key=my-value\|file:/path/to/my-conf.properties]_

|config
|Add a runtime configuration from a Configmap, Secret or file (syntax: _[configmap\|secret\|file]:name[/key]_, where name represents the local file path or the configmap/secret name and key optionally represents the configmap/secret key to be filtered)

|dependency
|An external library that should be included, e.g. for Maven dependencies `dependency=mvn:org.my:app:1.0`

Expand All @@ -210,7 +207,7 @@ All options that are available for the `kamel run` command can be specified as m
|Add a runtime property or properties file (syntax: _[my-key=my-value\|file:/path/to/my-conf.properties]_)

|resource
|Add a runtime resource from a Configmap, Secret or file (syntax: _[configmap\|secret\|file]:name[/key][@path]_, where name represents the local file path or the configmap/secret name, key optionally represents the configmap/secret key to be filtered and path represents the destination path)
|Add a runtime resource from a Configmap or Secret (syntax: _[configmap\|secret]:name[/key][@path]_, where name represents the configmap/secret name, key optionally represents the configmap/secret key to be filtered and path represents the destination path)

|trait
|Configure a trait, e.g. `trait=service.enabled=false`
Expand Down

0 comments on commit 971e1cb

Please sign in to comment.