oasislabs/oasis-cli

oasis [deploy|test], using dashboard PK

Closed this issue · 3 comments

For deployment on devnet, the flow is

a. Login to the dashboard
b. Pick private key
c. Stash it in ~/.config/oasis/config.toml
d. Use oasis deploy --profile devnet

This issue is to enhance the CLI to pick up the private key from the config and use it to deploy.

Use oasis deploy --profile devnet

s/devnet/default/?

Related to Issue #80 and will be done when that is.

  • User should be able to see the contracts on the dashboard when deployed through CLI.

This was one of the requirements we had in the PRD.