 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DescribeBuilder ¶
mongocli ops-manager automation describe [--projectId projectId].
func StatusBuilder ¶
mongocli ops-manager automation status [--projectId projectId].
func UpdateBuilder ¶
mongocli om automation update --projectId projectId --file myfile.json.
func WatchBuilder ¶
mongocli ops-manager automation watch [--projectId projectId].
Types ¶
type DescribeOpts ¶
type DescribeOpts struct {
	cli.GlobalOpts
	cli.OutputOpts
	// contains filtered or unexported fields
}
    func (*DescribeOpts) Run ¶
func (opts *DescribeOpts) Run() error
type StatusOpts ¶
type StatusOpts struct {
	cli.GlobalOpts
	cli.OutputOpts
	// contains filtered or unexported fields
}
    func (*StatusOpts) Run ¶
func (opts *StatusOpts) Run() error
type UpdateOpts ¶
type UpdateOpts struct {
	cli.GlobalOpts
	// contains filtered or unexported fields
}
    func (*UpdateOpts) Run ¶
func (opts *UpdateOpts) Run() error
 Click to show internal directories. 
   Click to hide internal directories.