Skip to content

Commit

Permalink
Corrects documentation for upload and deploy command (#144)
Browse files Browse the repository at this point in the history
* uses web component

* outputs html

* incremenet version

* adds deploying to web4 to readme

* clean up docs
  • Loading branch information
elliotBraem authored Jul 19, 2024
1 parent 508d255 commit 6f53366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ Commands:
init [options] Initialize a new project
clone [account] [dest] Clone a SocialDB repository
deploy [options] [appName] Deploy the project
upload [options] [string] [string] Upload data to SocialDB
upload [options] [appName] Upload data to SocialDB
help [command] display help for command
```

Expand All @@ -304,7 +304,7 @@ bw deploy [app name] --deploy-account-id [deployAccountId] --signer-account-id [

* `--signer-public-key <signerPublicKey>` (Optional): Public key for signing transactions in the format: `ed25519:<public_key>`. Will default to interactive [near-cli-rs](https://github.com/near/near-cli-rs) if not provided.

* `--signer-private-key <signerPrivateKey>` (Optional): Private key in `ed25519:<private_key>` format for signing transactions. Will default to interactive [near-cli-rs](https://github.com/near/near-cli-rs) if not provided.
* `--signer-private-key <signerPrivateKey>` (Optional): Private key for signing transactions in the format: `ed25519:<private_key>`. Will default to interactive [near-cli-rs](https://github.com/near/near-cli-rs) if not provided.

* `-n, --network <network>` (Optional): Network to deploy for (default: "mainnet").

Expand Down

0 comments on commit 6f53366

Please sign in to comment.