Documentation cryosparcm cli

Is there a list of cryosparcm cli commands ?

thanks

Florian

Hi @fbeck,

The management and monitoring section of our documentation covers how to use cryosparcm.

Happy processing!

- Suhail

Hi Floian,

It looks like all commands are in cryosparc2_master/cryosparc2_command/command_core/init.py

Try to run this to display them all:

 grep ^def cryosparc2_master/cryosparc2_command/command_core/__init__.py | awk '{$1=""; print $0}'

Although, I would continue with caution from there, as some of those command does not look like your are supposed to mess with, unless you know exactly what you are doing.

Cheers,
Jesper