Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Commit

Permalink
0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Richter committed Oct 25, 2019
1 parent 9fa94ec commit 9758999
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $ npm install -g @sap-cloud-sdk/cli
$ sap-cloud-sdk COMMAND
running command...
$ sap-cloud-sdk (-v|--version|version)
@sap-cloud-sdk/cli/0.0.5 darwin-x64 node-v11.12.0
@sap-cloud-sdk/cli/0.0.6 darwin-x64 node-v11.12.0
$ sap-cloud-sdk --help [COMMAND]
USAGE
$ sap-cloud-sdk COMMAND
Expand Down Expand Up @@ -82,7 +82,7 @@ EXAMPLE
$ sap-cloud-sdk add-approuter
```

_See code: [src/commands/add-approuter.ts](https://github.com/SAP/cloud-sdk-cli/blob/v0.0.5/src/commands/add-approuter.ts)_
_See code: [src/commands/add-approuter.ts](https://github.com/SAP/cloud-sdk-cli/blob/v0.0.6/src/commands/add-approuter.ts)_

## `sap-cloud-sdk add-cx-server`

Expand All @@ -99,7 +99,7 @@ EXAMPLE
$ sap-cloud-sdk add-cx-server
```

_See code: [src/commands/add-cx-server.ts](https://github.com/SAP/cloud-sdk-cli/blob/v0.0.5/src/commands/add-cx-server.ts)_
_See code: [src/commands/add-cx-server.ts](https://github.com/SAP/cloud-sdk-cli/blob/v0.0.6/src/commands/add-cx-server.ts)_

## `sap-cloud-sdk autocomplete [SHELL]`

Expand Down Expand Up @@ -153,7 +153,7 @@ OPTIONS
-h, --help show CLI help
```

_See code: [src/commands/help-page.ts](https://github.com/SAP/cloud-sdk-cli/blob/v0.0.5/src/commands/help-page.ts)_
_See code: [src/commands/help-page.ts](https://github.com/SAP/cloud-sdk-cli/blob/v0.0.6/src/commands/help-page.ts)_

## `sap-cloud-sdk init`

Expand All @@ -172,7 +172,7 @@ EXAMPLES
$ sap-cloud-sdk init --help
```

_See code: [src/commands/init.ts](https://github.com/SAP/cloud-sdk-cli/blob/v0.0.5/src/commands/init.ts)_
_See code: [src/commands/init.ts](https://github.com/SAP/cloud-sdk-cli/blob/v0.0.6/src/commands/init.ts)_

## `sap-cloud-sdk package`

Expand All @@ -199,7 +199,7 @@ EXAMPLES
$ sap-cloud-sdk package --include="package.json,package-lock.json,index.js,dist/**/*" --exclude="**/*.java"
```

_See code: [src/commands/package.ts](https://github.com/SAP/cloud-sdk-cli/blob/v0.0.5/src/commands/package.ts)_
_See code: [src/commands/package.ts](https://github.com/SAP/cloud-sdk-cli/blob/v0.0.6/src/commands/package.ts)_
<!-- commandsstop -->

## Contribute
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sap-cloud-sdk/cli",
"description": "CLI for the SAP Cloud SDK for JavaScript",
"version": "0.0.5",
"version": "0.0.6",
"author": "SAP",
"bin": {
"sap-cloud-sdk": "./bin/run"
Expand Down

0 comments on commit 9758999

Please sign in to comment.