项目作者: ifvictr

项目描述 :
☕ Keep your Cloud9 workspaces running without hot workspaces
高级语言: JavaScript
项目地址: git://github.com/ifvictr/caffeine9.git
创建时间: 2018-01-09T19:21:24Z
项目社区:https://github.com/ifvictr/caffeine9

开源协议:MIT License

下载


caffeine9

Keep your Cloud9 workspaces running without hot workspaces.

Installation

  1. # Use npm…
  2. $ npm install -g caffeine9
  3. # …or Yarn
  4. $ yarn global add caffeine9

Usage

  1. Usage: cf9 [options]
  2. Keep your Cloud9 workspaces running without hot workspaces.
  3. Options:
  4. -V, --version output the version number
  5. -u, --user [value] The user the workspace is hosted under
  6. -w, --workspace [value] The target workspace's name
  7. -h, --help output usage information

Attempts to wake up workspace john/hello-world

  1. $ cf9 -u john -w hello-world

You can run this manually to wake up your workspaces, but I would highly recommend using cron to run it in intervals of at least once an hour. Non-hot workspaces are shut down after two hours of inactivity, so you’ll need to send a wakeup signal before then. More information on that here: https://docs.c9.io/docs/inactive-workspaces

Disclaimer

This project is not endorsed by or affiliated with Cloud9 IDE, Inc. or Amazon Web Services, Inc. in any way.

License

MIT