-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
Use of Chefile in new cli : new 'dir' command #3413
Conversation
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/1353/ |
Can you describe a usecase where this command is used? |
I clone a project locally |
Now that we have the Che docs updated in the
|
Change-Id: Iec4f40cfb503fe60c51d81ef06e07043e102db6a Signed-off-by: Florent BENOIT <[email protected]>
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/1383/ |
(also update ssh, action and test) Change-Id: I56198634cb99d301e4f49d69f1eb357787b55af6 Signed-off-by: Florent BENOIT <[email protected]>
ok I've added documentation in PR |
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/1405/ |
|
||
COMMANDS: | ||
action <action-name> Start action on ${CHE_MINI_PRODUCT_NAME} instance | ||
backup Backups ${CHE_MINI_PRODUCT_NAME} configuration and data to ${CHE_CONTAINER_ROOT}/backup volume mount | ||
config Generates a ${CHE_MINI_PRODUCT_NAME} config from vars; run on any start / restart | ||
destroy Stops services, and deletes ${CHE_MINI_PRODUCT_NAME} instance data | ||
dir <path> <command> Use Chefile feature in the directory <path> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the path mandatory?
The changes that are here are ok to be merged. But we also have all of the changes that need to be made in these docs. All of these docs assume you have the old CLI installed where you just type Also, someone needs to go through each command and run it once to verify that the Che dir docs are still accurate. https://github.com/eclipse/che/tree/master/docs/_docs/chedir-portable-workspaces @benoitf - if you want to reassign this to Stevan because of your maternity holiday, that is probably ok to do now. |
@slemeur there are some docs issues here - other than that this can be merged I believe. |
We will not merge this PR as we moved to another repository. |
Docs updated here: eclipse-che/che-docs@47fdfee |
Thanks will try to review before end of day. |
@TylerJewell just took the updates from @benoitf in this PR and back ported them to che-docs repo. chedir-portable-workspace is not updated yet. |
* Use of Chefile in new cli : new 'dir' command Change-Id: Iec4f40cfb503fe60c51d81ef06e07043e102db6a Signed-off-by: Florent BENOIT <[email protected]> * Add documentation for che dir in cli (also update ssh, action and test) Change-Id: I56198634cb99d301e4f49d69f1eb357787b55af6 Signed-off-by: Florent BENOIT <[email protected]>
What does this PR do?
Add 'dir' command in new cli
Previous behavior
new cli hasn't the command
New behavior
docker run..... eclipse/che-cli:nightly dir <path-to-the-host-directory> <command>
Change-Id: Iec4f40cfb503fe60c51d81ef06e07043e102db6a
Signed-off-by: Florent BENOIT [email protected]