Go to file
Dennis Walters fdbc3f2989 Merge tag 'v0.0.3' into develop
v0.0.3 - Now with Job disk/memory quotas
2022-05-25 14:33:35 -04:00
acceptance test: implement basic acceptance tests 2022-05-11 14:23:52 +00:00
client Added disk and memory quota flags to create-job 2022-05-25 13:33:01 -04:00
commands Forgot to reset args 2022-05-25 13:37:31 -04:00
core Had a bit flipped in the run commands 2022-05-11 15:15:28 -04:00
scripts Added git-tag based release tasks to makefile 2022-05-11 15:52:18 -04:00
.dockerignore feat: allow local builds with remote execution 2022-05-10 12:48:46 +02:00
.gitignore Added git-tag based release tasks to makefile 2022-05-11 15:52:18 -04:00
Dockerfile feat: allow local builds with remote execution 2022-05-10 12:48:46 +02:00
Makefile Added the Windows x86_64 build target 2022-05-12 10:39:54 -04:00
README.md Bump to v0.0.3 2022-05-25 14:33:21 -04:00
go.mod Added disk and memory quota flags to create-job 2022-05-25 13:33:01 -04:00
go.sum Added disk and memory quota flags to create-job 2022-05-25 13:33:01 -04:00
main.go Made create-job help less ugly 2022-05-25 14:24:32 -04:00

README.md

OCF Scheduler CF CLI Plugin

What is OCFScheduler

ocf-scheduler-cf-plugin enables you to interact with the OCF Scheduler API for scheduling calls and jobs.

How to install

Clone the repo, build the binary, and install the plugin:

git clone https://github.com/starkandwayne/ocf-scheduler-cf-plugin
cd ocf-sceduler-cf-plugin
make
make install

References

CF Plugin API documentation

History

  • v0.0.3 - Now with Job disk/memory quotas
  • v0.0.2 - Now with a version (but not aversion)
  • v0.0.1 - Initial release