Skip to content

Commit

Permalink
Merge branch 'master' of github.com:andrewlunde/ServiceManagement
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlunde committed Sep 25, 2020
2 parents 2a9e47c + 1db32c2 commit 5c4f454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The ServiceManagement CF plugin supports the following commands:

Command Name | Command Description
--- | ---
`service-manager-service-instances` `smsi` | Show service manager service instances for a service offering and plan. The default service offering is `hana` and the default service plan is `hdi-shared`. Defaults can be overriden with the `-offering`and/or `-plan`flags. Use the `-credentials` flag to show login credentials and certificates. Use the `-o` flag to show results in JSON, SQLTools or Txt format. It's possible to pipe the information to a file as shown in the examples below. When using `-o SQLTools` the `-credentials` flag will be set automatically. If `-m` is specified, an attempt to find the appropriate settings.json file will be made and ,if found, modify it. If `-f` is specified in addition to `-m`, connections that already exist in the settings.json file will be forcably updated.
`service-manager-service-instances` `smsi` | Show service manager service instances for a service offering and plan. The default service offering is `hana` and the default service plan is `hdi-shared`. Defaults can be overriden with the `-offering`and/or `-plan`flags. Use the `-credentials` flag to show login credentials and certificates. Use the `-o` flag to show results in JSON, SQLTools or Txt format. It's possible to pipe the information to a file as shown in the examples below. When using `-o SQLTools` the `-credentials` flag will be set automatically. If `-m` is specified, an attempt to find the appropriate settings.json file will be made and ,if found, modify it. If `-f` is specified in addition to `-m`, connections that already exist in the settings.json file will be forceably updated.

Usage:

Expand Down

0 comments on commit 5c4f454

Please sign in to comment.