- 29 Jan, 2016 2 commits
-
-
Brandon Philips authored
Now when `--help` is called we get all of the subcommands listed too.
-
Brandon Philips authored
Before this patch dm would print out the wall of usage text that would scroll off the screen in many error cases. This made learning dm hard. Instead have more compact error output, like kubectl, and only return non-zero on real errors. ``` $ dm foo ; echo $? Error: unknown command 'foo' for 'dm' Run 'dm --help' for usage 1 $ dm deployed-instances; echo $? No type name supplied 1 $ dm 2> /dev/null; echo $? 0 ``` There is more to do to make this tool friendlier but this was low-hanging.
-
- 28 Jan, 2016 5 commits
-
-
Brendan Melville authored
Use the actual kubernetes object when deleting to ensure it absolutely
-
vaikas-google authored
-
Brendan Melville authored
Have configurator use the kubernetes_kubectl object
-
vaikas-google authored
-
Brendan Melville authored
Wire [gs]etcredential to backend
-
- 27 Jan, 2016 9 commits
-
-
vaikas-google authored
Preserve environment variables executing expansion
-
vaikas-google authored
-
Adam Reese authored
Running tests locally fail because $PATH is destroyed
-
Brendan Melville authored
Add support for k8s secrets backed credentials
-
vaikas-google authored
-
vaikas-google authored
-
vaikas-google authored
Add support for k8s secrets backed credentials, remove client support to talking to registry, use server for it. fix a few bugs
-
vaikas-google authored
Added username and password to credentials in client.
-
jackgr authored
-
- 26 Jan, 2016 4 commits
-
-
Brendan Melville authored
Handle deploy correctly for local files vs. templates
-
vaikas-google authored
-
vaikas-google authored
Fix broken links to templates in README
-
Jerome Touffe-Blin authored
-
- 25 Jan, 2016 3 commits
-
-
Brendan Melville authored
Add support for CredentialProvider
-
vaikas-google authored
-
vaikas-google authored
Add support for CredentialProvider that can be used to specify credentials that should be used for a registry
-
- 14 Jan, 2016 1 commit
-
-
vaikas-google authored
helm integration
-
- 13 Jan, 2016 1 commit
-
-
jackgr authored
-
- 12 Jan, 2016 4 commits
- 08 Jan, 2016 3 commits
-
-
jackgr authored
-
Jack Greenfield authored
Add registry.ParseType.
-
Matt Butcher authored
ParseType parses a string and returns a *registry.Type. The client code currently uses this functionality, but it seems like it's better treated as part of the registry library, rather than as a one-off.
-
- 07 Jan, 2016 7 commits
-
-
Jack Greenfield authored
First cut of handling multiple registries with auth.
-
vaikas-google authored
-
vaikas-google authored
-
vaikas-google authored
-
vaikas-google authored
-
vaikas-google authored
-
vaikas-google authored
-
- 06 Jan, 2016 1 commit
-
-
vaikas-google authored
-