forked from Lainports/freebsd-ports
A command-line interface to the Equinix Metal API Sponsored by: SkunkWerks, GmbH Sponsored by: Equinix Metal
23 lines
632 B
Text
23 lines
632 B
Text
[
|
|
{ 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
|
|
}
|
|
]
|