Documentation
¶
Index ¶
- func Builder() *cobra.Command
- func OrganizationsBuilder() *cobra.Command
- func OrganizationsCreateBuilder() *cobra.Command
- func OrganizationsDeleteBuilder() *cobra.Command
- func OrganizationsListBuilder() *cobra.Command
- func ProjectsBuilder() *cobra.Command
- func ProjectsCreateBuilder() *cobra.Command
- func ProjectsDeleteBuilder() *cobra.Command
- func ProjectsListBuilder() *cobra.Command
- type OrganizationsCreateOpts
- type OrganizationsDeleteOpts
- type OrganizationsListOpts
- type ProjectsCreateOpts
- type ProjectsDeleteOpts
- type ProjectsListOpts
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OrganizationsBuilder ¶
func OrganizationsCreateBuilder ¶
mongocli iam organization(s) create <name>
func OrganizationsDeleteBuilder ¶
mongocli iam organization(s) delete <ID> [--force]
func OrganizationsListBuilder ¶
mongocli iam organizations(s) list
func ProjectsBuilder ¶
func ProjectsCreateBuilder ¶
mongocli iam project(s) create <name> [--orgId orgId]
func ProjectsDeleteBuilder ¶
mongocli iam project(s) delete <ID> [--orgId orgId]
func ProjectsListBuilder ¶
mongocli iam project(s) list [--orgId orgId]
Types ¶
type OrganizationsCreateOpts ¶
type OrganizationsCreateOpts struct {
// contains filtered or unexported fields
}
func (*OrganizationsCreateOpts) Run ¶
func (opts *OrganizationsCreateOpts) Run() error
type OrganizationsDeleteOpts ¶
type OrganizationsDeleteOpts struct {
*cli.DeleteOpts
// contains filtered or unexported fields
}
func (*OrganizationsDeleteOpts) Run ¶
func (opts *OrganizationsDeleteOpts) Run() error
type OrganizationsListOpts ¶
type OrganizationsListOpts struct {
// contains filtered or unexported fields
}
func (*OrganizationsListOpts) Run ¶
func (opts *OrganizationsListOpts) Run() error
type ProjectsCreateOpts ¶
type ProjectsCreateOpts struct {
cli.GlobalOpts
// contains filtered or unexported fields
}
func (*ProjectsCreateOpts) Run ¶
func (opts *ProjectsCreateOpts) Run() error
type ProjectsDeleteOpts ¶
type ProjectsDeleteOpts struct {
*cli.DeleteOpts
// contains filtered or unexported fields
}
func (*ProjectsDeleteOpts) Run ¶
func (opts *ProjectsDeleteOpts) Run() error
type ProjectsListOpts ¶
type ProjectsListOpts struct {
cli.GlobalOpts
cli.ListOpts
// contains filtered or unexported fields
}
func (*ProjectsListOpts) Run ¶
func (opts *ProjectsListOpts) Run() error
Click to show internal directories.
Click to hide internal directories.