Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed Sep 23, 2022
1 parent ca638e1 commit 10c2191
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ DESCRIPTION
contracts.
```
_See code: [src/commands/console.ts](https://github.com/terra-money/terrain/blob/v0.6.2/src/commands/console.ts)_
_See code: [src/commands/console.ts](https://github.com/terra-money/terrain/blob/v0.7.0/src/commands/console.ts)_
## `terrain contract:build CONTRACT`
Expand All @@ -541,7 +541,7 @@ DESCRIPTION
Build wasm bytecode.
```
_See code: [src/commands/contract/build.ts](https://github.com/terra-money/terrain/blob/v0.6.2/src/commands/contract/build.ts)_
_See code: [src/commands/contract/build.ts](https://github.com/terra-money/terrain/blob/v0.7.0/src/commands/contract/build.ts)_
## `terrain contract:generateClient CONTRACT`
Expand All @@ -560,7 +560,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.2/src/commands/contract/generateClient.ts)_
_See code: [src/commands/contract/generateClient.ts](https://github.com/terra-money/terrain/blob/v0.7.0/src/commands/contract/generateClient.ts)_
## `terrain contract:instantiate CONTRACT`
Expand All @@ -584,7 +584,7 @@ DESCRIPTION
Instantiate the contract.
```
_See code: [src/commands/contract/instantiate.ts](https://github.com/terra-money/terrain/blob/v0.6.2/src/commands/contract/instantiate.ts)_
_See code: [src/commands/contract/instantiate.ts](https://github.com/terra-money/terrain/blob/v0.7.0/src/commands/contract/instantiate.ts)_
## `terrain contract:migrate CONTRACT`
Expand All @@ -609,7 +609,7 @@ DESCRIPTION
Migrate the contract.
```
_See code: [src/commands/contract/migrate.ts](https://github.com/terra-money/terrain/blob/v0.6.2/src/commands/contract/migrate.ts)_
_See code: [src/commands/contract/migrate.ts](https://github.com/terra-money/terrain/blob/v0.7.0/src/commands/contract/migrate.ts)_
## `terrain contract:new NAME`
Expand All @@ -635,7 +635,7 @@ EXAMPLES
$ terrain code:new awesome_contract --path path/to/dapp --authors "ExampleAuthor<[email protected]>"
```
_See code: [src/commands/contract/new.ts](https://github.com/terra-money/terrain/blob/v0.6.2/src/commands/contract/new.ts)_
_See code: [src/commands/contract/new.ts](https://github.com/terra-money/terrain/blob/v0.7.0/src/commands/contract/new.ts)_
## `terrain contract:optimize CONTRACT`
Expand All @@ -652,7 +652,7 @@ DESCRIPTION
Optimize wasm bytecode.
```
_See code: [src/commands/contract/optimize.ts](https://github.com/terra-money/terrain/blob/v0.6.2/src/commands/contract/optimize.ts)_
_See code: [src/commands/contract/optimize.ts](https://github.com/terra-money/terrain/blob/v0.7.0/src/commands/contract/optimize.ts)_
## `terrain contract:store CONTRACT`
Expand All @@ -676,7 +676,7 @@ DESCRIPTION
Store code on chain.
```
_See code: [src/commands/contract/store.ts](https://github.com/terra-money/terrain/blob/v0.6.2/src/commands/contract/store.ts)_
_See code: [src/commands/contract/store.ts](https://github.com/terra-money/terrain/blob/v0.7.0/src/commands/contract/store.ts)_
## `terrain contract:updateAdmin CONTRACT ADMIN`
Expand All @@ -699,7 +699,7 @@ DESCRIPTION
Update the admin of a contract.
```
_See code: [src/commands/contract/updateAdmin.ts](https://github.com/terra-money/terrain/blob/v0.6.2/src/commands/contract/updateAdmin.ts)_
_See code: [src/commands/contract/updateAdmin.ts](https://github.com/terra-money/terrain/blob/v0.7.0/src/commands/contract/updateAdmin.ts)_
## `terrain deploy CONTRACT`
Expand Down Expand Up @@ -727,7 +727,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.2/src/commands/deploy.ts)_
_See code: [src/commands/deploy.ts](https://github.com/terra-money/terrain/blob/v0.7.0/src/commands/deploy.ts)_
## `terrain help [COMMAND]`
Expand Down Expand Up @@ -779,7 +779,7 @@ EXAMPLES
$ terrain new awesome-dapp --path path/to/dapp --framework vue --authors "ExampleAuthor<[email protected]>"
```
_See code: [src/commands/new.ts](https://github.com/terra-money/terrain/blob/v0.6.2/src/commands/new.ts)_
_See code: [src/commands/new.ts](https://github.com/terra-money/terrain/blob/v0.7.0/src/commands/new.ts)_
## `terrain sync-refs`
Expand All @@ -797,7 +797,7 @@ DESCRIPTION
Sync configuration with frontend app.
```
_See code: [src/commands/sync-refs.ts](https://github.com/terra-money/terrain/blob/v0.6.2/src/commands/sync-refs.ts)_
_See code: [src/commands/sync-refs.ts](https://github.com/terra-money/terrain/blob/v0.7.0/src/commands/sync-refs.ts)_
## `terrain task:new [TASK]`
Expand All @@ -811,7 +811,7 @@ DESCRIPTION
create new task
```
_See code: [src/commands/task/new.ts](https://github.com/terra-money/terrain/blob/v0.6.2/src/commands/task/new.ts)_
_See code: [src/commands/task/new.ts](https://github.com/terra-money/terrain/blob/v0.7.0/src/commands/task/new.ts)_
## `terrain task:run [TASK]`
Expand All @@ -833,7 +833,7 @@ DESCRIPTION
run predefined task
```
_See code: [src/commands/task/run.ts](https://github.com/terra-money/terrain/blob/v0.6.2/src/commands/task/run.ts)_
_See code: [src/commands/task/run.ts](https://github.com/terra-money/terrain/blob/v0.7.0/src/commands/task/run.ts)_
## `terrain test CONTRACT-NAME`
Expand All @@ -855,7 +855,7 @@ EXAMPLES
$ terrain test counter --no-fail-fast
```
_See code: [src/commands/test.ts](https://github.com/terra-money/terrain/blob/v0.6.2/src/commands/test.ts)_
_See code: [src/commands/test.ts](https://github.com/terra-money/terrain/blob/v0.7.0/src/commands/test.ts)_
## `terrain test:coverage [CONTRACT-NAME]`
Expand All @@ -874,7 +874,7 @@ EXAMPLES
$ terrain test:coverage counter
```
_See code: [src/commands/test/coverage.ts](https://github.com/terra-money/terrain/blob/v0.6.2/src/commands/test/coverage.ts)_
_See code: [src/commands/test/coverage.ts](https://github.com/terra-money/terrain/blob/v0.7.0/src/commands/test/coverage.ts)_
## `terrain wallet:new`
Expand All @@ -892,5 +892,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.2/src/commands/wallet/new.ts)_
_See code: [src/commands/wallet/new.ts](https://github.com/terra-money/terrain/blob/v0.7.0/src/commands/wallet/new.ts)_
<!-- commandsstop -->
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@terra-money/terrain",
"description": "Terra development environment",
"version": "0.6.2",
"version": "0.7.0",
"__comment": "^ update template package.json to the same version when publish",
"author": "Supanat Potiwarakorn @iboss-ptk",
"bugs": "https://github.com/terra-money/terrain/issues",
Expand Down

0 comments on commit 10c2191

Please sign in to comment.