Joulectl CLI
Use Joulectl to deploy and manage use cases within the Joule platform
Joulectl helps you deploy and manage use cases within the Joule platform. It uses a context configuration which connects to the desired Joule platform.
Installation
To install joulectl visit here.
Available Commands
Joulectl has a set of commands to support the deployment and management of use cases for both single node and cluster deployment:
config
deploy
inspect
list
undeploy
usecase
Running joulectl deploy --help
will show further details on how to use the command:
Configure Command
Joulectl can be configured to execute commands against a cluster or single node. To configure the tool the joulectl config
command is used.
create
On first usage of the tool a configuration file must be created. A config.json
file will created using default setting under the ~/.config/joule
directory.
update
To change the host address and port using the update command.
show
Display the current configuration setting.
Last updated
Was this helpful?