Playbook¶
Workstation Setup
Development on CF Dev does not require many tools outside of what is normally on a developer workstation.
Summary
The following is intended to be a record of selected developer tasks.
1.¶
Updating a concourse pipeline
Concourse pipelines are updated with a script defined in the cfdev-ci repository at ./set-pipeline. To use, simply invoke the script with the correct argument.
# ~/workspace/cfdev-ci
$ fly -t cfdev login -k
$ ./set-pipeline <PIPELINE NAME>
2.¶
Updating an environment
For information on how to access, provision, or manage environments, please talk to a CF Dev team member.