Skip to content

Parameter escaping in cf-create-service.ps1Β #435

@TimHess

Description

@TimHess

The parameters need to be passed to the cf cli as json, which can be tricky to escape correctly. Currently, the user is expected to do the escaping ("For example, if the path is '\localhost\steeltoe_network_share', use '\\localhost\steeltoe_network_share'"), but the help text must be specficially requested by typing !? in order to show up.

Can the script handle the escaping internally so the script is easier to use?

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions