Skip to content
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

Containerize packet-cli and publish updates on releases #122

Open
displague opened this issue May 25, 2021 · 0 comments · May be fixed by #252
Open

Containerize packet-cli and publish updates on releases #122

displague opened this issue May 25, 2021 · 0 comments · May be fixed by #252
Labels
enhancement New feature or request

Comments

@displague
Copy link
Member

What problem are you facing?

Users would benefit from a containerized installation of packet-cli.

How could the Equinix Metal CLI help solve this problem?

Containerize Packet-CLI such that a user can run the following:

docker run -e METAL_AUTH_TOKEN=$METAL_AUTH_TOKEN packethost/packet-cli projects get
docker run -v ~/.packet_cli.json:/.packet_cli.json packethost/packet-cli devices get -p $PROJECT_ID

The images should be updated on each release (currently managed by goreleaser which can upload images).

@displague displague added the enhancement New feature or request label May 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant