oasis [deploy|test], using dashboard PK
Closed this issue · 3 comments
vishwa-raman commented
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.
nhynes commented
Use
oasis deploy --profile devnet
s/devnet/default/?
vishwa-raman commented
Related to Issue #80 and will be done when that is.
naheed commented
- 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.