Skip to main content

Blink CLI Configuration

To first initialize your credentials after installing, run:

blink init

You will be prompted to add a hostname (will be https://app.blinkops.com by default unless Blink is run locally within the org) and an API-key:

✔ Hostname: https://app.blinkops.com
✔ Blink API Key (For help on how the obtain the API key: https://docs.blinkops.com/docs/integrations/blink#obtaining-the-credentials)

If you wish to use a pre-defined configuration, you can specify a file path by setting the --config flag when running blink init, for example:

blink init --config ./config.json

The minimum requirement should be to set the following values in your config file:

{
"hostname": "<blink-address>",
"blink-api-key": "<apikey>",
"scheme": "https"
}