Skip to content

fractal

Command-line interface for Fractal Client.

fractal [-h] [-u USER] [-p PASSWORD] [--token-path TOKEN_PATH]
        [--fractal-server FRACTAL_SERVER] [--debug] [--batch]
        {project,dataset,task,workflow,job,version,user,group} ...

Named Arguments

  • -u,--user: User email address for login (overrides FRACTAL_USER environment variable).

  • -p,--password: User password (overrides FRACTAL_PASSWORD environment variable).

  • --token-path: User token (overrides FRACTAL_TOKEN_PATH environment variable).

  • --fractal-server: URL of Fractal server (overrides FRACTAL_SERVER environment variable).

  • --debug: Change minimal logging level from INFO to DEBUG. Default: False.

  • --batch: Return output suitable for scripting, e.g., only the ID of items created instead of the full object. Default: False.