Go to file
Dietmar Maurer aa5833d6e7 Remove the File::HomeDir requirement
Simply use $ENV{HOME} instead.
2018-06-05 12:07:09 +02:00
debian add simple bash completion code 2018-05-24 10:27:01 +02:00
PVE Remove the File::HomeDir requirement 2018-06-05 12:07:09 +02:00
.gitignore Add .gitignore 2018-06-04 06:40:49 +02:00
extractapi.pl add API definition 2018-05-22 14:11:05 +02:00
Makefile imported SectionConfig from pve-common 2018-06-05 07:51:00 +02:00
pve-api-definition.js add API definition 2018-05-22 14:11:05 +02:00
pveclient remove useless comments 2018-06-05 07:41:34 +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