Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DescribeBuilder ¶
DescribeBuilder atlas user(s) describe [--id id|--username USERNAME].
func InviteBuilder ¶
InviteBuilder atlas users(s) invite --username username --password password --country country --email email --mobile mobile --firstName firstName --lastName lastName --team team1,team2 --orgRole orgID:ROLE_NAME --projectRole projectID:ROLE_NAME.
Types ¶
type DescribeOpts ¶
type DescribeOpts struct { cli.OutputOpts // contains filtered or unexported fields }
func (*DescribeOpts) Run ¶
func (opts *DescribeOpts) Run() error
type InviteOpts ¶
type InviteOpts struct { cli.OutputOpts cli.InputOpts // contains filtered or unexported fields }
func (*InviteOpts) Prompt ¶
func (opts *InviteOpts) Prompt() error
func (*InviteOpts) Run ¶
func (opts *InviteOpts) Run() error
Click to show internal directories.
Click to hide internal directories.