0.4.5 • Published 9 years ago
apsis-cli v0.4.5
APSIS CLI
A set of handy tools for everyday development at Apsis.
Installation
npm install -g apsis-cli
Usage
Some tasks expects a configuration file to exist in HOME/.apsis/config.json. The current configuration keys are:
| Name | Description |
|---|---|
| slack.team | The Slack team to post notifications to. |
| slack.token | Slack token for incoming webhook. |
| slack.channel | The Slack channel to post notifications to. |
| imgflip.user | Imgflip user for generating memes. |
| imgflip.password | Imgflip password for generating memes. |
Once that is setup, run the tool with $> apsis. That will show you a menu of all available actions. You can also access actions directly by using their command. Eg. $> apsis tfs.
Available actions:
| Name | Alias | Description |
|---|---|---|
| finish-branch | fb | Finish a feature or release branch in Git flow style. |
| tfs | - | Open the current repo in TFS. |
| pr | - | Open the current repo's PR page in TFS. |
0.4.5
9 years ago
0.4.4
9 years ago
0.4.3
9 years ago
0.4.2
9 years ago
0.4.1
9 years ago
0.4.0
9 years ago
0.3.0
10 years ago
0.2.6
10 years ago
0.2.5
10 years ago
0.2.4
10 years ago
0.2.3
10 years ago
0.2.2
10 years ago
0.2.1
10 years ago
0.2.0
10 years ago
0.1.3
10 years ago
0.1.2
10 years ago
0.1.1
10 years ago
0.1.0
10 years ago