CLI documentation
qosst - CLI interface
qosst [-h] [--version] [-v] {info,versions,shell,motd,credits,hardware} ...
qosst options
qosst info (versions)
Display info on the package
qosst info [-h]
qosst info options
qosst shell
Start a shell
qosst shell [-h]
qosst shell options
qosst motd
Print MOTD
qosst motd [-h]
qosst motd options
qosst credits
Credits of QOSST
qosst credits [-h]
qosst credits options
qosst hardware
List the hardware of a given package
qosst hardware [-h] package
qosst hardware positional arguments
package- Name of the package to inspect (default:None)
qosst hardware options
qosst configuration - CLI interface
qosst configuration [-h] {create} ...
qosst configuration options
qosst configuration create
Create a configuration file
qosst configuration create [-h] [-f FILE] [--override]
qosst configuration options
-fFILE,--fileFILE- Path of the file to create. Default : config.toml. (default:config.toml)--override- If present, this will override the current configuration file at the given path, if it exists.
qosst auth - CLI interface
qosst auth [-h] {generate-falcon} ...
qosst auth options
qosst auth generate-falcon
Generate a Falcon keypair.
qosst auth generate-falcon [-h] [-n SIZE] [-d DIRECTORY] [-s SECRET_KEY_NAME]
[-p PUBLIC_KEY_NAME] [-f]
qosst auth options
-nSIZE,--sizeSIZE- Size of the falcon key. (default:512)-dDIRECTORY,--directoryDIRECTORY- Directory where to save keys. (default:keys)-sSECRET_KEY_NAME,--secret-key-nameSECRET_KEY_NAME- Name of the secret key file. (default:secret_key.json)-pPUBLIC_KEY_NAME,--public-key-namePUBLIC_KEY_NAME- Name of the public key file. (default:public_key.json)