API-CLI
view release on metacpan or search on metacpan
examples/pod/githubcl.pod view on Meta::CPAN
=head1 NAME
githubcl - GitHub
=head1 ABSTRACT
=head1 DESCRIPTION
=head2 GLOBAL OPTIONS
--data-file File with data for POST/PUT/PATCH/DELETE requests
--debug -d debug (flag)
--verbose -v verbose (flag)
--help -h Show command help (flag)
=head2 SUBCOMMANDS
=head3 DELETE
githubcl DELETE <subcommands>
DELETE call
=head3 DELETE /gists/:id
githubcl DELETE /gists/:id <id>
Delete a gist.
Parameters:
id * Id of gist.
=head3 DELETE /gists/:id/comments/:commentId
githubcl DELETE /gists/:id/comments/:commentId <id> <commentId>
Delete a comment.
Parameters:
id * Id of gist.
commentId * Id of comment.
=head3 DELETE /gists/:id/star
githubcl DELETE /gists/:id/star <id>
Unstar a gist.
Parameters:
id * Id of gist.
=head3 DELETE /notifications/threads/:id/subscription
githubcl DELETE /notifications/threads/:id/subscription <id>
Delete a Thread Subscription.
Parameters:
id * Id of thread.
=head3 DELETE /orgs/:org/members/:username
githubcl DELETE /orgs/:org/members/:username <org> <username>
Remove a member.
Parameters:
examples/pod/githubcl.pod view on Meta::CPAN
Add team membership.
Parameters:
teamId * Id of team.
username * Name of a member.
=head3 PUT /teams/:teamId/repos/:org/:repo
githubcl PUT /teams/:teamId/repos/:org/:repo <teamId> <org> <repo>
In order to add a repository to a team, the authen...
Parameters:
teamId * Id of team.
org * Name of a organization.
repo * Name of a repository.
=head3 PUT /user/following/:username
githubcl PUT /user/following/:username <username>
Follow a user.
Parameters:
username * Name of user.
=head3 PUT /user/starred/:owner/:repo
githubcl PUT /user/starred/:owner/:repo <owner> <repo>
Star a repository.
Parameters:
owner * Name of a repository owner.
repo * Name of a repository.
=head3 PUT /user/subscriptions/:owner/:repo
githubcl PUT /user/subscriptions/:owner/:repo <owner> <repo>
Watch a repository.
Parameters:
owner * Name of the owner.
repo * Name of repository.
=head3 help
githubcl help <subcommands> [options]
Show command help
Options:
--all (flag)
=head3 _meta
githubcl _meta <subcommands>
Information and utilities for this app
=head3 _meta completion
githubcl _meta completion <subcommands>
Shell completion functions
=head3 _meta completion generate
githubcl _meta completion generate [options]
Generate self completion
Options:
--name name of the program (optional, override name in spec)
--zsh for zsh (flag)
--bash for bash (flag)
=head3 _meta pod
githubcl _meta pod <subcommands>
Pod documentation
=head3 _meta pod generate
githubcl _meta pod generate
Generate self pod
( run in 0.539 second using v1.01-cache-2.11-cpan-39bf76dae61 )