diff --git a/commands/contract/deploy.js b/commands/contract/deploy.js index a5807e4b..1149f26f 100644 --- a/commands/contract/deploy.js +++ b/commands/contract/deploy.js @@ -9,7 +9,7 @@ const inspectResponse = require('../../utils/inspect-response'); const { DEFAULT_NETWORK } = require('../../config'); module.exports = { - command: 'deploy [...]', + command: 'deploy ', desc: 'Deploy a contract to an existing account (optionally initializing it)', builder: (yargs) => yargs .option('wasmFile', { diff --git a/package.json b/package.json index 5268c70b..a5bac1ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "near-cli", - "version": "4.0.5", + "version": "4.0.6", "description": "Simple CLI for interacting with NEAR Protocol", "engines": { "node": ">= 16"