Skip to main content

nextflow help

Print the top-level help or specific help for a command.

Usage

$ nextflow help [options] [command]

Description

The help command prints an overview of the CLI and lists the top-level options and commands. It is equivalent to running nextflow with no arguments.

Options

-h, -help

Print the command usage.

Examples

Print the help for the drop command:

$ nextflow help drop

Delete the local copy of a project
Usage: drop [options] name of the project to drop
Options:
-f
Delete the repository without taking care of local changes
Default: false
-h, -help
Print the command usage
Default: false