Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddBuilder ¶
atlas team(s) user(s) add <userId> [userId]... --teamId teamId --orgId orgId.
func DeleteBuilder ¶
atlas team(s) users(s) delete <ID> [--force] --orgId orgId --teamId teamId.
func ListBuilder ¶
atlas team(s) user(s) list --orgId orgId --teamId teamId.
Types ¶
type AddOpts ¶
type AddOpts struct { cli.GlobalOpts cli.OutputOpts // contains filtered or unexported fields }
type DeleteOpts ¶
type DeleteOpts struct { cli.GlobalOpts *cli.DeleteOpts // contains filtered or unexported fields }
func (*DeleteOpts) Run ¶
func (opts *DeleteOpts) Run() error
Click to show internal directories.
Click to hide internal directories.