Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bonita
bonita-continuous-delivery-doc
Commits
d2d85f9e
Commit
d2d85f9e
authored
Nov 27, 2017
by
Truc Nguyen
Browse files
fix(cli): remove run-tests command from documentation for 1.0
parent
76595305
Changes
3
Hide whitespace changes
Inline
Side-by-side
md/cli.md
View file @
d2d85f9e
...
...
@@ -38,7 +38,6 @@ Commands:
status Show the platform status
create Create AWS instances
deploy Deploy Bonita stack
run-tests Run Bonita performance tests
undeploy Undeploy Bonita stack
destroy Destroy AWS machines (EC2 instances)
```
...
...
@@ -59,5 +58,5 @@ The BCD CLI allows to invoke more than one command in one go. This is useful to
For example:
```
$ bcd -s scenarios/uswest2_cluster.yml -y create deploy
run-tests destroy
$ bcd -s scenarios/uswest2_cluster.yml -y create deploy
```
md/index.md
View file @
d2d85f9e
...
...
@@ -61,7 +61,7 @@ $ bcd -s scenarios/uswest_performance.yml --yes deploy
$
bcd
-s
scenarios/uswest_performance.yml destroy
--dry-run
$
bcd
-s
scenarios/vagrant_cluster.yml deploy
$
bcd
-s
scenarios/vagrant_cluster.yml
--yes
undeploy
$
bcd
-s
scenarios/uswest2_cluster.yml
-y
create deploy
run-tests destroy
$
bcd
-s
scenarios/uswest2_cluster.yml
-y
create deploy
```
### EC2 instances creation
...
...
md/quickstart.md
View file @
d2d85f9e
...
...
@@ -123,7 +123,6 @@ Commands:
status Show the platform status
create Create AWS instances
deploy Deploy Bonita stack
run-tests Run Bonita performance tests
undeploy Undeploy Bonita stack
destroy Destroy AWS machines (EC2 instances)
```
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment