Documentation ¶
Index ¶
- func Builder() *cobra.Command
- func JobsBuilder() *cobra.Command
- func JobsCollectOptsBuilder() *cobra.Command
- func JobsDeleteOptsBuilder() *cobra.Command
- func JobsDownloadOptsBuilder() *cobra.Command
- func JobsListOptsBuilder() *cobra.Command
- type JobsCollectOpts
- type JobsDeleteOpts
- type JobsDownloadOpts
- type JobsListOpts
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func JobsBuilder ¶
func JobsCollectOptsBuilder ¶
mongocli om logs jobs collect <resourceType> <resourceName> --sizeRequestedPerFileBytes size --type type --redacted redacted [--projectId projectId]
func JobsDeleteOptsBuilder ¶
mongocli om logs jobs delete <ID> [--projectId projectId] [--force]
func JobsDownloadOptsBuilder ¶
mongocli om logs jobs download <ID> [--out out] [--projectId projectId]
func JobsListOptsBuilder ¶
mongocli om logs jobs list --verbose verbose [--projectId projectId]
Types ¶
type JobsCollectOpts ¶
type JobsCollectOpts struct { cli.GlobalOpts cli.OutputOpts // contains filtered or unexported fields }
func (*JobsCollectOpts) Run ¶
func (opts *JobsCollectOpts) Run() error
type JobsDeleteOpts ¶
type JobsDeleteOpts struct { cli.GlobalOpts *cli.DeleteOpts // contains filtered or unexported fields }
func (*JobsDeleteOpts) Run ¶
func (opts *JobsDeleteOpts) Run() error
type JobsDownloadOpts ¶
type JobsDownloadOpts struct { cli.GlobalOpts cli.DownloaderOpts // contains filtered or unexported fields }
func (*JobsDownloadOpts) Run ¶
func (opts *JobsDownloadOpts) Run() error
type JobsListOpts ¶
type JobsListOpts struct { cli.GlobalOpts cli.OutputOpts // contains filtered or unexported fields }
func (*JobsListOpts) Run ¶
func (opts *JobsListOpts) Run() error
Click to show internal directories.
Click to hide internal directories.