github.com/GoogleContainerTools/kpt@v1.0.0-beta.50.0.20240520170205-c25345ffcbee/e2e/testdata/porch/repo-register/config.yaml (about)

     1  commands:
     2    - args:
     3        - alpha
     4        - repo
     5        - register
     6        - https://github.com/platkrm/test-blueprints.git
     7        - --namespace=repo-register
     8        - --description
     9        - Test Blueprints
    10    - args:
    11        - alpha
    12        - repo
    13        - get
    14        - --namespace=repo-register
    15        - --output=custom-columns=NAME:.metadata.name,ADDRESS:.spec.git.repo,BRANCH:.spec.git.branch,DIR:.spec.git.directory
    16      stdout: |
    17        NAME              ADDRESS                                          BRANCH   DIR
    18        test-blueprints   https://github.com/platkrm/test-blueprints.git   main     /
    19    - args:
    20        - alpha
    21        - repo
    22        - get
    23        - --namespace=repo-register
    24        - --output=custom-columns=NAME:.metadata.name,CONTENT:.spec.content,DESC:.spec.description
    25      stdout: |
    26        NAME              CONTENT   DESC
    27        test-blueprints   Package   Test Blueprints
    28    - args:
    29        - alpha
    30        - repo
    31        - get
    32        - --namespace=repo-register
    33      stdout: |
    34        NAME              TYPE   CONTENT   DEPLOYMENT   READY   ADDRESS
    35        test-blueprints   git    Package                True    https://github.com/platkrm/test-blueprints.git
    36    - args:
    37        - alpha
    38        - repo
    39        - unregister
    40        - --namespace=repo-register
    41        - test-blueprints
    42    - args:
    43        - alpha
    44        - repo
    45        - get
    46        - --namespace=repo-register