Command Line Tools¶
Command line tools get installed alongside the zeloscloud
software package.
Tool | Description | Docs |
---|---|---|
zelos | Create new projects, converting traces, and more | Docs |
zelos-uds | Perform UDS transactions/sequences on a CAN bus | Docs |
zelos-trace | Record data for live or post-processed analysis. | Docs |
Help text¶
Use --help
or -h
for any command's help text
Hydra¶
Some Command Line Utils are using Hydra under the hood for managing configuration
Read more about it here: Hydra Docs
Use --hydra-help
for Hydra-specific help
Configuration¶
Zelos Command Line Utilities are highly configurable. Arguments can be specified via the command line, config files, and a mix of the two.
Example Configurations¶
Find example configurations at zeloscloud.cli.config.examples
.
These examples can be combined with command line arguments can be used to jumpstart complex use cases.
User Configuration¶
Hydra enables users to predefine common invocations and profiles to config files.
Zelos adds <home dir>/.zelos/
to the configuration search path by default.
Users can specify a different config directory by using --config-dir=/path/to/configs/