]> git.proxmox.com Git - pve-common.git/history - src/PVE/CLIHandler.pm
PVE::CLIHandler::print_api_list: update comment
[pve-common.git] / src / PVE / CLIHandler.pm
2018-06-25 Stoiko IvanovPVE::CLIHandler::print_api_list: update comment
2018-06-25 Stoiko IvanovPVE::CLIHandler::print_api_list - use all occuring...
2018-06-25 Stoiko IvanovPVE::CLIHandler::print_text_table - fix sorting
2018-06-22 Dietmar Maurercleanup: rename $returninfo to $result_schema
2018-06-22 Dietmar MaurerPVE::CLIHandler::print_api_list - improve format check
2018-06-22 Dietmar MaurerPVE::CLIHandler::print_api_list - reorder arguments
2018-06-22 Dietmar MaurerPVE::CLIHandler::print_api_list - allow to pass empty...
2018-06-22 Dietmar MaurerPVE::CLIHandler - new helper print_api_result
2018-06-20 Thomas Lamprechtcli: print table: remove only-once-used default variable
2018-06-20 Stoiko Ivanovcli: print_text_table: ensure default is not undefined
2018-06-19 Thomas Lamprechtfixup: don't standard mapping code in mid of cmd helpers
2018-06-19 Dominik CsapakCLIHandler: add standard mapping for password parameter
2018-06-19 Dominik CsapakCLIHandler: add standard_mappings
2018-06-18 Thomas Lamprechtprint_api_list: we only handle API results of type...
2018-06-18 Thomas Lamprechtimprove and fix some whitespace errors
2018-06-18 Thomas Lamprechtreword print_text_table and print_api_list documentation
2018-06-18 Stoiko Ivanovadd print_api_list, adapt handle_cmd
2018-06-18 Stoiko Ivanovadd print_text_table, print_entry to CLIHandler
2018-06-14 Dietmar Maurerfix regex quoting in $print_bash_completion
2018-06-14 Wolfgang Bumillercli: use exists() for alias check
2018-06-14 Thomas Lamprechtcli: only show subcommand specific usage if command...
2018-06-14 Thomas Lamprechtcli: filter out aliases when trying to expand command
2018-06-13 Thomas Lamprechtgenerate_usage_str: show short usage help for unknown...
2018-06-13 Dietmar Maurergenerate_usage_str: do no generate help for unknown...
2018-06-12 Dietmar MaurerCLIHandler.pm: fix command line completion for simple...
2018-06-08 Wolfgang Bumillerbash completion: complete fully specified command
2018-06-08 Wolfgang Bumillercleanup: fix variable typo
2018-03-08 Thomas LamprechtCLIHandler: fix command usage string generation
2018-03-06 Dietmar Maureruse better name for string_param_file_mapping (param_ma...
2018-03-06 Dietmar Maurerrename $can_read_pass to $read_password_func
2018-03-06 Dietmar Maurerrename $pwcallback to $read_password_func
2018-03-06 Dietmar Maurerrename $can_str_param_fmap to $param_mapping_func
2018-03-06 Dietmar Maurerrename $stringfilemap to $param_mapping_func
2018-01-22 Thomas LamprechtCLIHandler: use resolved command definition
2018-01-18 Thomas Lamprechtcli: document $cmddef structure
2018-01-18 Thomas Lamprechtcli: allow to pass sub commands to help as array
2018-01-18 Thomas Lamprechtcli: allow specifying sub commands through $cmddef
2018-01-18 Thomas Lamprechtcli: factor out generate usage string
2018-01-18 Thomas Lamprechtcli: refactor print_bash_completion
2017-12-29 Thomas Lamprechtcli: factor out abort
2017-12-29 Thomas Lamprechtcli: refactor comand name helper
2017-12-29 Thomas Lamprechtcli: factor out initialisation check
2017-12-29 Thomas Lamprechtcli: refactor and use $cmddef directly
2017-11-24 Philip AbernethyRemove deprecated run_cli subroutine
2017-10-17 Philip Abernethycli: whitespace cleanup
2017-10-17 Philip Abernethycli: code cleanup
2017-01-13 Dietmar MaurerCLIHandler.pm: remove run as root restriction
2017-01-13 Dietmar MaurerCLIHandler.pm: add setup_environment hook
2017-01-13 Dietmar Maurerremove calls to PVE::RPCEnvironment
2016-10-07 Fabian Grünbichlercorrect spelling of synopsis
2016-05-25 Thomas Lamprechtrun_cli_handler: add no_rpcenv parameter
2016-05-12 Dietmar Maurerre-enable run_cli, which is still in use
2016-05-11 Dietmar Maurerremove PodParser.pm, implement keyAlias feature
2016-04-05 Fabian GrünbichlerReplace 'string' with 'filepath' for mapped params
2016-04-05 Fabian GrünbichlerHandle string parameter to file content replacement
2016-02-10 Wolfgang BumillerCLIHandler: add missing use PVE::INotify
2015-12-29 Dietmar Maureradd experimental 'asciidoc' generator
2015-12-19 Thomas Lamprechtallow fall back to default completion
2015-10-02 Dietmar Maurerrun_cli_handler: add no_init for lxc mount hook
2015-10-02 Dietmar Maurerrun_cli_handler: use paramenter name 'prepare' instead...
2015-10-02 Dietmar Maurerrun_cli_handler: test for unknown parameters
2015-10-02 Dietmar Maurerprint_simple_pod_manpage: fix test for "not initialized"
2015-10-02 Dietmar MaurerCLIHandler: make read_password an optional class method
2015-09-19 Dietmar Maurerprint_bash_completion: handle special case passing...
2015-09-18 Dietmar Maurerbug fix: PVE::Tools::split_args returns a reference
2015-09-18 Dietmar Maurerpass whole command line to bash completion function
2015-09-18 Dietmar Maurerprint_bash_completion: correctly handle shell quoting
2015-09-15 Dietmar MaurerCLIHandler: allow binaries with '-' in command name
2015-09-04 Dietmar Maurerrun_cli: skip environment init for PVE::Service::*...
2015-09-04 Dietmar MaurerCLIHandler: add support for services (PVE::Daemon)...
2015-09-04 Dietmar Maurergenerate_pod_manpage: fix for 'simple' commands
2015-09-04 Dietmar Maurerhandle_simple_cmd: code cleanups
2015-09-04 Dietmar MaurerCLIHandler: add helper to generate bash completion...
2015-09-03 Dietmar Maureradd run() method to CLIHandler
2015-09-03 Dietmar Maureradd helpers to verify API without starting the binary
2015-09-02 Dietmar Maureradd bash completion handler
2015-05-28 Wolfgang Bumillerdefer some daemon setup routines
2015-02-27 Dietmar Maurerrename data to src