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

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Richter committed Jan 7, 2020
1 parent 162d595 commit c87d49b
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 9 deletions.
45 changes: 37 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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.10 darwin-x64 node-v12.8.1
@sap-cloud-sdk/cli/0.1.0 darwin-x64 node-v10.18.0
$ sap-cloud-sdk --help [COMMAND]
USAGE
$ sap-cloud-sdk COMMAND
Expand Down Expand Up @@ -71,6 +71,7 @@ Start by running [`sap-cloud-sdk add-approuter`](#sap-cloud-sdk-add-approuter) a

<!-- commands -->
* [`sap-cloud-sdk add-approuter [PROJECTDIR]`](#sap-cloud-sdk-add-approuter-projectdir)
* [`sap-cloud-sdk add-cds [PROJECTDIR]`](#sap-cloud-sdk-add-cds-projectdir)
* [`sap-cloud-sdk add-cx-server [PROJECTDIR]`](#sap-cloud-sdk-add-cx-server-projectdir)
* [`sap-cloud-sdk autocomplete [SHELL]`](#sap-cloud-sdk-autocomplete-shell)
* [`sap-cloud-sdk generate-vdm`](#sap-cloud-sdk-generate-vdm)
Expand Down Expand Up @@ -101,7 +102,29 @@ EXAMPLE
$ sap-cloud-sdk add-approuter
```

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

## `sap-cloud-sdk add-cds [PROJECTDIR]`

Setup your Cloud Foundry app to use a CDS service

```
USAGE
$ sap-cloud-sdk add-cds [PROJECTDIR]
ARGUMENTS
PROJECTDIR Path to the project directory in which the cds sources should be added.
OPTIONS
-h, --help Show help for the add-cds command.
-v, --verbose Show more detailed output.
--force Do not fail if a file or npm script already exist and overwrite it.
EXAMPLE
$ sap-cloud-sdk add-cds
```

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

## `sap-cloud-sdk add-cx-server [PROJECTDIR]`

Expand All @@ -122,7 +145,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.10/src/commands/add-cx-server.ts)_
_See code: [src/commands/add-cx-server.ts](https://github.com/SAP/cloud-sdk-cli/blob/v0.1.0/src/commands/add-cx-server.ts)_

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

Expand Down Expand Up @@ -229,7 +252,7 @@ EXAMPLES
$ sap-cloud-sdk generate-vdm --help
```

_See code: [src/commands/generate-vdm.ts](https://github.com/SAP/cloud-sdk-cli/blob/v0.0.10/src/commands/generate-vdm.ts)_
_See code: [src/commands/generate-vdm.ts](https://github.com/SAP/cloud-sdk-cli/blob/v0.1.0/src/commands/generate-vdm.ts)_

## `sap-cloud-sdk help [COMMAND]`

Expand All @@ -246,7 +269,7 @@ OPTIONS
--all see all commands in CLI
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.2.2/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.2.3/src/commands/help.ts)_

## `sap-cloud-sdk help-page`

Expand All @@ -260,7 +283,7 @@ OPTIONS
-h, --help show CLI help
```

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

## `sap-cloud-sdk init [PROJECTDIR]`

Expand All @@ -276,16 +299,22 @@ ARGUMENTS
OPTIONS
-h, --help Show help for the init command.
-v, --verbose Show more detailed output.
--addCds Add a cds configuration and example data to follow the SAP Cloud Application Promgramming
model.
--force Do not fail if a file or npm script already exist and overwrite it.
--frontendScripts Add frontend-related npm scripts which are executed by our CI/CD toolkit.
--projectDir=projectDir Path to the directory in which the project should be created.
EXAMPLES
$ sap-cloud-sdk init
$ sap-cloud-sdk init --help
```

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

## `sap-cloud-sdk package [PROJECTDIR]`

Expand Down Expand Up @@ -317,7 +346,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.10/src/commands/package.ts)_
_See code: [src/commands/package.ts](https://github.com/SAP/cloud-sdk-cli/blob/v0.1.0/src/commands/package.ts)_
<!-- commandsstop -->

## Contribute
Expand Down
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.10",
"version": "0.1.0",
"author": "SAP",
"bin": {
"sap-cloud-sdk": "./bin/run"
Expand Down

0 comments on commit c87d49b

Please sign in to comment.