CAVE is a CLI tool that leverages Docker to conveniently manage multiple code_aster versions on your local environment, thanks to Simvia's code_aster docker images .
- cave run– run Docker images
- cave list– list available images
- cave available– list images on DockerHub
- cave config– configure Cave
- cave use/- cave pin– manage versions
- Man page available
This software require to first having installed docker.
Fetch the latest release .deb file, then run :
sudo dpkg -i cave_version.debFetch the latest release .rpm file, then run :
sudo dnf install cave_version.rpm
# or for older systems
sudo yum install cave_version.rpmDownload the pre‑built tarball, extract the cave binary .tar.gz
tar -xzf ./cave_version.tar.gz -C /tmp
sudo mv /tmp/cave /usr/local/bin/cave --version
cave --help
man caveFor detailed user documentation, please visit our User Documentation.
cave includes optional telemetry features to help improve the tool by collecting anonymous usage data. You can control telemetry settings via the configuration commands.
By default, version usage tracking is enabled, sending anonymous data (see Telemetry) about which code_aster versions you run. You can disable this tracking if you prefer.
To deactivate telemetry, use:
cave config disable-usage-trackingTelemetry respects your privacy and does not collect sensitive information.
- Lucas S.
- Basile M.
- Hadrien R.
This project is licensed under the MIT License. See the LICENSE file for details.
We love feedback. Don't hesitate to open a Github issue or feel free to reach us on our website https://simvia.tech/fr#contact