1620 Commits

Author SHA1 Message Date
38cc918a2f Merge pull request #1 from fluxcd/install
Implement check, install, uninstall and create source commands
2020-04-25 19:48:59 +03:00
70072f300a Add release workflow to CI 2020-04-25 19:28:51 +03:00
8392c4fe24 Refactor logging 2020-04-25 13:16:34 +03:00
2d300d7344 Add semver condition to check output 2020-04-25 12:10:24 +03:00
13760258ab Add verbose option to create source 2020-04-25 12:06:25 +03:00
e308097785 Add timeout option to install/uninstall 2020-04-25 11:50:42 +03:00
7d1a14d09a Add uninstall cmd 2020-04-25 11:23:09 +03:00
4d8800ad62 Add basic-auth option to create source 2020-04-25 10:29:54 +03:00
63b58e7dad Add e2e test for create source cmd 2020-04-25 00:02:33 +03:00
9cec671f6c Add public repos and semver support to create cmd 2020-04-25 00:02:09 +03:00
1371b4d4d3 Implement create source for ssh git repos
- generate host keys and SSH keys
- prompt for deploy key setup
- generate gitrepo source
- wait for source to sync
2020-04-24 22:32:17 +03:00
bba9ac0aa1 Add ssh tools to requirements check 2020-04-24 20:54:05 +03:00
35163fa9eb Add e2e tests for install command 2020-04-24 20:32:06 +03:00
403a0f2882 Add check command
- verify minimum supported version of kubectl, kustomize and
Kubernetes API
2020-04-24 19:43:12 +03:00
94e0b3c9c3 Add install command with dry-run option
- build kustomization
- apply output on the cluster
- check rollout status of source and kustomize controllers
2020-04-24 18:18:41 +03:00
42d2ed51cb Add install manifests 2020-04-24 18:16:31 +03:00
e304059299 Add kubeconfig global flag 2020-04-24 15:07:03 +03:00
4f449a1ffd Add check command 2020-04-24 14:30:48 +03:00
c8fdf76084 Init toolkit CLI 2020-04-24 14:30:27 +03:00
ebdabaf98d Initial commit 2020-04-24 12:38:22 +03:00