Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add team to resource commands and archive pipeline command #7772

Merged
merged 2 commits into from
Nov 19, 2021

Conversation

Caprowni
Copy link
Contributor

@Caprowni Caprowni commented Nov 6, 2021

Follows the format laid out in this #7492 - normally if submitting PR's I would break them down into smaller commits etc. but this is basically adding more of the same thing in just different places so figured rather than PR spam if I do one big one it might make it a little easier.

Changes proposed by this PR

Closes all resource related items off and the archive pipeline in #5215

  • Added team flag to the check-resource command
  • Added team flag to the check-resource-type command
  • Added team flag to the resources command
  • Added team flag to the resource-versions command
  • Added team flag to the archive pipeline command

Notes to reviewer

Added team flag to the following commands:

  • check-resource
  • check-resource-type
  • resources
  • resource-versions
  • archive-pipeline

Release Note

  • Added --team flag to fly command check-resource, you can use it like this
    fly -t dev check-resource -r some-pipeline/branch:master/myresource --team test
  • Added --team flag to fly command check-resource-type, you can use it like this
    fly -t dev check-resource-type -r some-pipeline/branch:master/myresource --team test
  • Added --team flag to fly command resources, you can use it like this
    fly -t dev resources -p some-pipeline --team test
  • Added --team flag to fly command resource-versions, you can use it like this
    fly -t dev resource-versions -r some-pipeline/branch:master/myresource --team test
  • Added --team flag to fly command archive-pipeline, you can use it like this
    fly -t dev archive-pipeline --pipeline some-pipeline --team test

@Caprowni Caprowni requested a review from a team as a code owner November 6, 2021 11:28
@Caprowni Caprowni force-pushed the add-team-to-resource-commands branch from 0ccf19f to 16d5ac8 Compare November 6, 2021 11:29
@Caprowni Caprowni changed the title Add team to resource commands Add team to resource commands and archive pipeline command Nov 6, 2021
@taylorsilva taylorsilva self-assigned this Nov 8, 2021
@taylorsilva
Copy link
Member

Sorry for the delay, taking a look today!!

@taylorsilva taylorsilva merged commit cff5b00 into concourse:master Nov 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants