fuel-docs/userdocs/snippets/notes/fuel2-task-list-filters.rst

524 B

Note

By default, the fuel2 task list shows all deployment tasks. Although, you can filter the tasks in the command output by:

  • Environment ID:

    fuel2 task list --env <ENV_ID>
  • Tasks statuses:

    fuel2 task list --statuses ready

    The available tasks statuses are pending, error, ready, and running.

  • Tasks names:

    fuel2 task list --names <TASK_NAME>