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.

This commit is contained in:
Renan DelValle 2018-10-23 12:55:46 -07:00
parent 579bc33936
commit 1818d629ef
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
4 changed files with 152 additions and 42 deletions

View file

@ -121,7 +121,7 @@ func fetchLeader(cmd *cobra.Command, args []string) {
os.Exit(1)
}
fmt.Print(url)
fmt.Println(url)
}
// TODO: Expand this to be able to filter by job name and environment.