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:
parent
579bc33936
commit
1818d629ef
4 changed files with 152 additions and 42 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue