opnsense-ports/sysutils/equinix-metal-cli/pkg-message
Franco Fichtner eb4afe285e */*: sync with upstream
Taken from: FreeBSD
2022-05-17 21:28:12 +02:00

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
}
]