Renamed cymais to infinito and did some other optimations and logout implementations

This commit is contained in:
2025-07-29 16:35:42 +02:00
parent a9e7ed3605
commit 44e0fea0b2
499 changed files with 1740 additions and 1587 deletions

View File

@@ -1,10 +1,10 @@
# CyMaIS CLI
# Infinito.Nexus CLI
This Ansible role installs and makes the CyMaIS CLI available on your system.
This Ansible role installs and makes the Infinito.Nexus CLI available on your system.
## Description
After deploying this role, you will have access to the `cymais` command-line interface (CLI), which is the central tool for managing and operating all aspects of your CyMaIS environment.
After deploying this role, you will have access to the `infinito` command-line interface (CLI), which is the central tool for managing and operating all aspects of your Infinito.Nexus environment.
## Usage
@@ -12,7 +12,7 @@ Once this role has been applied, you can run all CLI commands using:
```
cymais --help
infinito --help
```
@@ -20,10 +20,10 @@ to get a list of available commands and options.
## Features
- Installs the CyMaIS CLI automatically
- Installs the Infinito.Nexus CLI automatically
- Ensures the CLI is available system-wide
- All commands accessible via `cymais --help`
- All commands accessible via `infinito --help`
## Further Resources
- [CyMaIS Documentation](https://github.com/kevinveenbirkenbach/cymais/)
- [Infinito.Nexus Documentation](https://github.com/kevinveenbirkenbach/infinito-nexus/)