1
0
mirror of synced 2026-02-07 11:15:57 +00:00

Implement get commands

- add get sources git command
- add get kustomizations command
This commit is contained in:
stefanprodan
2020-04-29 13:52:15 +03:00
parent 790a483560
commit 2225b2a6a9
6 changed files with 159 additions and 5 deletions

View File

@@ -54,6 +54,9 @@ jobs:
./bin/tk create source git podinfo \
--url https://github.com/stefanprodan/podinfo \
--tag-semver=">=3.2.3"
- name: tk get sources git
run: |
./bin/tk get sources git
- name: tk create kustomization
run: |
./bin/tk create kustomization podinfo \
@@ -68,6 +71,9 @@ jobs:
- name: tk sync kustomization --with-source
run: |
./bin/tk sync kustomization podinfo --with-source
- name: tk get kustomizations
run: |
./bin/tk get kustomizations
- name: tk check
run: |
./bin/tk check