This is the command line interface for wazo-plugind.
To install a plugin use the install
command followed by the method and the URL
Example:
wazo-plugind-cli> install git https://github.com/wazo-platform/wazo-admin-ui-conference.git
extracting
building
packaging
installing
completed
wazo-plugind-cli>
"--async" can be used to avoid waiting until the end of the plugin installation.
Example:
wazo-plugind-cli> install git https://github.com/wazo-platform/wazo-admin-ui-conference.git --ref main --async
wazo-plugind-cli>
To remove a plugin, use the uninstall
command
Example:
wazo-plugind-cli> uninstall official/admin-ui-conference
completed
wazo-plugind-cli>
This command can also be executed asynchronously using the --async command flag
Example:
wazo-plugind-cli> uninstall official/admin-ui-conference --async
wazo-plugind-cli>
To execute a command without first entering the wazo-plugind cli use the -c argument.
Example:
wazo-plugind-cli -c "install git https://github.com/wazo-platform/wazo-admin-ui-user.git"
from the root of the project
dch -i
from the root of the project
dpkg-buildpackage -us -uc
If the build succeeds, a .deb will be created in the parent directory.