Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.
Jacob Howard edited this page Apr 11, 2014 · 6 revisions

The xeno stop subcommand stops a xeno editing session.

Information and Usage

xeno sessions are not automatically stopped when you close your editor. Instead, the session repository sits indefinitely waiting for changes. If you want to stop a xeno session and clean up all its resources (both local and remote), you can do so with:

xeno stop SESSION_ID

The SESSION_ID value can be obtained from xeno list.

To stop all sessions, you can do:

xeno stop --all
Clone this wiki locally