oasislabs/oasis-cli

Outdated help message in oasis deploy

Closed this issue · 1 comments

You need an account to deploy on the Oasis Devnet.
Getting one is easy: just head to

    https://dashboard.oasiscloud.io/settings#payments

and locate the "Private Key" field. It's right next to the "Click to reveal" button,
which you should indeed click. Copy the revealed text to your clipboard then run

    oasis config profile.default.private_key <paste>

Once you clear your clipboard, you can try your deploy again!

error: `profile.default.credential` must be set to deploy on the Oasis Devnet.

https://dashboard.oasiscloud.io/settings#payments this redirects to home, so it might be better to outline the steps.

oasis config profile.default.private_key <paste> this should use credential

Closing because #125