Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #10895 from EOSIO/docs/devrel-1727-2.2
Browse files Browse the repository at this point in the history
[docs] Update set-contract cleos command - 2.2
  • Loading branch information
lparisc authored Nov 23, 2021
2 parents 479d65e + 82a0b8d commit a01339b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/02_cleos/03_command-reference/set/set-contract.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
## Description
Creates or updates the contract on an account.

## Positional Parameters
`account` _TEXT_ - The account to publish a contract for
`wast-file` _TEXT_ - The file containing the contract WAST or WASM
`abi-file` _TEXT_ - The ABI for the contract

* `account` _TEXT_ - The account to publish a contract for
* `contract-dir` _TEXT_ - The path containing the .wasm and .abi
* `wast-file` _TEXT_ - The file containing the contract WAST or WASM
* `abi-file` _TEXT_ - The ABI for the contract

## Options

`-h,--help` Print this help message and exit
Expand Down

0 comments on commit a01339b

Please sign in to comment.