Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteBuilder ¶
atlas organization(s) invitation(s) delete <invitationId> [--force] [--orgId orgId].
func DescribeBuilder ¶
atlas organizations(s) invitations describe|get <ID> [--orgId orgId].
func InviteBuilder ¶
atlas organization(s) invitation(s) invite|create <email> --role role [--teamId teamId] [--orgId orgId].
func ListBuilder ¶
atlas organizations(s) invitations list [--email email] [--orgId orgId].
func UpdateBuilder ¶
atlas organization(s) invitation(s) updates [invitationId] --role role [--orgId orgId] [--email email].
Types ¶
type DeleteOpts ¶
type DeleteOpts struct { *cli.DeleteOpts cli.GlobalOpts // contains filtered or unexported fields }
func (*DeleteOpts) Run ¶
func (opts *DeleteOpts) Run() error
type DescribeOpts ¶
type DescribeOpts struct { cli.OutputOpts cli.GlobalOpts // contains filtered or unexported fields }
func (*DescribeOpts) Run ¶
func (opts *DescribeOpts) Run() error
type InviteOpts ¶
type InviteOpts struct { cli.OutputOpts cli.GlobalOpts // contains filtered or unexported fields }
func (*InviteOpts) Run ¶
func (opts *InviteOpts) Run() error
type ListOpts ¶
type ListOpts struct { cli.GlobalOpts cli.OutputOpts // contains filtered or unexported fields }
type UpdateOpts ¶
type UpdateOpts struct { cli.GlobalOpts cli.OutputOpts // contains filtered or unexported fields }
func (*UpdateOpts) Run ¶
func (opts *UpdateOpts) Run() error
Click to show internal directories.
Click to hide internal directories.