Skip to content

Commit f46cca7

Browse files
committed
refactor: Remove CLI 🚚
BREAKING CHANGE: The CLI has been moved to its own package: https://github.com/viswiz-io/viswiz-cli
1 parent ae138cb commit f46cca7

File tree

11 files changed

+9
-796
lines changed

11 files changed

+9
-796
lines changed

.esdoc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module.exports = {
2323
manual: {
2424
files: [
2525
'./manual/usage.md',
26-
'./manual/using-cli.md',
2726
'./CHANGELOG.md',
2827
],
2928
},

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
1-
# VisWiz.io Node.js SDK & CLI
1+
# VisWiz.io Node.js SDK
22

3-
> The official Node.js VisWiz.io SDK & CLI.
3+
> The official Node.js VisWiz.io SDK.
44
55
[![Travis branch](https://img.shields.io/travis/viswiz-io/viswiz-nodejs-sdk/master.svg?style=flat-square)](https://travis-ci.org/viswiz-io/viswiz-nodejs-sdk)
66
[![NPM version](https://img.shields.io/npm/v/viswiz-sdk.svg?style=flat-square)](https://www.npmjs.com/package/viswiz-sdk)
77
[![Dependencies](https://img.shields.io/david/viswiz-io/viswiz-nodejs-sdk.svg?style=flat-square)](https://david-dm.org/viswiz-io/viswiz-nodejs-sdk)
88
[![Install size](https://packagephobia.now.sh/badge?p=viswiz-sdk)](https://packagephobia.now.sh/result?p=viswiz-sdk)
99

10-
Welcome to the [VisWiz.io](https://www.viswiz.io/) Node.js SDK & CLI documentation.
10+
Welcome to the [VisWiz.io](https://www.viswiz.io/) Node.js SDK documentation.
1111

12-
The SDK & CLI allows you to query and create new projects, builds or images within the
13-
VisWiz.io service.
12+
The SDK allows you to programatically query and create new projects, builds or images within the VisWiz.io service.
13+
14+
*Hint:* You can use the [VisWiz.io CLI](https://github.com/viswiz-io/viswiz-cli) from your CI process.
1415

1516
## Documentation
1617

1718
See the documentation at:
1819
[viswiz-io.github.io/viswiz-nodejs-sdk](https://viswiz-io.github.io/viswiz-nodejs-sdk/manual/usage.html).
1920

20-
## Change log
21+
## Changelog
2122

22-
The change log can be found here:
23+
The changelog can be found here:
2324
[CHANGELOG.md](https://github.com/viswiz-io/viswiz-nodejs-sdk/blob/master/CHANGELOG.md#readme).
2425

2526
## Authors and license

__tests__/cli.test.js

Lines changed: 0 additions & 357 deletions
This file was deleted.

0 commit comments

Comments
 (0)