-
Notifications
You must be signed in to change notification settings - Fork 29
Add airnode-deployer rollback
command
#1170
Conversation
Visit the preview URL for this PR (updated for commit 3125ea1): https://api3-docs--pr1170-deployer-rollback-u511ckx0.web.app (expires Tue, 31 Jan 2023 07:14:11 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: d319eb7cbe610768342d5dc1b5cd1f3aed912886 |
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.
Tested and it works. Two small nits
|
||
Positionals: | ||
deployment-id ID of the deployment (from 'list' command) [string] [required] | ||
version-id ID of the deployment version (from 'info' command) [string] [required] |
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.
I wouldn't say it's critical, but the version-id
argument would be clearer if it were slightly more explicit:
ID of the deployment version to rollback to
(Applies to api3dao/airnode
as well...)
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.
Right, I'll add it 🙂
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.
I've updated the help messages for all the commands and added a commit to this PR. Hope you don't mind.
7a4ed97
to
3125ea1
Compare
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.
Quick turnaround from the Airnode PR! LGTM
Close #1167