Get

Learn how to list hooks.

Command

$ vela get hook <parameters...> <arguments...>

Parameters

The following parameters are used to configure the command:

NameDescriptionEnvironment Variables
orgname of organization for the hooksVELA_ORG, HOOK_ORG
reponame of repository for the hooksVELA_REPO, HOOK_REPO
outputformat the output for the hooksVELA_OUTPUT, HOOK_OUTPUT
pageprints a specific page of hooksVELA_PAGE, HOOK_PAGE
per.pagenumber of hooks to print per pageVELA_PER_PAGE, HOOK_PER_PAGE

Permissions

COMING SOON!

Sample

Request

$ pwd
~/github/octocat
$ vela get hook

Targeted Request

$ vela get hook --org github --repo octocat

Response

NUMBER  STATUS  EVENT   BRANCH
5       failure push    main
4       failure push    main
3       success push    main
2       success push    main
1       success push    main
Last modified September 16, 2022: chore: use main as default (#324) (400aa851)