Skip to content

bq/composr-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

composr-cli

NPM Version Coverage Status Build Status Downloads Dependency Status License

CompoSR Command Line Interface

Install

npm -g install composr-cli

Usage

$ composr -h

publishing phrases to environment:

composr -p --env=staging --version=2.10.0

remove phrases by environment:

composr -u --env=staging --version=2.10.0

Available Options

Options

  -p, --publish           
  -i, --init              
  -s, --status            
  -g, --generate          
  -h, --help              
  --phrases string[]      
  -v, --version string    
  -e, --env string[]      
  -d, --verbose           
  -b, --build             
  -f, --force  

Publish

Publish your phrases and snippets to Composr

Generate

Bootstrap a project

Build

Builds local phrases and snippets into Composr-core usable JSONs

License

MIT © corbel-platform