freeella / kubectl-cpbase64

MIT License
0 stars 0 forks source link

No file names with : supported #3

Closed freeella closed 4 months ago

freeella commented 5 months ago

The current version does not support file names with : inside

freeella commented 5 months ago

commit 07584013928db73645b575f99201aca5f4a36fd1 partly lowered the issue, because for a copy from POD -> local no file name must be provided any more. '.' would allow saving with file name containing ':' characters, if this is remotely working.

Also, this commit adds convenience

freeella commented 4 months ago

This pull request should be able to handle that scenario

https://github.com/freeella/kubectl-cpbase64/pull/4

freeella commented 4 months ago

the current test version already contains --remote and --local syntax that support use of : inside of file names

freeella commented 4 months ago

by now, the current test version contains --remote and --local syntax that support use of : inside of file names