cryosparcm reference (v5.0+)
How to use the cryosparcm utility for starting and stopping the CryoSPARC instance, checking status or logs, managing users and using CryoSPARC's command-line interface.
Access the CryoSPARC command line utility, cryosparcm
cryosparcmThe CryoSPARC master node hosts the web server and manages job resource allocation.
Workstations or master nodes with a cryosparc_master installation have access to cryosparcm, CryoSPARC's built-in command-line utility for all administrative, management and advanced usage tasks.
To use it, log into the machine onto which CryoSPARC was installed. Open a Terminal running a shell (such as bash) and enter any of the commands described below.
For help with a specific command, run:
cryosparcm COMMAND --helpFor example, for help starting CryoSPARC, run:
cryosparcm start --helpcryosparcm
cryosparcmUsage:
$ cryosparcm [OPTIONS] COMMAND [ARGS]...Options:
--install-completion: Install completion for the current shell.--show-completion: Show completion for the current shell, to copy it or customize the installation.--help: Show this message and exit.
All available cryosparcm commands are listed and documented in the sections below.
Instance Status and Management
Always run instance management commands in this section from the UNIX user account that owns the CryoSPARC installation, and always on the same machine on the network that cryosparc_master was installed on. If these conditions are not met, you may see the following message:
You can temporarily force cryosparcm to ignore the current hostname or user by specifying the CRYOSPARC_FORCE_HOSTNAME or CRYOSPARC_FORCE_USER variables just before calling the command:
If you see the above error message, but the hostname it reports is incorrect (i.e., the hostname specified in the error message is actually the same host, just a different identifier), you can set CRYOSPARC_MASTER_HOSTNAME in cryosparc_master/config.sh to the correct hostname. You can also set CRYOSPARC_FORCE_HOSTNAME or CRYOSPARC_FORCE_USER in this file to permanently suppress this message.
cryosparcm status
cryosparcm statusShow system status, including the status of all individual processes (database, app, api, etc.). Also shows configuration environment variables.
Usage:
Options:
--help: Show this message and exit.
cryosparcm version
cryosparcm versionShow CryoSPARC version.
Usage:
Options:
--help: Show this message and exit.
cryosparcm start
cryosparcm startStart CryoSPARC or one of its services.
All processes start in the background, including all jobs and the web interface; the command line may be closed after running start. Provide an optional service name to only start that specific service.
Usage:
Arguments:
[SERVICE]:[app|database|cache|api|scheduler|command_vis|app_api]
Options:
--systemd / --no-systemd: [default: no-systemd]--startup / --no-startup: [default: startup]--app / --no-app: [default: app]--help: Show this message and exit.
Always run this command from the same host and UNIX user account originally used to install CryoSPARC.
cryosparcm stop
cryosparcm stopStop CryoSPARC or one of its services.
Provide an optional service name to only start that specific service.
Usage:
Arguments:
[SERVICE]:[app|database|cache|api|scheduler|command_vis|app_api]
Options:
--help: Show this message and exit.
Always run this command from the same host and UNIX user account originally used to install CryoSPARC.
cryosparcm restart
cryosparcm restartStop and start CryoSPARC or one of its services.
Usage:
Arguments:
[SERVICE]:[app|database|cache|api|scheduler|command_vis|app_api]
Options:
--help: Show this message and exit.
Always run this command from the same host and UNIX user account originally used to install CryoSPARC.
cryosparcm maintenancemode
cryosparcm maintenancemodeEnable, disable or check maintenance mode. While enabled, prevents queued jobs from running while allowing running jobs to finish. Improves user experience user experience while CryoSPARC is undergoing maintenance, for example during restart, patch, or update.
See Guide: Maintenance Mode and Configurable User Facing Messages for full details.
Usage:
Arguments:
COMMAND:{status|on|off}: [required]
Options:
--help: Show this message and exit.
cryosparcm resources
cryosparcm resourcesPrint a formatted table of available scheduler targets and their properties.
Usage:
Arguments:
[LANE_NAME]: Only show target information for a specific lane
Options:
--help: Show this message and exit.
cryosparcm changeport
cryosparcm changeportChange instance base port.
Usage:
Arguments:
PORT: [required]
Options:
-y, --yes: Confirm without prompting--help: Show this message and exit.
Always run this command from the same host and UNIX user account originally used to install CryoSPARC.
cryosparcm asset-stats
cryosparcm asset-statsShow asset storage statistics.
Usage:
Options:
--help: Show this message and exit.
cryosparcm recover
cryosparcm recoverRestore instance configuration and recover projects from an exported instance configuration file. Should only run when the database has no projects. For full instructions, see Instance Recovery.
Usage:
Options:
-f, --file FILE: Path to input file [required]--claim-project-ownership: Take over projects locked to other instances-y, --yes: Confirm without prompting--help: Show this message and exit.
Instance Setup
cryosparcm update
cryosparcm updateInstall the latest CryoSPARC update. See Software Updates for full details.
Usage:
Options:
--version TEXT: Version to update to [default: latest]--list: List available versions--check: Check for update--download: Download only--install: Install previous download--force: Force install the latest or specified version--help: Show this message and exit.
Always run this command from the same host and UNIX user account originally used to install CryoSPARC.
cryosparcm patch
cryosparcm patchDownload and install the latest patch for this version.
Usage:
Arguments:
[PATCH_NAME]: Name of patch to download
Options:
--check: Check to see if a patch is available--download: Download patches for manual installation--install: Manually install a downloaded patch file-f, --force: Force install or re-install latest patch-y, --yes: Confirm patch installation without prompt--help: Show this message and exit.
Frequently used commands:
cryosparcm patch: Automatically install the latest patches on workstations or master node and connected workers. Not recommended for clusters: Use the--downloadand--installflags instead.cryosparcm patch --force: Reinstall the latest patches in case something went wrong with a previous attemptcryosparcm patch --check: Show information about the latest patches without installingcryosparcm patch --download: Download the latest patches without installing them. Follow the resulting instructions to install the master and worker patchescryosparcm patch --install: Run this command immediately after a--downloadto install the patch on the master node.
Always run this command from the same host and UNIX user account originally used to install CryoSPARC.
cryosparcm worker
cryosparcm workerWorker management commands.
Ensure CryoSPARC is running before running worker management commands.
Usage:
Options:
--help: Show this message and exit.
Commands:
update: Install a cryosparc worker update on all connected workers.patch: Install a cryosparc worker patch on all connected workers.connect: Connect a worker node that jobs can be scheduled on.disconnect: Remove a worker node from the scheduler.
cryosparcm worker update
cryosparcm worker updateInstall a cryosparc worker update on all workers or the given worker.
Usage:
Arguments:
[WORKER]: Target name. Applies to all targets if not specified
Options:
--file FILE: [default: cryosparc_worker.tar.gz]--force--help: Show this message and exit.
Always run this command from the same host and UNIX user account originally used to install CryoSPARC.
cryosparcm worker patch
cryosparcm worker patchInstall a cryosparc worker patch on all workers or the given worker.
Usage:
Arguments:
[WORKER]: Target name. Applies to all targets if not specified
Options:
--file FILE: [default: cryosparc_worker_patch.tar.gz]--force--help: Show this message and exit.
Always run this command from the same host and UNIX user account originally used to install CryoSPARC.
cryosparcm worker connect
cryosparcm worker connectConnect a worker node that jobs can be scheduled on, or update an existing worker configuration.
Usage:
Options:
--path TEXT: Path to cryosparc_worker folder [required]--worker TEXT: Name of worker. Defaults to $(hostname) if not specified.--lane TEXT: Scheduler lane for worker (create if does not exist). [default: default]--sshstr TEXT: SSH login string to access worker, required if the worker's hostname or UNIX user differs when connecting from master, or to specify additional SSH flags. Defaults to "$(whoami)@worker".--cpus INTEGER RANGE: Number of CPU cores to enable for jobs. Enable all cores if not specified. [x>=1]--rams INTEGER RANGE: Number of 8GiB RAM slots to enable for jobs. Enable all RAM if not specified. [x>=1]--gpus TEXT: Comma-separated list of GPU device IDs, e.g., '0,1,2'. Selects all GPUs if not specified. Cannot be specified with --no-gpu.--gpu / --no-gpu: Do not attempt to select any GPUs. Don't specify both --no-gpu and --gpus flag. [default: gpu]--ssdpath TEXT: Local SSD scratch path. Strongly recommended.--ssdquota INTEGER: Maximum amount of SSD space to use for caching, in megabytes (MB).--ssdreserve INTEGER: Minimum amount free space to leave on the SSD, in megabytes (MB). [default: 10000]--help: Show this message and exit.
Always run this command from the same host and UNIX user account originally used to install CryoSPARC.
cryosparcm worker disconnect
cryosparcm worker disconnectRemove a worker node from the scheduler.
Usage:
Options:
--worker TEXT: Name of worker. Defaults to $(hostname) if not specified. [required]--help: Show this message and exit.
Always run this command from the same host and UNIX user account originally used to install CryoSPARC.
cryosparcm cluster
cryosparcm clusterCluster management commands. See the Download and Installation page for full details.
Ensure CryoSPARC is running before running cluster management commands.
Usage:
Options:
--help: Show this message and exit.
Commands:
connect: Create or update a cluster with...dump: Write cluster configuration and script to...validateremove: Remove a cluster from the scheduler.example: Write example cluster configuration and...
cryosparcm cluster example
cryosparcm cluster exampleWrite example cluster configuration (cluster_info.json) and script (cluster_script.sh) to a directory.
Examples are available for Portable Batch System (cryosparcm cluster example pbs) and SLURM (cryosparcm cluster example slurm) schedulers. Other systems are similar; run one of the two cluster example commands and modify the output files accordingly.
Usage:
Arguments:
TYPE:{pbs|slurm}: Any cluster scheduler is supported but may require a custom submission script. [required]
Options:
-o, --output-dir DIRECTORY: Path to output directory [default: .]--help: Show this message and exit.
cryosparcm cluster connect
cryosparcm cluster connectCreate or update a cluster with cluster_info.json and cluster_script.sh.
Usage:
Options:
--info FILE: [default: cluster_info.json]--script FILE: [default: cluster_script.sh]--help: Show this message and exit.
cryosparcm cluster dump
cryosparcm cluster dumpWrite cluster configuration and script to a directory.
Usage:
Arguments:
NAME: Cluster target name [required]
Options:
o, --output-dir DIRECTORY: Path to output directory [default: .]--help: Show this message and exit.
cryosparcm cluster remove
cryosparcm cluster removeRemove a cluster from the scheduler.
Usage:
Arguments:
NAME: Cluster target name [required]
Options:
--help: Show this message and exit.
cryosparcm deps
cryosparcm depsInstall Python and external dependencies. Specify --force to install even if they haven't changed.
Usage:
Options:
--force--help: Show this message and exit.
cryosparcm test
cryosparcm testVerifies the instance has been correctly installed by running several tests. Provides a report upon completion. For more information, see Guide: Installation Testing with cryosparcm test.
Ensure CryoSPARC is running before running worker management commands.
Usage:
Options:
--help: Show this message and exit.
Commands:
license: Verify that your CryoSPARC license is validinstall: Test all installation componentsi: Alias for installworkers: Test worker installationw: Alias for workers
cryosparcm test license
cryosparcm test licenseVerify that your CryoSPARC license is valid and that CryoSPARC can verify job runs with the license server at get.cryosparc.com.
Usage:
Options:
-l, --long--help: Show this message and exit.
cryosparcm test install
cryosparcm test installTests the core installation components of CryoSPARC (HTTP connections, licensing, workers, etc.) that are required to start running jobs. Provides information on the status of the CryoSPARC instance (e.g., which version is running, whether a patch is available, etc.).
Usage:
Options:
--help: Show this message and exit.
Always run this command from the same host and UNIX user account originally used to install CryoSPARC.
cryosparcm test i
cryosparcm test iAlias for cryosparcm test install
cryosparcm test workers
cryosparcm test workersTest workers by running validation jobs in the specified project.
Usage:
Arguments:
PROJECT: [required]
Options:
--test [all|launch|ssd|gpu]: Specify either the launch, ssd or gpu test [required]-t, --target TEXT: Specify one or more targets to run tests on, tests all if not specified--test-pytorch / --no-test-pytorch: Test if worker(s) can launch PyTorch jobs on all enabled GPUs [default: no-test-pytorch]--help: Show this message and exit.
cryosparcm test w
cryosparcm test wAlias for cryosparcm test workers
Logs
cryosparcm log
cryosparcm logShow a service output log from the most recent entries. The log is live-updated while the command-line remains open and new data is added to the log. To stop live updates and return to the shell, press ctrl C on your keyboard followed by q.
Usage:
Arguments:
SERVICE:{app|database|cache|api|scheduler|command_vis|app_api|supervisord}: [required]
Options:
--help: Show this message and exit.
To save the full log, redirect the output to a file. Example:
To show only the last xx lines of the log, pipe to tail. For example, to see the last 1000 lines of the log:
Copy
cryosparcm filterlog
cryosparcm filterlogShow a filtered service output log.
Usage:
Arguments:
SERVICE:{app|database|cache|api|scheduler|command_vis|app_api|supervisord}: [required]
Options:
-d, --days INTEGER RANGE: Show logs within previous N days [default: 30; x>=0]-D, --date [%Y-%m-%d]: Show logs on date-m, --max-lines INTEGER RANGE: Max lines to show [x>=0]-t, --tail: Continuously follow this log--help: Show this message and exit.
Note that only database, api, scheduler and command_vis services support date and days filters.
cryosparcm snaplogs
cryosparcm snaplogsCreate an archive with all current master service logs.
Usage:
Options:
-o, --output-dir DIRECTORY: Path to output directory [default: .]--help: Show this message and exit.
cryosparcm errorreport
cryosparcm errorreportGenerate a diagnostic information bundle. For more information, see Guide: Download Error Reports.
Usage:
Options:
-o, --output-dir DIRECTORY: Path to output directory [default: .]-d, --days INTEGER RANGE: Show logs within previous N days [default: 30; x>=0]-D, --date [%Y-%m-%d]: Show logs on date-m, --max-lines INTEGER RANGE: Max lines to show [x>=0]--offline / --no-offline: Skip database and worker data [default: no-offline]--skip-workers / --no-skip-workers: Skip worker data [default: no-skip-workers]--help: Show this message and exit.
cryosparcm get-workspace-report
cryosparcm get-workspace-reportDownload HTML workspace report from the CryoSPARC app.
Usage:
Options:
--project TEXT: [required]--workspace TEXT: [required]-o, --path PATH: Path to output file or directory [default: .]--help: Show this message and exit.
User Management
Functions provided by these commands are also available from the web interface. For more details, see the Admin Panel guide.
cryosparcm user
cryosparcm userUser management commands.
Usage:
Options:
--help: Show this message and exit.
Commands:
list: Show a table of available user accountsexists: Check if user existscreate: Create a new user accountupdate: Update user account informationresetpassword: Reset a user account's password
cryosparcm user list
cryosparcm user listShow a table of available user accounts, including their names, email address and admin status.
Usage:
Options:
--help: Show this message and exit.
cryosparcm user exists
cryosparcm user existsCheck if user exists. Command exits with status 0 if user exists, 1 otherwise. Shows an “exists” or “does not exist” message in either case.
Usage:
Options:
--email TEXT: Email [required]--help: Show this message and exit.
cryosparcm user create
cryosparcm user createCreate a new user account. Call without arguments to create interactively.
Usage:
Options:
--email TEXT: Login email [required]--password TEXT: Password [required]--username TEXT: User name [required]--firstname TEXT: First or given name [required]--lastname TEXT: Last or surname [required]--role [user|admin]: User role [default: user]--help: Show this message and exit.
<aside> 💡
If any required options are not specified, an input prompt will be provided.
</aside>
cryosparcm user update
cryosparcm user updateUpdate user account information and access, providing the email and password to verify. To change the password, use cryosparcm users resetpassword. Note that the user's email cannot be changed with this command.
Usage:
Options:
--email TEXT: Email [required]--password TEXT: Password [required]--username TEXT: New user name--firstname TEXT: New first or given name--lastname TEXT: New last or surname--role [user|admin]: New user role--help: Show this message and exit.
<aside> 💡
If any required options are not specified, an input prompt will be provided.
</aside>
Other than for the first user account created, new users do not have administrative privileges by default. After creating the first user account, other accounts can also be created through the user interface if preferred.
cryosparcm user resetpassword
cryosparcm user resetpasswordReset a user account's password.
Usage:
Options:
--email TEXT: Email [required]--password TEXT: Password [required]--help: Show this message and exit.
If any required options are not specified, an input prompt will be provided.
Job Management
cryosparcm job
cryosparcm jobJob management commands.
Usage:
Options:
--help: Show this message and exit.
Commands:
status: Show a summary of queued and active jobsqueue: Queue a jobclear: Clear a jobkill: Kill a joblog: Show job standard output and error logevents: Show job event log
cryosparcm job status
cryosparcm job statusShow a summary of queued and active jobs.
Usage:
Options:
--help: Show this message and exit.
cryosparcm job queue
cryosparcm job queueQueue a job. Specify either --lane or --hostname, except for interactive jobs. One or more --gpu options may be specified with --hostname.
Usage:
Arguments:
PROJECT_UID: [required]JOB_UID: [required]
Options:
-l, --lane TEXT: Scheduler lane to queue to-h, --hostname TEXT: Worker node to queue to-g, --gpu INTEGER: Specify one or more GPUs to queue to,--hostnamemust also be specified--check-inputs-ready / --no-check-inputs-ready: If disabled, job will run even if parent input jobs are incomplete [default: check-inputs-ready]--help: Show this message and exit.
cryosparcm job clear
cryosparcm job clearClear a job.
Usage:
Arguments:
PROJECT_UID: [required]JOB_UID: [required]
Options:
--help: Show this message and exit.
cryosparcm job kill
cryosparcm job killKill a job by its project UID and job UID.
Usage:
Arguments:
PROJECT_UID: [required]JOB_UID: [required]
Options:
--help: Show this message and exit.
cryosparcm job log
cryosparcm job logShow job standard output and error log.
Usage:
Arguments:
PROJECT_UID: [required]JOB_UID: [required]
Options:
--help: Show this message and exit.
cryosparcm job events
cryosparcm job eventsShow job event log.
Usage:
Arguments:
PROJECT_UID: [required]JOB_UID: [required]
Options:
-c, --checkpoint INTEGER: Show events from this checkpoint up until the next one. Shows all events if not provided. Specify -1 to show everything after the last checkpoint.--help: Show this message and exit.
Database Management
Always run instance management commands in this section from the UNIX user account that owns the CryoSPARC installation, and always on the same machine on the network that cryosparc_master was installed on.
cryosparcm database
cryosparcm databaseDatabase management commands.
Usage:
Options:
--help: Show this message and exit.
Commands:
check: Check that the database is running correctly.configure: Prepare the database for running.fixport: Update expected database port.backup: Make a backup copy of the database.restore: Restore the database from a backup file.compact: Attempt to reduce database size.export: Export the contents of the database.import: Import a collection from an exported .json fileexport-instance-config: Export instance configuration and project information.import-instance-config: Import instance configuration from an exported file.
cryosparcm database check
cryosparcm database checkCheck that the database is running with the correct host configuration.
Usage:
Options:
--quiet / --no-quiet: [default: no-quiet]--help: Show this message and exit.
Always run this command from the same host and UNIX user account originally used to install CryoSPARC.
cryosparcm database configure
cryosparcm database configurePrepare the database for running. Automatically runs during start, manual invocation not typically required.
Usage:
Options:
-v, --verbose--help: Show this message and exit.
Always run this command from the same host and UNIX user account originally used to install CryoSPARC.
cryosparcm database fixport
cryosparcm database fixportUpdate expected database port so that it matches the configured port following a change to CRYOSPARC_BASE_PORT in config.sh.
Usage:
Options:
--help: Show this message and exit.
Always run this command from the same host and UNIX user account originally used to install CryoSPARC.
cryosparcm database backup
cryosparcm database backupMake a backup copy of the database with mongodump.
By default, and saves the backup as an .archive file to the current working directory, with the current date and time in in the filename, e.g., cryosparc_backup_2021_06_14_11h27.archive
Do not allow the backup to fill up the filesystem on which the database is stored. If needed, specify a custom alternative path where the backup will be written.
Usage:
Options:
-o, --output PATH: Path to output file or directory [default: .]-c, --collection TEXT--help: Show this message and exit.
CryoSPARC can be running when cryosparcm database backup is run, but the backup will impact the performance of your running database (source).
Once CryoSPARC projects or jobs are created, deleted, or otherwise modified during or after the backup, a database restored from the resulting backup file will no longer be compatible with the modified project directories.
Use the cryosparcm recover command to avoid this issue.
Always run this command from the same host and UNIX user account originally used to install CryoSPARC.
cryosparcm database restore
cryosparcm database restoreRestore the database from a backup file.
A database backup becomes outdated and incompatible with project directories as soon as CryoSPARC projects or jobs are created, deleted or modified following a database backup. Do not restore an outdated database backup. Restoration of an outdated database backup and subsequent use with CryoSPARC is likely to corrupt CryoSPARC projects.
Use the cryosparcm recover command to avoid this issue.
CryoSPARC must be installed and but not started before running this command.
Usage:
Options:
-f, --file FILE: Path to input file [required]-c, --collection TEXT--help: Show this message and exit.
Always run this command from the same host and UNIX user account originally used to install CryoSPARC.
cryosparcm database compact
cryosparcm database compactAttempt to reduce database size.
Usage:
Options:
--help: Show this message and exit.
Always run this command from the same host and UNIX user account originally used to install CryoSPARC.
cryosparcm database export
cryosparcm database exportExport the contents of a database collection to a .json file.
Usage:
Arguments:
COLLECTION_NAME: [required]
Options:
-o, --output-dir DIRECTORY: Path to output directory [default: .]--help: Show this message and exit.
Always run this command from the same host and UNIX user account originally used to install CryoSPARC.
cryosparcm database import
cryosparcm database importImport a collection from an exported .json file. Overwrites existing data in that collection.
Usage:
Arguments:
COLLECTION_NAME: [required]
Options:
-f, --file FILE: Path to input file [required]--help: Show this message and exit.
Always run this command from the same host and UNIX user account originally used to install CryoSPARC.
cryosparcm database export-instance-config
cryosparcm database export-instance-configExport instance configuration and project information to a .tar file.
Usage:
Options:
-o, --output-dir DIRECTORY: Path to output directory [default: .]--help: Show this message and exit.
Always run this command from the same host and UNIX user account originally used to install CryoSPARC.
cryosparcm database import-instance-config
cryosparcm database import-instance-configImports instance configuration from an exported instance configuration .tar file.
Usage:
Options:
-f, --file FILE: Path to input file [required]-y, --yes: Confirm without prompting--help: Show this message and exit.
Always run this command from the same host and UNIX user account originally used to install CryoSPARC.
Command Line Utilities
cryosparcm env
cryosparcm envExport environment variables used by CryoSPARC.
Usage:
Options:
--help: Show this message and exit.
Run this command with eval to define the variables output by the env command.
cryosparcm call
cryosparcm callRun any command with the CryoSPARC environment. For example:
Usage:
Equivalent to running eval $(cryosparcm env) followed by the command.
cryosparcm python
cryosparcm pythonRun python command with the CryoSPARC environment. For example:
Usage:
cryosparcm ipython
cryosparcm ipythonRun an interactive python shell with the CryoSPARC environment.
Usage:
cryosparcm cli
cryosparcm cliInteract with CryoSPARC from the command line with Python expressions. See cryosparcm cli reference for full details.
Usage:
Arguments:
EXPRESSION: [required] Python expression
Options:
--help: Show this message and exit.
cryosparcm icli
cryosparcm icliInteract with CryoSPARC from an ipython shell. Can use api object in Python commands. See cryosparcm cli reference for full details.
Usage:
cryosparcm downloadtest
cryosparcm downloadtestDownload a test dataset. For use with the T20S Introductory Tutorial or Installation Testing or Performance benchmarking.
Usage:
Options:
-o, --output-dir DIRECTORY: Path to output directory [default: .]--dataset TEXT: Which dataset to download. One of '10025', '10305', or 'PERFORMANCE_BENCHMARK_DATA' [default: 10025]--help: Show this message and exit.
cryosparcm mongo
cryosparcm mongoStart a mongo shell for CryoSPARC’s local MongoDB database service.
Usage:
Always run this command from the same host and UNIX user account originally used to install CryoSPARC.
cryosparcm redis
cryosparcm redisStart a redis-cli prompt for command line access to the Redis cache service.
Usage:
Always run this command from the same host and UNIX user account originally used to install CryoSPARC.
Deprecated Commands
These commands were present in CryoSPARC v4 and remain in CryoSPARC v5 but should no longer be used; instead, the corresponding commands above should be used.
cryosparcm checkdb (Deprecated)
cryosparcm checkdb (Deprecated)Use cryosparcm database check instead.
Usage:
Options:
--help: Show this message and exit.
cryosparcm configuredb (Deprecated)
cryosparcm configuredb (Deprecated)Use cryosparcm database configure instead.
Usage:
Options:
--help: Show this message and exit.
cryosparcm fixdbport (Deprecated)
cryosparcm fixdbport (Deprecated)Use cryosparcm database fixport instead.
Usage:
Options:
--help: Show this message and exit.
cryosparcm backup (Deprecated)
cryosparcm backup (Deprecated)Use cryosparcm database backup instead.
Usage:
Options:
--help: Show this message and exit.
cryosparcm restore (Deprecated)
cryosparcm restore (Deprecated)Use cryosparcm database restore instead.
Usage:
Options:
--help: Show this message and exit.
cryosparcm compact (Deprecated)
cryosparcm compact (Deprecated)Use cryosparcm database compact instead.
Usage:
Options:
--help: Show this message and exit.
cryosparcm listusers (Deprecated)
cryosparcm listusers (Deprecated)Use cryosparcm user list instead.
Usage:
Options:
--help: Show this message and exit.
cryosparcm createuser (Deprecated)
cryosparcm createuser (Deprecated)Use cryosparcm user create instead.
Usage:
Options:
--email TEXT: [required]--password TEXT: [required]--username TEXT: [required]--firstname TEXT: [required]--lastname TEXT: [required]--role [user|admin]: [default: user]--help: Show this message and exit.
cryosparcm updateuser (Deprecated)
cryosparcm updateuser (Deprecated)Use cryosparcm user update instead.
Usage:
Options:
--email TEXT: [required]--password TEXT: [required]--username TEXT--firstname TEXT--lastname TEXT--admin [true|false]--help: Show this message and exit.
cryosparcm resetpassword (Deprecated)
cryosparcm resetpassword (Deprecated)Use cryosparcm user resetpassword instead.
Usage:
Options:
--email TEXT: [required]--password TEXT: [required]--help: Show this message and exit.
cryosparcm jobstatus (Deprecated)
cryosparcm jobstatus (Deprecated)Use cryosparcm jobstatus instead.
Usage:
Options:
--help: Show this message and exit.
cryosparcm joblog (Deprecated)
cryosparcm joblog (Deprecated)Use cryosparcm job log instead.
Usage:
Arguments:
PROJECT: [required]JOB: [required]
Options:
--help: Show this message and exit.
cryosparcm eventlog (Deprecated)
cryosparcm eventlog (Deprecated)Use cryosparcm job events instead.
Usage:
Arguments:
PROJECT: [required]JOB: [required]
Options:
--help: Show this message and exit.
cryosparcm licensestatus (Deprecated)
cryosparcm licensestatus (Deprecated)Use cryosparcm test license instead.
Usage:
Options:
--help: Show this message and exit.
cryosparcm cluster validate (Deprecated)
cryosparcm cluster validate (Deprecated)Use cryosparcm test workers instead.
Usage:
Arguments:
NAME: Cluster target name [required]
Options:
--projects-dir TEXT: Absolute path to projects directory [required]--help: Show this message and exit.
Last updated