4.3.0 • Published 7 years ago

caca v4.3.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

caca

A CLI tool for CA

Build Status npm version

Table of Contents

Installation

npm install --global caca

Available commands

ca --help

Ouputs description for each command

Usage example

$ ca --help

  Usage: ca [options] [command]


  Commands:

    task        do something with tasks
    settings    Sets the CA API key and current project
    open        Opens the specified defect or story
    help [cmd]  display help for [cmd]

  Options:

    -h, --help     output usage information
    -V, --version  output the version number

ca task --help

Ouputs description for each task-related command

Usage example

$ ca task --help

  Usage: ca-task [options] [command]


  Commands:

    list|ls Prints the list of tasks of the story/defect
    new     Adds a new task to a story/defect
    update  Updates status and actuals of the task

  Options:

    -h, --help  output usage information

ca settings

Sets the API key that will be used to communicate with Rally. Other commands won't work without an API key. Sets the current project that is used in some other commands (e.g. ca iteration)

Usage example

$ ca api _023djief03fh34ASjfwe0f2jASojsasf0

ca open

Opens the Rally story/defect in the browser based on git branch name or user input.

Usage example

$ ca open --help

  Usage: open [options]

  Opens the specified defect or story

  Options:

    -h, --help         output usage information
    -i, --interactive  Enables UI to enter custom item ID

ca grab

Puts the backlog item into the current iteration

Usage example

$ ca grab --help

  Usage: grab [options]

  Puts the story into the current iteration

  Options:

    -h, --help         output usage information
    -i, --interactive  Enables UI to enter custom item ID

ca skype

Prepares skype message for you

Usage example

$ ca skype --help

  Usage: skype [options]

  Prepares skype message for you

  Options:

    -h, --help         output usage information
    -i, --interactive  Enables UI to enter custom item ID

Tasks

ca task list

Prints out list of tasks added to the Rally story/defect in the CLI

Usage example

$ ca task list --help

  Usage: list|ls [options]

  Prints the list of tasks of the story/defect

  Options:

    -h, --help         output usage information
    -i, --interactive  Enables UI to enter custom item ID

ca task update

Updates task info

Usage example

$ ca task update --help

  Usage: update [options]

  Updates status and actuals of the task

  Options:

    -h, --help         output usage information
    -i, --interactive  Enables UI to enter custom item ID

ca task new

Adds a new task to a story/defect and prints the list of tasks after new one was created. Asks for task details (name, state, actuals, owner) in step-by-step process

Usage example

$ ca task new --help

  Usage: new [options]

  Adds a new task to a story/defect

  Options:

    -h, --help         output usage information
    -i, --interactive  Enables UI to enter custom item ID

License

MIT © Zoltan Kochan

4.3.0

7 years ago

4.2.0

7 years ago

4.1.0

7 years ago

4.0.0

7 years ago

3.0.0

7 years ago

2.0.0

7 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago