Skip to content

Deckhouse CLI v0.2.0

Compare
Choose a tag to compare
@asviel asviel released this 20 Jun 11:11
· 32 commits to main since this release
29aa709

What's Changed

  • Add Windows support. Build binary for windows-amd64 by @mvasl in #19

Known Limitations

On Windows, you cannot use an absolute path when using d8 v scp. It will be fixed in future releases.

Example:

d8 v scp D:\myfile.bin [email protected]:/home/user
Error: copying from a remote location to another remote location is not supported: "D:\\myfile.bin" to "[email protected]:/home/user"

Full Changelog: v0.1.2...v0.2.0