2.0.0-alpha.1
Pre-release
Pre-release
⚠️ BREAKING CHANGES
- This version of the CLI is a complete rewrite of the whole codebase and is not
compatible with previous versions. To migrate fromv1.*
tov2.*
, users
will have to import their keys using the available commands in
archway accounts
, and generate a new config file at the root of the project
usingconfig init
.
Added
- contracts: commands for all stages of contract development and deployment
(c931552, 47c0b29, 39e81c3, c432704, 54b4486, bb1fda2, 6ac75b3, 364154f, 4efcd0f,
3a19192) - rewards: new command to query and withdraw rewards (0e6c993 and 82b0ae3)
- config: added new sub-commands to manage your project config (6bb3000, 59245c3)
- config: support for importing and exporting chain specs (3b1ed5a)
- cli: added the help command (#207)