github.com/wmuizelaar/kpt@v0.0.0-20221018115725-bd564717b2ed/e2e/testdata/porch/rpkg-get/config.yaml (about) 1 commands: 2 - args: 3 - alpha 4 - repo 5 - register 6 - https://github.com/platkrm/test-blueprints.git 7 - --namespace=rpkg-get 8 - --description 9 - Test Blueprints 10 - args: 11 - alpha 12 - rpkg 13 - get 14 - --namespace=rpkg-get 15 - --output=custom-columns=NAME:.metadata.name,PKG:.spec.packageName,REPO:.spec.repository,REV:.spec.revision 16 stdout: | 17 NAME PKG REPO REV 18 test-blueprints-9626794e984ff13c9a4c64df5af0f15ec3a146bf basens test-blueprints main 19 test-blueprints-526fa27229adcc3b6a9a544c455c344a3b4d7597 basens test-blueprints v1 20 test-blueprints-499689d1e0c6fced058158330d922c004367d6cd basens test-blueprints v2 21 test-blueprints-913ab85d2d49621636a0ffa514a2a008e6a7012e basens test-blueprints v3 22 test-blueprints-58fffeb908ead18e2c05c873e61bff11a5292963 empty test-blueprints main 23 test-blueprints-e78ee77d9560703561c2656c97c77e9abb8c4c53 empty test-blueprints v1 24 - args: 25 - alpha 26 - rpkg 27 - get 28 - --namespace=rpkg-get 29 - test-blueprints-526fa27229adcc3b6a9a544c455c344a3b4d7597 30 stdout: | 31 NAME PACKAGE REVISION LATEST LIFECYCLE REPOSITORY 32 test-blueprints-526fa27229adcc3b6a9a544c455c344a3b4d7597 basens v1 false Published test-blueprints 33 - args: 34 - alpha 35 - rpkg 36 - get 37 - --namespace=rpkg-get 38 - --name=basens 39 stdout: | 40 NAME PACKAGE REVISION LATEST LIFECYCLE REPOSITORY 41 test-blueprints-9626794e984ff13c9a4c64df5af0f15ec3a146bf basens main false Published test-blueprints 42 test-blueprints-526fa27229adcc3b6a9a544c455c344a3b4d7597 basens v1 false Published test-blueprints 43 test-blueprints-499689d1e0c6fced058158330d922c004367d6cd basens v2 false Published test-blueprints 44 test-blueprints-913ab85d2d49621636a0ffa514a2a008e6a7012e basens v3 true Published test-blueprints