cloudfoundry-attic / cfdev

A fast and easy local Cloud Foundry experience on native hypervisors, powered by LinuxKit with VPNKit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

As CF Dev user, I can specify a service that I want to start with the `-s` flag

ssisil opened this issue · comments

Scenario : Filtering services

WHEN I pass in a service with the -s flag in cf dev start
THEN only the specified services will be started

Scenario : all specified CF Dev
WHEN I pass in all to the -s flag in cf dev start
THEN mysql service will be included in the cf dev instance

Scenario : none specified
WHEN I pass in none to the -s flag in cf dev start
THEN no services will be started

available in v0.0.13