We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When you start the CLI, there is the following instruction on the 'sync' command:
sync <wksp-name> Synchronize workspace with current working directory
It is not accurate as this is not possible. The directory to be used for the sync, has to be defined with the following parameter: -v <path>:/sync
-v <path>:/sync
Should be renamed: sync <wksp-name> Synchronize workspace with /sync volume mount
sync <wksp-name> Synchronize workspace with /sync volume mount
The text was updated successfully, but these errors were encountered:
Fixed as part of https://github.com/eclipse/che/pull/3646/files.
Sorry, something went wrong.
TylerJewell
benoitf
No branches or pull requests
When you start the CLI, there is the following instruction on the 'sync' command:
sync <wksp-name> Synchronize workspace with current working directory
It is not accurate as this is not possible.
The directory to be used for the sync, has to be defined with the following parameter:
-v <path>:/sync
Should be renamed:
sync <wksp-name> Synchronize workspace with /sync volume mount
The text was updated successfully, but these errors were encountered: