codius / old-codius-cli

Codius Client Command Line Interface (CLI)
https://codius.org
Apache License 2.0
110 stars 13 forks source link

feat: add command to automatically extend pods using cron #65

Closed vernonjohnson closed 6 years ago

vernonjohnson commented 6 years ago

This PR allows users to schedule cron tasks that automatically extend pods. Three CLI commands have been added:

cron create: add a new cron job to extend an existing pod cron view: view existing cron jobs for a pod cron remove: delete an existing cron job Cron tasks are run at the beginning of every hour. NOTE: This feature is not supported on Windows machines.

Feature #2

vernonjohnson commented 6 years ago

This PR will be merged instead of #60 due to issues with rebase.

traviscrist commented 6 years ago

Looks good