You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: