Skip to content

Commit

Permalink
fix: Update ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
ittechhunter committed Apr 26, 2024
1 parent 5b1b749 commit 1705cfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Commands:
init [options] [path] Initialize a new project
clone [account] [dest] Clone a SocialDB repository
pull [account] Pull updates from a SocialDB repository
deploy [string] Deploy the project (not implemented)
deploy [options] [appName] Deploy the project
upload [string] Upload data to SocialDB (not implemented)
help [command] display help for command
```
Expand Down
2 changes: 1 addition & 1 deletion lib/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ async function run() {
program
.command("deploy")
.description("Deploy the project")
.argument("[string]", "Workspace app name to deploy")
.argument("[appName]", "Workspace app name to deploy")
.option("--deploy-account-id <deployAccountId>", "Account under which component code should be deployed")
.option("--signer-account-id <signerAccountId>", "Account which will be used for signing deploy transaction, frequently the same as deploy-account-id")
.option("--signer-public-key <signerPublicKey>", "Public key for signing transactions in the format: `ed25519:<public_key>`")
Expand Down

0 comments on commit 1705cfe

Please sign in to comment.