-
Notifications
You must be signed in to change notification settings - Fork 72
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
Allow users to retrieve info about their deployments #1404
Comments
@bbenligiray @aquarat I've updated the description, let me know if you're ok with this. |
Maybe:
|
This info command will only show Airnodes deployed with the current Airnode version. Correct me if I am wrong, but this means that the user will first have to remove all of these (which will remove the files in AWS) and then redeploy with a new deployer version. |
The
I think there's some confusion. This is info about one deployment. The dates are the dates of previous "versions" of the same deployment (e.g. updated |
I like it. "(current)" or something to that effect would be good. |
I tested this for both AWS and GCP. I tested with no redeployment, one, and two. The (current) indicator always pointed at the correct one. |
Allow users to see info and history of changes for a specific deployment.
airnode-deployer info 40207f25 Cloud provider: AWS (us-east-1) Airnode address: 0xd0624E6C2C8A1DaEdE9Fa7E9C409167ed5F256c6 Stage: dev Airnode version 0.9.0 ┌────────────┬───────────────────────────┐ │ Version ID │ Deployment time │ ├────────────┼───────────────────────────┤ │ 5bbcd317 │ 2022-08-29 09:12:34 GMT+2 │ ├────────────┼───────────────────────────┤ │ 21f1b492 │ 2022-09-29 07:34:33 GMT+2 │ ├────────────┼───────────────────────────┤ │ 2c8b8bbe │ 2022-08-12 10:17:09 GMT+2 │ └────────────┴───────────────────────────┘
Based on the deployment ID from the
list
command (#1403).The version ID will be constructed as the first 8 characters of sha([cloudProvider, region, airnodeAddress, stage, airnodeVersion, deploymentTime]) so it's unique for the deployment and its historical version.
Basically a preparation for #1406
The text was updated successfully, but these errors were encountered: