diff --git a/README.md b/README.md index 4f2c4c3..d748bf1 100644 --- a/README.md +++ b/README.md @@ -530,7 +530,7 @@ DESCRIPTION contracts. ``` -_See code: [src/commands/console.ts](https://github.com/terra-money/terrain/blob/v0.6.1/src/commands/console.ts)_ +_See code: [src/commands/console.ts](https://github.com/terra-money/terrain/blob/v0.6.2/src/commands/console.ts)_ ## `terrain contract:build CONTRACT` @@ -547,7 +547,7 @@ DESCRIPTION Build wasm bytecode. ``` -_See code: [src/commands/contract/build.ts](https://github.com/terra-money/terrain/blob/v0.6.1/src/commands/contract/build.ts)_ +_See code: [src/commands/contract/build.ts](https://github.com/terra-money/terrain/blob/v0.6.2/src/commands/contract/build.ts)_ ## `terrain contract:generateClient CONTRACT` @@ -566,7 +566,7 @@ DESCRIPTION Generate a Wallet Provider or Terra.js compatible TypeScript client. ``` -_See code: [src/commands/contract/generateClient.ts](https://github.com/terra-money/terrain/blob/v0.6.1/src/commands/contract/generateClient.ts)_ +_See code: [src/commands/contract/generateClient.ts](https://github.com/terra-money/terrain/blob/v0.6.2/src/commands/contract/generateClient.ts)_ ## `terrain contract:instantiate CONTRACT` @@ -574,8 +574,8 @@ Instantiate the contract. ``` USAGE - $ terrain contract:instantiate [CONTRACT] [--signer ] [--network ] [--instance-id - ] [--code-id ] [--config-path ] [--refs-path ] [--keys-path ] + $ terrain contract:instantiate [CONTRACT] [--signer ] [--network ] [--instance-id ] [--code-id + ] [--config-path ] [--refs-path ] [--keys-path ] FLAGS --code-id= specific codeId to instantiate @@ -590,7 +590,7 @@ DESCRIPTION Instantiate the contract. ``` -_See code: [src/commands/contract/instantiate.ts](https://github.com/terra-money/terrain/blob/v0.6.1/src/commands/contract/instantiate.ts)_ +_See code: [src/commands/contract/instantiate.ts](https://github.com/terra-money/terrain/blob/v0.6.2/src/commands/contract/instantiate.ts)_ ## `terrain contract:migrate CONTRACT` @@ -615,7 +615,7 @@ DESCRIPTION Migrate the contract. ``` -_See code: [src/commands/contract/migrate.ts](https://github.com/terra-money/terrain/blob/v0.6.1/src/commands/contract/migrate.ts)_ +_See code: [src/commands/contract/migrate.ts](https://github.com/terra-money/terrain/blob/v0.6.2/src/commands/contract/migrate.ts)_ ## `terrain contract:new NAME` @@ -641,7 +641,7 @@ EXAMPLES $ terrain code:new awesome_contract --path path/to/dapp --authors "ExampleAuthor" ``` -_See code: [src/commands/contract/new.ts](https://github.com/terra-money/terrain/blob/v0.6.1/src/commands/contract/new.ts)_ +_See code: [src/commands/contract/new.ts](https://github.com/terra-money/terrain/blob/v0.6.2/src/commands/contract/new.ts)_ ## `terrain contract:optimize CONTRACT` @@ -658,7 +658,7 @@ DESCRIPTION Optimize wasm bytecode. ``` -_See code: [src/commands/contract/optimize.ts](https://github.com/terra-money/terrain/blob/v0.6.1/src/commands/contract/optimize.ts)_ +_See code: [src/commands/contract/optimize.ts](https://github.com/terra-money/terrain/blob/v0.6.2/src/commands/contract/optimize.ts)_ ## `terrain contract:store CONTRACT` @@ -682,7 +682,7 @@ DESCRIPTION Store code on chain. ``` -_See code: [src/commands/contract/store.ts](https://github.com/terra-money/terrain/blob/v0.6.1/src/commands/contract/store.ts)_ +_See code: [src/commands/contract/store.ts](https://github.com/terra-money/terrain/blob/v0.6.2/src/commands/contract/store.ts)_ ## `terrain contract:updateAdmin CONTRACT ADMIN` @@ -705,7 +705,7 @@ DESCRIPTION Update the admin of a contract. ``` -_See code: [src/commands/contract/updateAdmin.ts](https://github.com/terra-money/terrain/blob/v0.6.1/src/commands/contract/updateAdmin.ts)_ +_See code: [src/commands/contract/updateAdmin.ts](https://github.com/terra-money/terrain/blob/v0.6.2/src/commands/contract/updateAdmin.ts)_ ## `terrain deploy CONTRACT` @@ -713,9 +713,9 @@ Build wasm bytecode, store code on chain and instantiate. ``` USAGE - $ terrain deploy [CONTRACT] [--signer ] [--network ] [--no-rebuild] - [--instance-id ] [--frontend-refs-path ] [--admin-address ] [--no-sync ] [--config-path - ] [--refs-path ] [--keys-path ] + $ terrain deploy [CONTRACT] [--signer ] [--network ] [--no-rebuild] [--instance-id ] + [--frontend-refs-path ] [--admin-address ] [--no-sync ] [--config-path ] [--refs-path + ] [--keys-path ] FLAGS --admin-address= set custom address as contract admin to allow migration. @@ -733,7 +733,7 @@ DESCRIPTION Build wasm bytecode, store code on chain and instantiate. ``` -_See code: [src/commands/deploy.ts](https://github.com/terra-money/terrain/blob/v0.6.1/src/commands/deploy.ts)_ +_See code: [src/commands/deploy.ts](https://github.com/terra-money/terrain/blob/v0.6.2/src/commands/deploy.ts)_ ## `terrain help [COMMAND]` @@ -785,7 +785,7 @@ EXAMPLES $ terrain new awesome-dapp --path path/to/dapp --framework vue --authors "ExampleAuthor" ``` -_See code: [src/commands/new.ts](https://github.com/terra-money/terrain/blob/v0.6.1/src/commands/new.ts)_ +_See code: [src/commands/new.ts](https://github.com/terra-money/terrain/blob/v0.6.2/src/commands/new.ts)_ ## `terrain sync-refs` @@ -803,7 +803,7 @@ DESCRIPTION Sync configuration with frontend app. ``` -_See code: [src/commands/sync-refs.ts](https://github.com/terra-money/terrain/blob/v0.6.1/src/commands/sync-refs.ts)_ +_See code: [src/commands/sync-refs.ts](https://github.com/terra-money/terrain/blob/v0.6.2/src/commands/sync-refs.ts)_ ## `terrain task:new [TASK]` @@ -817,7 +817,7 @@ DESCRIPTION create new task ``` -_See code: [src/commands/task/new.ts](https://github.com/terra-money/terrain/blob/v0.6.1/src/commands/task/new.ts)_ +_See code: [src/commands/task/new.ts](https://github.com/terra-money/terrain/blob/v0.6.2/src/commands/task/new.ts)_ ## `terrain task:run [TASK]` @@ -839,7 +839,7 @@ DESCRIPTION run predefined task ``` -_See code: [src/commands/task/run.ts](https://github.com/terra-money/terrain/blob/v0.6.1/src/commands/task/run.ts)_ +_See code: [src/commands/task/run.ts](https://github.com/terra-money/terrain/blob/v0.6.2/src/commands/task/run.ts)_ ## `terrain test CONTRACT-NAME` @@ -861,7 +861,7 @@ EXAMPLES $ terrain test counter --no-fail-fast ``` -_See code: [src/commands/test.ts](https://github.com/terra-money/terrain/blob/v0.6.1/src/commands/test.ts)_ +_See code: [src/commands/test.ts](https://github.com/terra-money/terrain/blob/v0.6.2/src/commands/test.ts)_ ## `terrain test:coverage [CONTRACT-NAME]` @@ -880,7 +880,7 @@ EXAMPLES $ terrain test:coverage counter ``` -_See code: [src/commands/test/coverage.ts](https://github.com/terra-money/terrain/blob/v0.6.1/src/commands/test/coverage.ts)_ +_See code: [src/commands/test/coverage.ts](https://github.com/terra-money/terrain/blob/v0.6.2/src/commands/test/coverage.ts)_ ## `terrain wallet:new` @@ -898,5 +898,5 @@ DESCRIPTION Generate a new wallet to use for signing contracts ``` -_See code: [src/commands/wallet/new.ts](https://github.com/terra-money/terrain/blob/v0.6.1/src/commands/wallet/new.ts)_ +_See code: [src/commands/wallet/new.ts](https://github.com/terra-money/terrain/blob/v0.6.2/src/commands/wallet/new.ts)_ diff --git a/package-lock.json b/package-lock.json index 802e183..6c73be3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@terra-money/terrain", - "version": "0.6.1", + "version": "0.6.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@terra-money/terrain", - "version": "0.6.1", + "version": "0.6.2", "license": "MIT", "dependencies": { "@oclif/command": "^1.8.0", diff --git a/package.json b/package.json index d865781..5d41a60 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@terra-money/terrain", "description": "Terra development environment", - "version": "0.6.1", + "version": "0.6.2", "__comment": "^ update template package.json to the same version when publish", "author": "Supanat Potiwarakorn @iboss-ptk", "bugs": "https://github.com/terra-money/terrain/issues",