summaryrefslogtreecommitdiffstats
path: root/lib/puppet/application
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tickets/2.7.x/7115' into 2.7.xPieter van de Bruggen2011-04-151-12/+20
|\
| * (#7115) Enable default actions.Pieter van de Bruggen2011-04-151-12/+20
* | (#6408) Update puppet cert help for new subcommand action syntax.nfagerlund2011-04-141-47/+51
|/
* Revert "(#6928) Removed --ignoreimport"Nick Lewis2011-04-133-10/+4
* (#6928) Removed --ignoreimportNick Lewis2011-04-133-4/+10
* (#6928) Remove --parseonlyNick Lewis2011-04-132-30/+10
* (#6928) Add a Parser face with Validate actionNick Lewis2011-04-131-0/+5
* (#7056) Use 'face' rather than 'faces' in the production code.Daniel Pittman2011-04-136-18/+18
* (#6962) Move option handling into #parse_options, not #preinit.Daniel Pittman2011-04-121-5/+13
* (#6962) Override 'render' in help to just return the string.Daniel Pittman2011-04-121-3/+4
* (#6962) render prints the rval; fix help subcommand.Daniel Pittman2011-04-121-1/+1
* (#6962) Create the basic shape of the help face.Daniel Pittman2011-04-121-0/+7
* maint: finish transition of application help to return strings.Daniel Pittman2011-04-121-2/+1
* Fixed #5684 - Move to Apache 2.0 licenseJames Turnbull2011-04-1111-23/+11
* Fixing 'puppet faces' applicationLuke Kanies2011-04-091-16/+9
* Merge puppet-interfaces into puppet.Daniel Pittman2011-04-0716-0/+334
|\
| * (#7012) Update references in code to use face(s)Daniel Pittman2011-04-075-28/+28
| * (#7012) global rename of strings to faces.Daniel Pittman2011-04-072-0/+0
| * (#6972) Handle ca-location in the certificate string.Daniel Pittman2011-04-061-12/+3
| * (#6972) Recognize puppet global options in pre-parse.Daniel Pittman2011-04-061-1/+21
| * (#6949) Fix passing positional arguments to actions.Daniel Pittman2011-04-041-6/+8
| * (#6749) Handle options with inline arguments.Daniel Pittman2011-04-041-1/+5
| * (#6749) Extract the action from the arguments cleanly.Daniel Pittman2011-04-041-2/+6
| * (#6749) Fix optional vs mandatory argument handling.Daniel Pittman2011-04-041-6/+5
| * (#6749) Polish the CLI option pre-parse implementationDaniel Pittman2011-04-041-11/+7
| * (#6749) Start porting existing strings to the options API.Daniel Pittman2011-04-042-3/+3
| * (#6749) code and test cleanup of Application/StringBase.Daniel Pittman2011-04-041-12/+0
| * (#6749) Remove "save does not work" language from strings.Daniel Pittman2011-04-041-1/+1
| * (#6749) string cli base: implement preinit CLI parsingDaniel Pittman2011-04-041-41/+49
| * (#6749) implementing option handling in CLI string wrapperDaniel Pittman2011-04-042-14/+34
| * (#6758) Pass options as an argument to string actions.Daniel Pittman2011-04-021-8/+5
| * (#6770) Change versioning; adopt :current over :latest.Pieter van de Bruggen2011-03-281-2/+2
| * MAINT: the API is officially named "string" as of this moment.Daniel Pittman2011-03-285-32/+32
| * (#6770) Add support for version :latest.Pieter van de Bruggen2011-03-251-3/+3
| * Merge branch 'tickets/master/6770'Pieter van de Bruggen2011-03-233-6/+7
| |\
| | * (#6770) Rename Puppet::Interface::interface method.Pieter van de Bruggen2011-03-233-4/+4
| | * (#6770) Changing versioning to semver.Pieter van de Bruggen2011-03-233-5/+5
| | * (#6770) Add basic versioning for interfaces.Pieter van de Bruggen2011-03-233-6/+7
| * | Added list action.Richard Crowley2011-03-231-0/+15
| * | Use the new name for the terminus.Richard Crowley2011-03-231-6/+1
| * | Factoring cert status app back into certificate.Richard Crowley2011-03-231-0/+13
| |/
| * maint: Implement an InterfaceCollection class to manage interfacesNick Lewis2011-03-221-5/+1
| * (#6786) Change interface storage and access.Pieter van de Bruggen2011-03-222-3/+4
| * (#6805) Add a "configurer" applicationNick Lewis2011-03-211-0/+23
| * Fixing a load-order issue in Puppet::InterfaceLuke Kanies2011-03-212-2/+5
| * (#6785) Internal consistency for `--terminus`.Pieter van de Bruggen2011-03-211-3/+3
| * (#6786) Fixing a number of failing tests.Pieter van de Bruggen2011-03-212-2/+2
| * Adding a test for fix to #14Luke Kanies2011-03-021-1/+1
| * (14) updated interface_base to support multiple command line argumentsDan Bode2011-03-011-1/+2
| * Pretty-printing json using "jj"Luke Kanies2011-02-271-1/+6