-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Add get-latest-cli action #8447
Conversation
b751efa
to
53c21be
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.
Amazing! Left a comment above, but otherwise looks good
name: "Get latest Aptos CLI" | ||
description: | | ||
Fetches the latest released Aptos CLI and optionally sets it up to operate against | ||
a given network. |
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.
Where is the CLI set against a specific network?
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.
It's not, mb, let me remove that comment.
61b5dc7
to
2cdb4ce
Compare
2cdb4ce
to
71dbcf1
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ Forge suite
|
✅ Forge suite
|
This comment has been minimized.
This comment has been minimized.
✅ Forge suite
|
Description
This PR adds a GH action to install the CLI.
We could theoretically expand this to create a profile as well but I felt that made the action sort of complicated (just look at
aptos init
, it has a lot of flags we'd probably want to expose). We can chat about that though.Depends on #8446.
Test Plan
@brianolson tested this in internal-ops, thanks Brian!!