Go to file
2018-09-28 07:50:44 +02:00
debian fix copyright date 2018-09-28 07:50:44 +02:00
PVE/APIClient avoid call to query_terminal_options 2018-09-18 07:18:23 +02:00
.gitignore Add .gitignore 2018-06-04 06:40:49 +02:00
extractapi.pl extractapi.pl: correctly store regex as string 2018-07-25 10:22:35 +02:00
Makefile Makefile: fix target 'clean' - do not fail if files does not exist 2018-07-02 13:17:38 +02:00
pve-api-definition.dat update pve-api-definition.dat 2018-09-18 08:19:50 +02:00
pveclient fixes for changes in pve-common 2018-07-25 10:50:29 +02:00
pveclient.adoc add a manual page 2018-06-18 10:37:19 +02:00
pveclient.bash-completion add simple bash completion code 2018-05-24 10:27:01 +02:00
README include PVE/PTY.pm (copied from pve-common) 2018-06-04 08:29:26 +02:00

Experimental PVE Client


The following files are copied from our pve-common package:

PVE/CLIHandler.pm: removed PVE::Inotify use.
PVE/Exception.pm
PVE/JSONSchema.pm
PVE/RESTHandler.pm
PVE/SafeSyslog.pm
PVE/Tools.pm: only selected/required helpers
PVE/PTY.pm