Skip to content

Commit

Permalink
Check in docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabethengelman committed Dec 4, 2023
1 parent 5c421b9 commit 46fa951
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions docs/soroban-cli-full-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ This document contains the help content for the `soroban` command-line program.
* [`soroban network add`](#soroban-network-add)
* [`soroban network rm`](#soroban-network-rm)
* [`soroban network ls`](#soroban-network-ls)
* [`soroban network start`](#soroban-network-start)
* [`soroban network stop`](#soroban-network-stop)
* [`soroban version`](#soroban-version)

## `soroban`
Expand Down Expand Up @@ -787,6 +789,8 @@ Start and configure networks
* `add` — Add a new network
* `rm` — Remove a network
* `ls` — List networks
* `start` — Start network
* `stop` — Stop network



Expand Down Expand Up @@ -840,6 +844,43 @@ List networks



## `soroban network start`

Start network

**Usage:** `soroban network start [OPTIONS] <NETWORK>`

###### **Arguments:**

* `<NETWORK>` — Network to start

###### **Options:**

* `-c`, `--container-name <CONTAINER_NAME>` — optional argument to customize container name

Default value: `stellar`
* `-i`, `--docker-image <DOCKER_IMAGE>` — optional argument for docker image

Default value: `stellar/quickstart`
* `-t`, `--docker-tag <DOCKER_TAG>` — optional argument for docker tag

Default value: `testing`
* `-d`, `--detached` — optional argument to run docker process in detached mode



## `soroban network stop`

Stop network

**Usage:** `soroban network stop [CONTAINER]`

###### **Arguments:**

* `<CONTAINER>` — docker container to stop



## `soroban version`

Print version information
Expand Down

0 comments on commit 46fa951

Please sign in to comment.