Skip to content
This repository was archived by the owner on Mar 24, 2022. It is now read-only.

Commit 5686e84

Browse files
authored
Merge pull request #4 from csterwa/master
Removed Skipper shell command for now from the generated docs.
2 parents b6f8629 + 80e9473 commit 5686e84

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

docs/cli.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,3 @@ ALIAS:
1919
```
2020

2121

22-
## `cf skipper-shell`
23-
24-
```
25-
NAME:
26-
skipper-shell - Open a Skipper shell to a Spring Cloud Dataflow for PCF Skipper server
27-
28-
USAGE:
29-
cf skipper-shell SKIPPER_SERVER_SERVICE_INSTANCE_NAME
30-
31-
ALIAS:
32-
sksh
33-
```
34-
35-

docs/generate-cli-docs-from-help.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if [ ! -z ${DEBUG} ]; then
44
set -x
55
fi
66

7-
declare -a SCS_COMMANDS=("dataflow-shell" "skipper-shell")
7+
declare -a SCS_COMMANDS=("dataflow-shell")
88
CMD_DOC_FILENAME=cli.md
99

1010
echo "# Spring Cloud Dataflow for PCF CF CLI Plugin Docs
@@ -31,4 +31,4 @@ done
3131

3232
echo "Print contents of $CMD_DOC_FILENAME"
3333
echo "==================================="
34-
cat $CMD_DOC_FILENAME
34+
cat $CMD_DOC_FILENAME

0 commit comments

Comments
 (0)