-
-
Notifications
You must be signed in to change notification settings - Fork 874
Open
Labels
good first issuerelease/undocumentedThis didn't warrant being documented or put in release notes.This didn't warrant being documented or put in release notes.
Description
Goal
Implement --team for remaining fly commands. fly/integration tests should be updated. Cases should be added to the error_handling file as well
| Context("when --team is set", func() { |
# use default team
fly -t ci <command> <command-options>
# use another team
fly -t ci <command> <command-options> --team other-team- execute
- pipelines
- clear-versions
- containers
- watch
- pause-pipeline
- checklist
- rename-pipeline
- abort-build
- archive-pipeline
- check-resource
- check-resource-type
- clear-task-cache
- clear-resource-cache
- destroy-pipeline
- expose-pipeline
- get-pipeline
- hide-pipeline
- order-pipelines
- resource-versions
- resources
- set-pipeline
- unpause-pipeline
- hijack
- jobs
- pause-job
- trigger-job
- unpause-job
Background
Follow-up story from #4196. You can look at trigger-job for guidance on how to implement the flag.
You can look at #7492 on how to implement the flag for the remaining commands.
piroux, Houlistonm and richo6030
Metadata
Metadata
Assignees
Labels
good first issuerelease/undocumentedThis didn't warrant being documented or put in release notes.This didn't warrant being documented or put in release notes.

