Skip to content

Commit

Permalink
chore: regen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev committed Oct 10, 2023
1 parent bbafc0b commit b177f14
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ algokit task [OPTIONS] COMMAND [ARGS]...

### sign

Sign an Algorand transaction.
Sign goal clerk compatible Algorand transaction(s).

```shell
algokit task sign [OPTIONS]
Expand All @@ -690,19 +690,19 @@ algokit task sign [OPTIONS]


### -a, --account <account>
**Required** The account alias.
**Required** Address or alias of the signer account.


### -f, --file <file>
The file to sign.
Single or multiple message pack encoded transactions from binary file to sign. Option is mutually exclusive with transaction.


### -t, --transaction <transaction>
The transaction to sign.
Single base64 encoded transaction object to sign. Option is mutually exclusive with file.


### -o, --output <output>
The output file.
The output file path to store signed transaction(s).


### --force
Expand Down

0 comments on commit b177f14

Please sign in to comment.