# 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 ** eclipse/che-cli:** *[COMMAND]*` COMMANDS: ` action **` 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 **` 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 , forcing a repull ` ssh ** *[machine-name]*` SSH to a workspace if SSH agent enabled ` start` Starts che services ` stop` Stops che services ` sync **` Synchronize workspace with local directory mounted to :/sync ` test **` 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