Man page - dpt-invite-github(1)
Packages contas this manual
- dpt-shell-lib(1)
- dpt-debian-upstream(1)
- dpt(1)
- dpt-upstream-repo(1)
- dpt-import-orig(1)
- dpt-fixup(1)
- dpt-salsa(1)
- dpt-missing-upload(1)
- dpt-never-uploaded(1)
- dpt-prepare(1)
- dpt-config(5)
- dpt-repack.sh(1)
- dpt-missing-upstream(1)
- pristine-orig(1)
- bts-srcpkg(1)
- dpt-uscan(1)
- dpt-packagecheck(1)
- dpt-dch-note(1)
- patchedit(1)
- dpt-new-upstream(1)
- dpt-takeover(1)
- dpt-co(1)
- dpt-gen-itp(1)
- dpt-push(1)
- dpt-invite-github(1)
- dpt-github-oauth(1)
- dpt-lp-mass-subscribe(1)
- dpt-lib.sh(5)
- dpt-ready-for-upload(1)
- dh-make-perl-dev(1)
- dpt-gc(1)
- dpt-ci-failures(1)
- dpt-get-ubuntu-packages(1)
- dpt-clean-mr-repos(1)
- bts-retitle(1)
- dpt-missing-pristine-tar(1)
- dpt-rename-uploader(1)
- dpt-checkout(1)
- dpt-forward(1)
- dpt-cd(1)
apt-get install pkg-perl-tools
Manual
| dpt-invite-github(1) | Debian Perl packaging Tools | dpt-invite-github(1) |
NAME
dpt-invite-github - Invite someone to a GitHub organization
SYNOPSIS
dpt invite-github [option...] {github-username}
DESCRIPTION
dpt invite-github can be used for inviting people to become members of a GitHub organization. You can set the organization name through "DPT_GITHUB_ORGNAME" environment variable (defaults to pkg-perl-tools).
This script needs the "DPT_GITHUB_OAUTH" environment variable, which can be set in ~/.dpt.conf or ~/.config/dpt.conf. Cf. dpt-github-oauth(1) and dpt-config(5).
You need to have write access to the "admin:org" scope to be able to manage organization memberships. Please, make sure the token you use has that scope in <https://github.com/settings/tokens>.
OPTIONS
- --role name
- This option sets the role for the user. Valid roles are admin or member, which is the default.
- --force
- Use this option if the GitHub user is already a member of the organization and you want to change their role anyway.
LICENSE AND COPYRIGHT
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.
| 2025-02-28 | pkg-perl-tools 0.82 |