Getting Started
Installation¶
You can install the library and CLI using uv.
To verify the installation you can run the help
command, which will give you a list of all the available commands in the CLI.
Until we hit a stable release it is recommended to upgrade the cli regularly to get the latest changes.
The CLI¶
Start SCANEO with the scaneo
command.
You can now visit localhost:8000 to see the UI.
You can pick a host and/or port to run the server on with the flag --host
or -h
and --port
or -p
.
Find out which version of the CLI you are running with the flag --version
or -v
.
The UI¶
Once you open the UI, you will be presented with a simple landing page.