silverback
silverback copied to clipboard
Feat: Add a sample silverback/profile.toml to the CONTRIBUTING
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.