xooa-cli
v2.0.1
Published
The xooa cli tool helps you by creating starter project to get started with your smart contracts development.
Downloads
2
Readme
Xooa CLI
This tool enables you to quickly get started with initializing repositories with starter smart-contracts in a language of your choice and compatible with either Hyperledger-fabric or Ethereum network.You can also deploy and upgrade your applications to the xooa run networks.
Where to
About us
https://xooa.com/API documentation
Generate deployment token
Manage apps
App Id
and go to app details page of the app you would like to upgrade.Sample repos
Steps to get started
- ~$
xooa-cli create
- ~S
cd ${appName}
- ~$
xooa-cli deploy
or ~$xooa-cli upgrade
Commands
This extension supports following functionalities.
create || c
: create the app.deploy || d
: deploy the app.upgrade || u
: upgrade the app.
Information
- Deployment token can be saved in environment variables as 'XOOA_DEPLOYMENT_TOKEN'.
- App Id can be saved in environment variables as 'XOOA_APP_ID'.
- More information about commands can be retrieved using
xooa-cli deploy --help
Release Notes
We are working hard to ease your application management process on the xooa run networks, for your suggestions/queries please reach out to us on [email protected]
1.0.0
Initial release of commands to create starter app, deploy and upgrade your apps.
2.0.0
Input variables can be passed as command line arguments. Deployment token and AppId can be used from environment variables.
Enjoy!