-
-
Notifications
You must be signed in to change notification settings - Fork 764
Closed
Labels
good first issueIssues that are good for first-time contributors to pick up.Issues that are good for first-time contributors to pick up.
Description
Request
Ability to add help informations for a task.
Example
version: "2"
tasks:
"gcloud:docker:push":
desc: Push Docker image to Google cloud registry
help: |
Push Docker image to Google cloud registry.
The env variable "DOCKER_IMAGE_FQN" define the Docker image name to push.
silent: true
cmds:
- cmd: gcloud docker -- push {{.DOCKER_IMAGE_FQN}}
$ task -l
task: Available tasks for this project:
* gcloud:docker:push: Push Docker image to Google cloud registry
$ task help gcloud:docker:push
Push Docker image to Google cloud registry.
The env variable "DOCKER_IMAGE_FQN" define the Docker image name to push
Finally
What do you think ?
lfrancke and jaedle
Metadata
Metadata
Assignees
Labels
good first issueIssues that are good for first-time contributors to pick up.Issues that are good for first-time contributors to pick up.