Each project as it's own `run.sh` script for limited CLI operations.
There are two types of **Command Line Interfaces**:
-**META CLI**: Perform operations for SysOps and ReleaseManagement.
-**PROJECT CLI**: Each project as it's own `run.sh` script for developer-centric CLI operations.
> Note: Not yet all projects have CLI support implemented consistently. See https://gitlab.servus.at/aura/meta/-/issues/57 for progress on consolidated functionality.
> TODO: In the future the `run.sh` scripts [should be replaced by a proper CLI Framework](https://gitlab.servus.at/aura/meta/-/issues/45).
1.[AURA Command Line Interface (CLI)](#aura-command-line-interface-cli)
1.[META CLI for SysOps](#meta-cli-for-sysops)
2.[META CLI for Release Management](#meta-cli-for-release-management)
3.[Project CLI for Development](#project-cli-for-development)
1.[META CLI](#meta-cli)
1.[META CLI for SysOps](#meta-cli-for-sysops)
2.[META CLI for Release Management](#meta-cli-for-release-management)
2.[Project CLI for Development](#project-cli-for-development)
1.[Default action](#default-action)
2.[Local Commands](#local-commands)
1.[Start Development Server](#start-development-server)
...
...
@@ -23,11 +28,13 @@ Each project as it's own `run.sh` script for limited CLI operations.
4.[Docker Test](#docker-test)
## META CLI for SysOps
## META CLI
### META CLI for SysOps
> Note: a *META CLI* is planned, but not yet available. See here for current progress https://gitlab.servus.at/aura/meta/-/issues/59.
## META CLI for Release Management
### META CLI for Release Management
> Note: a *META CLI* is planned, but not yet available. See here for current progress https://gitlab.servus.at/aura/meta/-/issues/59.