australis/cmd
2019-03-25 08:30:25 -07:00
..
completion.go Hide commands that aren't terribly useful to end users. 2019-03-25 08:30:25 -07:00
create.go Adding rudimentary support for creating jobs on Aurora. 2019-03-21 12:26:14 -07:00
docs.go Hide commands that aren't terribly useful to end users. 2019-03-25 08:30:25 -07:00
fetch.go Changing fetch task status to only return live instances. 2019-03-19 17:04:14 -07:00
force.go goimports style fixes. 2019-03-19 15:28:24 -07:00
kill.go Removing stub for kill entire cluster command. 2019-03-25 08:27:47 -07:00
monitor.go Updating documentation and adding monitor verb and noun. 2019-03-22 20:50:41 -07:00
rollback.go goimports style fixes. 2019-03-19 15:28:24 -07:00
root.go bugfix: monitor variables were dependent on order in which commands were initialized inside on init(). Using PreRun we can control the value per command called by having the function run only when the function is executed. 2019-03-22 20:47:42 -07:00
set.go goimports style fixes. 2019-03-19 15:28:24 -07:00
start.go bugfix: monitor variables were dependent on order in which commands were initialized inside on init(). Using PreRun we can control the value per command called by having the function run only when the function is executed. 2019-03-22 20:47:42 -07:00
stop.go goimports style fixes. 2019-03-19 15:28:24 -07:00
util.go goimports style fixes. 2019-03-19 15:28:24 -07:00