Skip to content
This repository was archived by the owner on Jul 29, 2019. It is now read-only.

flavors-js/flavors-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This module is deprecated. It was embedded in flavors. See flavors CLI.

flavors-cli

CLI tool powered by Flavors configuration management library.
It allows to run commands in the pre-configured environment.

Install

$ npm install -g flavors-cli

Usage

$ flavors --help

flavors - CLI tool powered by Flavors (https://github.com/flavors-js/flavors) configuration management library. It allows to run commands in the pre-configured environment

Commands:
  index.js print             Load and print configuration in JSON format
  index.js run [command...]  Load configuration and run command

Options:
  --dir-name, -d     Configuration directory name
  --file-name, -f    Configuration file name (excluding extension)
  --loader, -l       Name of a Node.js module or a path to it
  --name, -n         Configuration name                                                                                                                                                                                      [required]
  --separator, -s    Configuration name separator
  --working-dir, -w  Directory from which configuration will be loaded
  --help             Show help                                                                                                                                                                                                [boolean]
  --version          Show version number                                                                                                                                                                                      [boolean]

Maintainers

License

See the LICENSE file for details.

Packages

 
 
 

Contributors