Skip to content

Commit ae29d3f

Browse files
fixed deploy command too long (#791)
* Update _index.md format problem in a command too long * Update _index.md too long line for deploy * Update _index.md deploy format * Update _index.md deploy format
1 parent dd2e2e6 commit ae29d3f

File tree

1 file changed

+2
-1
lines changed
  • docs-source/spring/content/development/cli

1 file changed

+2
-1
lines changed

docs-source/spring/content/development/cli/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,8 @@ The following is an example development workflow using the CLI:
244244
deploy - Deploy a service.
245245
246246
SYNOPSIS
247-
deploy --redeploy boolean --bind String --app-name String [--service-name String] [--image-version String] --service-profile String --port String --java-version String --add-health-probe boolean --liquibase-db String [--artifact-path String] --initial-replicas int --graalvm-native boolean --help
247+
deploy --redeploy boolean --bind String --app-name String [--service-name String] [--image-version String] --service-profile String --port String --java-version String
248+
--add-health-probe boolean --liquibase-db String [--artifact-path String] --initial-replicas int --graalvm-native boolean --help
248249
249250
OPTIONS
250251
--redeploy boolean

0 commit comments

Comments
 (0)