silverback icon indicating copy to clipboard operation
silverback copied to clipboard

Feat: Add a sample silverback/profile.toml to the CONTRIBUTING

Open Ninjagod1251 opened this issue 6 months ago • 2 comments

Overview

Provide a simple overview of what you wish to see added. Please include:

~/.silverback/profile.toml is important part of getting this to work.

Can we add a section describing this?

default-profile = "NAME-cluster"

[auth.default]
host = "https://account.apeworx.io"
client_id = "KEY_HERE"

[profile.default]
host = "https://silverback.apeworx.io"
auth = "default"

[profile.NAME-cluster]
api-key = "KEY_HERE"
host = "AWS_URL_HERE"

Specification

UPDATE: it is an advance usecase.

Dependencies

Include links to any open issues that must be resolved before this feature can be implemented.

Ninjagod1251 avatar Aug 08 '24 18:08 Ninjagod1251