Folder Rename

This commit is contained in:
WilliamMiceli
2018-06-27 14:37:02 -04:00
parent ac836c92d7
commit 6f7880f120
15 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
# Eclipse Che (Single User)
[Official Website](https://www.eclipse.org/che/)
[Docker Page](https://hub.docker.com/r/eclipse/che/)
[v6 Documentation](https://www.eclipse.org/che/docs/6/che/docs/index.html)
##### CLI Reference
USAGE:
` docker run -it --rm *<DOCKER_PARAMETERS>* eclipse/che-cli:*<version>* *[COMMAND]*`
COMMANDS:
` action *<action-name>*` Start action on che instance
` backup` Backups che configuration and data to /data/backup volume mount
` config` Generates a che config from vars; run on any start / restart
` destroy` Stops services, and deletes che instance data
` dir *<command>*` Use Chedir and Chefile in the directory mounted to :/chedir
` download` Pulls Docker images for the current che version
` help` This message
` info` Displays info about che and the CLI
` init` Initializes a directory with a che install
` offline` Saves che Docker images into TAR files for offline install
` restart` Restart che services
` restore` Restores che configuration and data from /data/backup mount
` rmi` Removes the Docker images for <version>, forcing a repull
` ssh *<wksp-name>* *[machine-name]*` SSH to a workspace if SSH agent enabled
` start` Starts che services
` stop` Stops che services
` sync *<wksp-name>*` Synchronize workspace with local directory mounted to :/sync
` test *<test-name>*` Start test on che instance
` upgrade` Upgrades che from one version to another with migrations and backups
` version` Installed version and upgrade paths
GLOBAL COMMAND OPTIONS:
` --fast` Skips networking, version, nightly and preflight checks
` --offline` Runs CLI in offline mode, loading images from disk
` --debug` Enable debugging of che server
` --trace` Activates trace output for debugging CLI