buffrs icon indicating copy to clipboard operation
buffrs copied to clipboard

Add .buffrs/config.toml

Open dgehriger opened this issue 8 months ago • 4 comments

Based on upstream version 0.8.1 but with following additions:

  • Introduction of a configuration file in .buffrs/config.toml (in the current working directory, or any parent)
  • Config file allows specifying:
    • List of registry URLs and their names
    • A default registry

Example:

[registries]
some_org = "https://artifactory.example.com/artifactory/some-org"

[registry]
default = "some_org"

dgehriger avatar Jun 26 '24 15:06 dgehriger