UNPKG

3.97 kBMarkdownView Raw
1aral-vps-test
2=============
3
4
5
6[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
7[![Version](https://img.shields.io/npm/v/aral-vps-test.svg)](https://npmjs.org/package/aral-vps-test)
8[![Downloads/week](https://img.shields.io/npm/dw/aral-vps-test.svg)](https://npmjs.org/package/aral-vps-test)
9[![License](https://img.shields.io/npm/l/aral-vps-test.svg)](https://github.com/11arn11/aral-vps-test/blob/master/package.json)
10
11<!-- toc -->
12* [Usage](#usage)
13* [Commands](#commands)
14<!-- tocstop -->
15# Usage
16<!-- usage -->
17```sh-session
18$ npm install -g aral-vps-test
19$ aral-vps-test COMMAND
20running command...
21$ aral-vps-test (-v|--version|version)
22aral-vps-test/0.0.53 darwin-x64 node-v8.11.4
23$ aral-vps-test --help [COMMAND]
24USAGE
25 $ aral-vps-test COMMAND
26...
27```
28<!-- usagestop -->
29# Commands
30<!-- commands -->
31* [`aral-vps-test destroyAll`](#aral-vps-test-destroyall)
32* [`aral-vps-test help [COMMAND]`](#aral-vps-test-help-command)
33* [`aral-vps-test init`](#aral-vps-test-init)
34* [`aral-vps-test start`](#aral-vps-test-start)
35* [`aral-vps-test workspace:create [REPOSITORY] [BRANCH] [PROVIDER]`](#aral-vps-test-workspacecreate-repository-branch-provider)
36* [`aral-vps-test workspace:list`](#aral-vps-test-workspacelist)
37* [`aral-vps-test workspace:start [REPOSITORY] [BRANCH] [PROVIDER]`](#aral-vps-test-workspacestart-repository-branch-provider)
38* [`aral-vps-test workspace:startAll`](#aral-vps-test-workspacestartall)
39* [`aral-vps-test workspace:update [REPOSITORY] [BRANCH] [PROVIDER]`](#aral-vps-test-workspaceupdate-repository-branch-provider)
40
41## `aral-vps-test destroyAll`
42
43```
44USAGE
45 $ aral-vps-test destroyAll
46```
47
48_See code: [src/commands/destroyAll.ts](https://github.com/11arn11/aral-vps-test/blob/v0.0.53/src/commands/destroyAll.ts)_
49
50## `aral-vps-test help [COMMAND]`
51
52display help for aral-vps-test
53
54```
55USAGE
56 $ aral-vps-test help [COMMAND]
57
58ARGUMENTS
59 COMMAND command to show help for
60
61OPTIONS
62 --all see all commands in CLI
63```
64
65_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.1.6/src/commands/help.ts)_
66
67## `aral-vps-test init`
68
69describe the command here
70
71```
72USAGE
73 $ aral-vps-test init
74```
75
76_See code: [src/commands/init.ts](https://github.com/11arn11/aral-vps-test/blob/v0.0.53/src/commands/init.ts)_
77
78## `aral-vps-test start`
79
80describe the command here
81
82```
83USAGE
84 $ aral-vps-test start
85```
86
87_See code: [src/commands/start.ts](https://github.com/11arn11/aral-vps-test/blob/v0.0.53/src/commands/start.ts)_
88
89## `aral-vps-test workspace:create [REPOSITORY] [BRANCH] [PROVIDER]`
90
91describe the command here
92
93```
94USAGE
95 $ aral-vps-test workspace:create [REPOSITORY] [BRANCH] [PROVIDER]
96```
97
98_See code: [src/commands/workspace/create.ts](https://github.com/11arn11/aral-vps-test/blob/v0.0.53/src/commands/workspace/create.ts)_
99
100## `aral-vps-test workspace:list`
101
102describe the command here
103
104```
105USAGE
106 $ aral-vps-test workspace:list
107```
108
109_See code: [src/commands/workspace/list.ts](https://github.com/11arn11/aral-vps-test/blob/v0.0.53/src/commands/workspace/list.ts)_
110
111## `aral-vps-test workspace:start [REPOSITORY] [BRANCH] [PROVIDER]`
112
113describe the command here
114
115```
116USAGE
117 $ aral-vps-test workspace:start [REPOSITORY] [BRANCH] [PROVIDER]
118```
119
120_See code: [src/commands/workspace/start.ts](https://github.com/11arn11/aral-vps-test/blob/v0.0.53/src/commands/workspace/start.ts)_
121
122## `aral-vps-test workspace:startAll`
123
124describe the command here
125
126```
127USAGE
128 $ aral-vps-test workspace:startAll
129```
130
131_See code: [src/commands/workspace/startAll.ts](https://github.com/11arn11/aral-vps-test/blob/v0.0.53/src/commands/workspace/startAll.ts)_
132
133## `aral-vps-test workspace:update [REPOSITORY] [BRANCH] [PROVIDER]`
134
135describe the command here
136
137```
138USAGE
139 $ aral-vps-test workspace:update [REPOSITORY] [BRANCH] [PROVIDER]
140```
141
142_See code: [src/commands/workspace/update.ts](https://github.com/11arn11/aral-vps-test/blob/v0.0.53/src/commands/workspace/update.ts)_
143<!-- commandsstop -->