This website requires JavaScript.
Explore
Help
Sign in
ridv
/
australis
Watch
1
Star
0
Fork
You've already forked australis
0
Code
Issues
Pull requests
Projects
Releases
16
Packages
Wiki
Activity
Actions
50ec7cad2c
australis
/
cmd
History
Download ZIP
Download TAR.GZ
Renan DelValle
50ec7cad2c
Using cobra mechanism to restrict number of arguments given to explicit recon.
2018-10-23 15:30:41 -07:00
..
create.go
Changing role, env, and name to be string pointers. This is due to the fact that TaskQuery can now take nil pointers to ignore certain fields. This allows querying for all jobs of a certain environment, all jobs from a certain role, and all jobs with a certain name.
2018-09-16 21:23:36 -07:00
fetch.go
Created new verb force. Moved snapshot and backup to this new verb as it reflects the nature of the command. Added implicit and explicit reconciliation.
2018-10-23 15:13:23 -07:00
force.go
Using cobra mechanism to restrict number of arguments given to explicit recon.
2018-10-23 15:30:41 -07:00
kill.go
Simplifying command since gorealis now handles error case scenarios and we don't care about resp code here.
2018-10-23 12:54:34 -07:00
root.go
Adding version command.
2018-10-23 15:24:29 -07:00
start.go
Created new verb force. Moved snapshot and backup to this new verb as it reflects the nature of the command. Added implicit and explicit reconciliation.
2018-10-23 15:13:23 -07:00
stop.go
Changing role, env, and name to be string pointers. This is due to the fact that TaskQuery can now take nil pointers to ignore certain fields. This allows querying for all jobs of a certain environment, all jobs from a certain role, and all jobs with a certain name.
2018-09-16 21:23:36 -07:00