> seqerakit --cli="hello-world" --info
DEBUG:root: Running command: tw info
Details
-------------------------+----------------------
Tower API endpoint | https://api.tower.nf
Tower API version | 1.25.0
Tower version | 24.1.0-cycle17
CLI version | 0.9.2 (39a2ec6)
CLI minimum API version | 1.15
Authenticated user | adamtalbot
System health status
---------------------------------------+----
Remote API server connection check | OK
Tower API version check | OK
Authentication API credential's token | OK
Whereas it does when running a different CLI command:
Running
seqerakit --info
does not seem to respect the--cli
or--dryrun
flag. You can see it bypass the options here: https://github.com/seqeralabs/seqera-kit/blob/60efe638b7649cdd3fe9ea144b56624707fac334/seqerakit/cli.py#L148-L152Whereas it does when running a different CLI command:
(note the
hello-world
betweentw
and the pipeline subcommand).