0.9.25 • Published 8 years ago

bodhi-cli v0.9.25

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
8 years ago

rbc-cli-tools

Command Line Tools for the RBC Cloud

##Installation

The cli tools require a nodejs runtime and are installed using the node package manager (npm).

> npm install -g rbc-cli

Not that on *nix based systems and Macs, a global install command MUST be run using sudo.

One the tools are installed, verify the installation using the version command. The command SHOULD respond with a semantic version of the tools: M is the major version, m is the minor version, and b is the build increment.

> rbc-cli -V
  M.m.b 

##General Str

###Common Usage

<rbc-tool> [options] <command> [arguments ..] 

The first entry is the name of the tool. The second argument is the command. All further arguments are interpretted in the context of the command.

Options can be specified anywhere on the command line AFTER the tool designation. The following commands are considered equivalent.

rbc-cli -e my-environment -v command
rbc-cli -v command -e my-environment
rbc-cli command -v -e my-environment

###Processing Options

The following switch are universal and have consistent semantics across the tools.

longshortmeaning
versionVrequest the version of a tool
helpHrequest help in the form of usage instructions
verbosevexecute the command with intermediate output
debugdexecute the command in debug mode
forcefforce the command to ignore saftey considerations
no-colorCdo not use color

##Project Commands

  • pwd
  • init

###pwd

Aliases: home

This command will print the home directory of the current project.

#####Arguments

None.

#####Return

Platform specific directory path of the current project.

#####Sample

> rbc-cli pwd
/path/to/project/root

###init

This command will establish the current directory as a new project by creating a new rbc-project.json file. This command will fail safely if an existing rbc-project.json file exists up the directory tree. A user may create a project in a subfolder by using the --force command line option.

> rbc-cli init [-f]
/path/to/new/project/root

#####Arguments

None.

#####Return

Platform specific directory path to the newly initialized project.

app-tools

Documentation on app-tools is located here.

0.9.25

8 years ago

0.9.24

9 years ago

0.9.23

9 years ago

0.9.21

9 years ago

0.9.20

9 years ago

0.9.19

9 years ago

0.9.18

9 years ago

0.9.15

9 years ago

0.9.14

9 years ago

0.9.13

9 years ago

0.9.12

9 years ago

0.9.11

9 years ago

0.9.10

9 years ago

0.9.9

9 years ago

0.9.8

9 years ago

0.9.7

9 years ago

0.9.6

9 years ago

0.9.5

9 years ago

0.9.4

9 years ago

0.9.2

9 years ago

0.7.13

9 years ago

0.7.10

9 years ago

0.7.8

9 years ago

0.7.7

9 years ago

0.7.6

9 years ago

0.7.5

9 years ago

0.7.4

9 years ago

0.7.3

9 years ago

0.7.2

9 years ago

0.7.1

9 years ago

0.6.21

9 years ago

0.6.19

9 years ago

0.6.18

9 years ago

0.6.17

9 years ago

0.6.16

9 years ago

0.6.15

9 years ago