vmware-archive/fly

Add flag to skip `apply configuration`

janaurka opened this issue · 7 comments

Hey *

This is a feature request.

It would be great there would be a --force or a -y or so which skips the apply configuration after a set-team or set-pipeline to make it easier to automate stuff with fly.

cheers
j

Hi there!

We use Pivotal Tracker to provide visibility into what our team is working on. A story for this issue has been automatically created.

The current status is as follows:

This comment, as well as the labels on the issue, will be automatically updated as the status in Tracker changes.

You're in luck! There is! Use the -n option.

However, it does not look like this is available for set-team, so maybe I should ask what your use case for it during set-team is?

@chendrix: The situation looks like this:

  1. We have a CF installation which is used by many parts/teams of the company.
  2. We show them Concourse and some of those teams would like to use it.
  3. We are lazy and we don’t want to run the fly set-team thingy every time, so we created a pipeline.
  4. This pipeline basically gets a file which is:
---
teams:
  <team-name>: <space-guid>

and then adds this team
5.The file is editable, so whenever a team is happy to test it out, they can decide what they need + which space they’d like to auth against.
6. Well, in theory, because the script hangs on the Do you want to apply this? step :(

I mean I could hack stuff together using things like expect but yeah, you know, that’s quite a hack...

Alright I'm reopening to capture your use case for set-team