Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CLI config parsing #124

Closed
jpsim opened this issue Mar 19, 2014 · 2 comments
Closed

Add CLI config parsing #124

jpsim opened this issue Mar 19, 2014 · 2 comments

Comments

@jpsim
Copy link
Contributor

jpsim commented Mar 19, 2014

It'd be useful to override .liftoffrc config options with command line arguments. i.e. liftoff --use_cocoapods=false.

I have a branch in progress that I'll push up soon with a possible implementation.

I know the whole point of .liftoffrc was to avoid passing in cli arguments, but sometimes I want to create a quick project with a different setting than what I have in .liftoffrc.

Thoughts @thoughtbot/ios?

@gfontenot
Copy link
Member

Weird that didn't ping @thoughtbot/ios.

I'm all for this. I've been thinking about this the past few days anyway. At the very least, we should have a way to bypass the initial prompt by passing --name, --company, --identifier and --prefix options at launch.

@gfontenot
Copy link
Member

This was completed in 080b30d and c6a05f8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants