Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabethengelman committed Jan 4, 2024
1 parent dc840ed commit 4b803d1
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/soroban-cli-full-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ This document contains the help content for the `soroban` command-line program.
* [`soroban config network rm`](#soroban-config-network-rm)
* [`soroban config network ls`](#soroban-config-network-ls)
* [`soroban events`](#soroban-events)
* [`soroban init`](#soroban-init)
* [`soroban lab`](#soroban-lab)
* [`soroban lab token`](#soroban-lab-token)
* [`soroban lab token wrap`](#soroban-lab-token-wrap)
Expand Down Expand Up @@ -83,6 +84,7 @@ Full CLI reference: https://github.com/stellar/soroban-tools/tree/main/docs/soro
* `contract` — Tools for smart contract developers
* `config` — Read and update config
* `events` — Watch the network for contract events
* `init` — Initialize a new Soroban project
* `lab` — Experiment with early features and expert tools
* `version` — Print version information

Expand Down Expand Up @@ -754,6 +756,27 @@ Watch the network for contract events



## `soroban init`

Initialize a new Soroban project

**Usage:** `soroban init [OPTIONS] <PROJECT_PATH>`

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

* `<PROJECT_PATH>`

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

* `-w`, `--with-contract <WITH_CONTRACT>` — optional flag to specify soroban example contracts to include

Default value: `none`

Possible values: `account`, `alloc`, `atomic-multiswap`, `atomic-swap`, `auth`, `cross-contract`, `custom-types`, `deep-contract-auth`, `deployer`, `errors`, `events`, `fuzzing`, `hello-world`, `increment`, `liquidity-pool`, `logging`, `simple-account`, `single-offer`, `timelock`, `token`, `upgradeable-contract`, `none`




## `soroban lab`

Experiment with early features and expert tools
Expand Down

0 comments on commit 4b803d1

Please sign in to comment.