mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
3f72325f9d
A command-line interface to the Equinix Metal API Sponsored by: SkunkWerks, GmbH Sponsored by: Equinix Metal
24 lines
632 B
Plaintext
24 lines
632 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
You installed the Equinix Metal command-line tool. To use this tool, you
|
|
will need an account and an API token from https://console.equinix.com/
|
|
|
|
Then run:
|
|
|
|
$ metal init
|
|
Equinix Metal API Tokens can be obtained through the portal at https://console.equinix.com/.
|
|
See https://metal.equinix.com/developers/docs/accounts/users/ for more details.
|
|
|
|
Token (hidden): ...
|
|
Organization ID []: ...-...-...
|
|
Project ID []: ...-...-..
|
|
|
|
Writing ~/.config/equinix/metal.yaml
|
|
|
|
Optionally, the token can be supplied via the METAL_AUTH_TOKEN
|
|
environment variable, instead of permanently in the file system.
|
|
EOM
|
|
}
|
|
]
|