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?