-
Notifications
You must be signed in to change notification settings - Fork 9
feat(cmd/rofl): Implement deploy via ROFL market #422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for oasisprotocol-cli canceled.
|
3c9309c
to
4594a95
Compare
f793ffc
to
6a90176
Compare
131076c
to
35b5af8
Compare
35b5af8
to
7300a6d
Compare
f757357
to
e877ee8
Compare
TermHour = "hour" | ||
TermMonth = "month" | ||
TermYear = "year" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TermHour = "hour" | |
TermMonth = "month" | |
TermYear = "year" | |
TermHour = "hourly" | |
TermMonth = "monthly" | |
TermYear = "yearly" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has already been renamed for the provider configuration, but I'm less sure about the --term
option? E.g. in top-up you would say top-up --term month --term-count 1
to specify 1 month.
e877ee8
to
59652bb
Compare
59652bb
to
15b9e2f
Compare
No description provided.