factorial-io / phabalicious

Supports your deployments and every-day devops-tasks
http://docs.phab.io
MIT License
18 stars 3 forks source link

Make "-cmbb" default when no config name is supplied #167

Closed krisimmig closed 3 years ago

krisimmig commented 3 years ago

I mostly use phabalicious with the mbb config and I suggest we make that the default config name so we can just run phab docker run or phab ssh without the need to enter the mbb config name. Thoughts?

stmh commented 3 years ago

just set the PHABALICIOUS_DEFAULT_CONFIG to the config you want to use as default. (e.g. in you fish/zsh config)

Note that mbb is an implementation detail of our local setup and not enforced by phabalicious at all.

I'll keep the ticket open, as this environment variable is not documented as far as I remember

krisimmig commented 3 years ago

Ok, I didn't know about that one, will do! 👍

stmh commented 3 years ago

documented in 3.7 betas