ApeWorX / silverback

Blockchain automation library, and SDK for the (upcoming) Silverback Platform
https://apeworx.io/silverback
Apache License 2.0
80 stars 9 forks source link

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

Open Ninjagod1251 opened 1 month ago

Ninjagod1251 commented 1 month ago

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.

linear[bot] commented 1 month ago

SBK-513 Feat: Add a sample silverback.toml to the README

Ninjagod1251 commented 1 month ago

it is out of scope, so we redefine it under contributing