Skip to content

simvia-tech/cave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simvia Logo

Version CI-CD License

CAVE CLI

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 .

⚡ Features

  • 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

🛠 Installation

This software require to first having installed docker.

Installation with linux packages

Debian based

Fetch the latest release .deb file, then run :

sudo dpkg -i cave_version.deb

RedHat / Fedora (.rpm)

Fetch the latest release .rpm file, then run :

sudo dnf install cave_version.rpm
# or for older systems
sudo yum install cave_version.rpm

Binary install

Download 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/

Verify installation:

cave --version
cave --help
man cave

Usage

For detailed user documentation, please visit our User Documentation.

Telemetry

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-tracking

Telemetry respects your privacy and does not collect sensitive information.

Contributors

  • Lucas S.
  • Basile M.
  • Hadrien R.

See Also

License

This project is licensed under the MIT License. See the LICENSE file for details.

Reach Us

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

About

CLI tool to manage code_aster versions.

Topics

Resources

License

Stars

Watchers

Forks