Jump to Section close

Help

Introduction

Edit package

The Help command lists all the tasks and subtasks you have available.

Setup

To use this package, your gulpfile.js needs the following:

const gulp = require("gulp");
const suite = require("@cloudcannon/suite");

suite.help(gulp);

Usage

Running gulp help lists all tasks installed in your gulp configuration.

$ gulp help
[09:54:07] Using gulpfile ./gulpfile.js
[09:54:07] Starting 'help'...

Main Tasks
------------------------------
    dev
    dist

Sub Tasks
------------------------------
    dev:browser-sync
    dev:build
    dev:install
    dev:reload
    dev:serve
    dev:watch
    dist:browser-sync
    dist:build
    dist:clean
    dist:clone-assets
    dist:reload
    dist:rewrite-css
    dist:rewrite-html
    dist:serve
    dist:watch

[09:54:07] Finished 'help' after 1.86 ms
local_shipping

Dist

Configuration

Go back to Dist
translate

I18n

Introduction

Move onto I18n