Installation
Via package manager
You can install the CLI globally on your machine with your favorite package manager.
npm
npm install -g @guidanoli/cmioc-cliOnce installed, you can execute the CLI directly, like so:
Terminal
cmioc [args...]Via GitHub Container Registry
Alternatively, you can also pull the CLI image from the GitHub Container Registry.
Terminal
docker pull ghcr.io/guidanoli/cmiocOnce pulled, you can execute the CLI through Docker, like so:
Terminal
docker run ghcr.io/guidanoli/cmioc [args...]If you want to pipe data into the CLI through stdin, don't forget the -i option.
Terminal
cat input.txt | docker run -i ghcr.io/guidanoli/cmioc [args...]