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 overrides #126

Closed
wants to merge 11 commits into from
Closed

Commits on Mar 20, 2014

  1. Added ability to override all boolean & string liftoffrc config optio…

    …ns with CLI arguments
    jpsim committed Mar 20, 2014
    Configuration menu
    Copy the full SHA
    9818d2a View commit details
    Browse the repository at this point in the history
  2. Fixed string cli arguments

    jpsim committed Mar 20, 2014
    Configuration menu
    Copy the full SHA
    a092524 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cf1e17 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2014

  1. Merge branch 'master' into jp-cli-config

    * master:
      Remove Travis config for now
      Add basic travis config
      Update liftoffrc(5) for script phase changes
      Add configuration for setting up Run Script phases
      Reluctantly allow the use of tabs for indentation
      Be more specific about not linking Info.plist file
      Centralize deployment target
    jpsim committed Mar 21, 2014
    Configuration menu
    Copy the full SHA
    52469ff View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2014

  1. Merge branch 'master' into jp-cli-config

    * master:
      Break configuration attributes into multiple lines
      Add deprecation manager
    jpsim committed Mar 24, 2014
    Configuration menu
    Copy the full SHA
    fdc5549 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2014

  1. Merge branch 'master' into jp-cli-config

    * master:
      Update README
    jpsim committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    9b2ce8d View commit details
    Browse the repository at this point in the history
  2. - renamed @liftoffrc to @options in Liftoff::CLI

    - removed/renamed some CLI options
    - moved liftoffrc/cli_options merging from LaunchPad to ConfigurationParser
    jpsim committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    0f9b24c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62631e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae45ca3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8464ef View commit details
    Browse the repository at this point in the history
  6. - removed separation comments in CLI

    - renamed instances of "cli_options" and "cli_config" to just "options"
    jpsim committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    83b3edd View commit details
    Browse the repository at this point in the history