semaphoreci / cli

Semaphore 2.0 Command Line Interface
Apache License 2.0
25 stars 13 forks source link

Creating secrets from files doesn't work for paths with spaces within #142

Open bmarkons opened 5 years ago

bmarkons commented 5 years ago

One of our customers reported an issue after struggling to set up a secret from file which has spaces in its path.

Possible workaround: Move or copy the file to different path without spaces and invoke sem create secret --file <new-path>:<mount-path> command.