Documentation
¶
Overview ¶
Copyright 2020 MongoDB Inc
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
Constants ¶
const ( Automation = "Manage automation configuration for your project." ShowAutomationStatus = "Show the current status of the automation config." UpdateAutomationConfig = "This operation is unsupported by mongocli, use at your own risk." DescribeAutomationConfig = "This operation is unsupported by mongocli, use at your own risk." WatchAutomationStatus = "Watch for automation changes to be completed." )
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 // contains filtered or unexported fields }
func (*DescribeOpts) Run ¶
func (opts *DescribeOpts) Run() error
type StatusOpts ¶
type StatusOpts struct { cli.GlobalOpts // 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