UNPKG

1.03 kBMarkdownView Raw
1# skale-cli
2Command line interface tool for skale.
3
4## Install
5```
6$ npm install -g skale
7```
8
9## Usage
10```
11Usage: skale [options] <command> [<args>]
12
13Commands:
14 run <file> [<args>...] Run file on skale cluster
15
16Options:
17 -H, --host=<hostname> Set skale hostname
18 -p, --port=<portnum> Set skale port number
19 -k, --key=<acess_key> Set skale access key
20 -s, --ssl Use SSL protocol
21 -h, --help Show help
22 -V, --version Show version
23```
24
25## License
26
27Copyright 2016 Luca-SAS
28
29Licensed under the Apache License, Version 2.0 (the "License");
30you may not use this program except in compliance with the License.
31You may obtain a copy of the License at
32
33http://www.apache.org/licenses/LICENSE-2.0
34
35Unless required by applicable law or agreed to in writing, software
36distributed under the License is distributed on an "AS IS" BASIS,
37WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
38See the License for the specific language governing permissions and
39limitations under the License.