@backbase/cli-config

## Warning: Still in alpha

Usage no npm install needed!

<script type="module">
  import backbaseCliConfig from 'https://cdn.skypack.dev/@backbase/cli-config';
</script>

README

Backbase CLI Config

Warning: Still in alpha

Usage

.getBbRc([overwrites])

Loads the backbase configuration from the configuration files.

The config is obtained by merging multiple configuration by this order of importance:

  • Local .bbrc files upwards the directory tree
  • All .bbrc files upwards the directory tree
  • .bbrc file located in user's home folder (~)

Configuration is overwritten with overwrites argument.