├── .atlas-sdk-version ├── .gitattributes ├── .githooks └── pre-commit ├── .github ├── CODEOWNERS ├── ISSUE_TEMPLATE │ ├── bug_report.md │ └── config.yml ├── actionlint-matcher.json ├── dependabot.yml ├── labeler.yaml ├── pull_request_template.md └── workflows │ ├── autoupdate-sdk.yaml │ ├── autoupdate-spec.yaml │ ├── breaking-changes.yaml │ ├── close-jira.yml │ ├── code-health.yml │ ├── dependabot-create-jira-issue.yml │ ├── dependabot-update-purls.yml │ ├── docker-release.yml │ ├── generate-augmented-sbom.yml │ ├── issues.yml │ ├── labeler.yaml │ ├── stale.yml │ ├── update-e2e-tests.yml │ └── update-ssdlc-report.yaml ├── .gitignore ├── .golangci.yml ├── .hadolint.yaml ├── .snyk ├── CHANGELOG.md ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── Dockerfile ├── LICENSE ├── LICENSING-NOTES.txt ├── Makefile ├── README.md ├── RELEASING.md ├── SECURITY.md ├── assets └── atlas-cli-icon.png ├── bin └── .keep ├── cmd └── atlas │ ├── atlas.go │ └── atlas_test.go ├── compliance ├── .keep ├── v1.43.0 │ └── ssdlc-compliance-1.43.0.md ├── v1.43.1 │ └── ssdlc-compliance-1.43.1.md ├── v1.43.2 │ └── ssdlc-compliance-1.43.2.md ├── v1.44.0 │ └── ssdlc-compliance-1.44.0.md ├── v1.45.0 │ └── ssdlc-compliance-1.45.0.md ├── v1.45.1 │ └── ssdlc-compliance-1.45.1.md ├── v1.46.2 │ └── ssdlc-compliance-1.46.2.md ├── v1.46.3 │ └── ssdlc-compliance-1.46.3.md ├── v1.46.4 │ └── ssdlc-compliance-1.46.4.md ├── v1.47.0 │ └── ssdlc-compliance-1.47.0.md ├── v1.48.0 │ └── ssdlc-compliance-1.48.0.md ├── v1.49.0 │ └── ssdlc-compliance-1.49.0.md ├── v1.50.0 │ └── ssdlc-compliance-1.50.0.md ├── v1.50.1 │ └── ssdlc-compliance-1.50.1.md └── v1.51.0 │ └── ssdlc-compliance-1.51.0.md ├── cov └── .gitkeep ├── dist └── .keep ├── docs ├── command │ ├── atlas-accessLists-create.txt │ ├── atlas-accessLists-delete.txt │ ├── atlas-accessLists-describe.txt │ ├── atlas-accessLists-list.txt │ ├── atlas-accessLists.txt │ ├── atlas-accessLogs-list.txt │ ├── atlas-accessLogs.txt │ ├── atlas-alerts-acknowledge.txt │ ├── atlas-alerts-describe.txt │ ├── atlas-alerts-list.txt │ ├── atlas-alerts-settings-create.txt │ ├── atlas-alerts-settings-delete.txt │ ├── atlas-alerts-settings-describe.txt │ ├── atlas-alerts-settings-disable.txt │ ├── atlas-alerts-settings-enable.txt │ ├── atlas-alerts-settings-fields-type.txt │ ├── atlas-alerts-settings-fields.txt │ ├── atlas-alerts-settings-list.txt │ ├── atlas-alerts-settings-update.txt │ ├── atlas-alerts-settings.txt │ ├── atlas-alerts-unacknowledge.txt │ ├── atlas-alerts.txt │ ├── atlas-api-accessTracking-getAccessHistoryCluster.txt │ ├── atlas-api-accessTracking-getAccessHistoryProcess.txt │ ├── atlas-api-accessTracking.txt │ ├── atlas-api-alertConfigurations-createAlertConfig.txt │ ├── atlas-api-alertConfigurations-deleteAlertConfig.txt │ ├── atlas-api-alertConfigurations-getAlertConfig.txt │ ├── atlas-api-alertConfigurations-getAlertConfigs.txt │ ├── atlas-api-alertConfigurations-listAlertConfigs.txt │ ├── atlas-api-alertConfigurations-listMatcherFieldNames.txt │ ├── atlas-api-alertConfigurations-toggleAlertConfig.txt │ ├── atlas-api-alertConfigurations-updateAlertConfig.txt │ ├── atlas-api-alertConfigurations.txt │ ├── atlas-api-alerts-acknowledgeAlert.txt │ ├── atlas-api-alerts-getAlert.txt │ ├── atlas-api-alerts-getAlertConfigAlerts.txt │ ├── atlas-api-alerts-listAlerts.txt │ ├── atlas-api-alerts.txt │ ├── atlas-api-atlasSearch-createClusterFtsIndex.txt │ ├── atlas-api-atlasSearch-createClusterSearchDeployment.txt │ ├── atlas-api-atlasSearch-createClusterSearchIndex.txt │ ├── atlas-api-atlasSearch-deleteClusterFtsIndex.txt │ ├── atlas-api-atlasSearch-deleteClusterSearchDeployment.txt │ ├── atlas-api-atlasSearch-deleteClusterSearchIndex.txt │ ├── atlas-api-atlasSearch-deleteIndexByName.txt │ ├── atlas-api-atlasSearch-getClusterFtsIndex.txt │ ├── atlas-api-atlasSearch-getClusterSearchDeployment.txt │ ├── atlas-api-atlasSearch-getClusterSearchIndex.txt │ ├── atlas-api-atlasSearch-getIndexByName.txt │ ├── atlas-api-atlasSearch-listClusterFtsIndex.txt │ ├── atlas-api-atlasSearch-listClusterSearchIndexes.txt │ ├── atlas-api-atlasSearch-listSearchIndex.txt │ ├── atlas-api-atlasSearch-updateClusterFtsIndex.txt │ ├── atlas-api-atlasSearch-updateClusterSearchDeployment.txt │ ├── atlas-api-atlasSearch-updateClusterSearchIndex.txt │ ├── atlas-api-atlasSearch-updateIndexByName.txt │ ├── atlas-api-atlasSearch.txt │ ├── atlas-api-auditing-getGroupAuditLog.txt │ ├── atlas-api-auditing-updateAuditLog.txt │ ├── atlas-api-auditing.txt │ ├── atlas-api-awsClustersDns-getAwsCustomDns.txt │ ├── atlas-api-awsClustersDns-toggleAwsCustomDns.txt │ ├── atlas-api-awsClustersDns.txt │ ├── atlas-api-cloudBackups-cancelBackupRestoreJob.txt │ ├── atlas-api-cloudBackups-createBackupExport.txt │ ├── atlas-api-cloudBackups-createBackupRestoreJob.txt │ ├── atlas-api-cloudBackups-createExportBucket.txt │ ├── atlas-api-cloudBackups-createServerlessRestoreJob.txt │ ├── atlas-api-cloudBackups-deleteBackupShardedCluster.txt │ ├── atlas-api-cloudBackups-deleteClusterBackupSchedule.txt │ ├── atlas-api-cloudBackups-deleteClusterBackupSnapshot.txt │ ├── atlas-api-cloudBackups-deleteExportBucket.txt │ ├── atlas-api-cloudBackups-disableCompliancePolicy.txt │ ├── atlas-api-cloudBackups-getBackupExport.txt │ ├── atlas-api-cloudBackups-getBackupRestoreJob.txt │ ├── atlas-api-cloudBackups-getBackupSchedule.txt │ ├── atlas-api-cloudBackups-getBackupShardedCluster.txt │ ├── atlas-api-cloudBackups-getClusterBackupSnapshot.txt │ ├── atlas-api-cloudBackups-getCompliancePolicy.txt │ ├── atlas-api-cloudBackups-getExportBucket.txt │ ├── atlas-api-cloudBackups-getServerlessBackupSnapshot.txt │ ├── atlas-api-cloudBackups-getServerlessRestoreJob.txt │ ├── atlas-api-cloudBackups-listBackupExports.txt │ ├── atlas-api-cloudBackups-listBackupRestoreJobs.txt │ ├── atlas-api-cloudBackups-listBackupShardedClusters.txt │ ├── atlas-api-cloudBackups-listBackupSnapshots.txt │ ├── atlas-api-cloudBackups-listExportBuckets.txt │ ├── atlas-api-cloudBackups-listServerlessBackupSnapshots.txt │ ├── atlas-api-cloudBackups-listServerlessRestoreJobs.txt │ ├── atlas-api-cloudBackups-takeSnapshots.txt │ ├── atlas-api-cloudBackups-updateBackupSchedule.txt │ ├── atlas-api-cloudBackups-updateBackupSnapshot.txt │ ├── atlas-api-cloudBackups-updateCompliancePolicy.txt │ ├── atlas-api-cloudBackups.txt │ ├── atlas-api-cloudMigrationService-createGroupLiveMigration.txt │ ├── atlas-api-cloudMigrationService-createLinkToken.txt │ ├── atlas-api-cloudMigrationService-cutoverMigration.txt │ ├── atlas-api-cloudMigrationService-deleteLinkTokens.txt │ ├── atlas-api-cloudMigrationService-getGroupLiveMigration.txt │ ├── atlas-api-cloudMigrationService-getMigrationValidateStatus.txt │ ├── atlas-api-cloudMigrationService-listAvailableProjects.txt │ ├── atlas-api-cloudMigrationService-validateLiveMigrations.txt │ ├── atlas-api-cloudMigrationService.txt │ ├── atlas-api-cloudProviderAccess-authorizeProviderAccessRole.txt │ ├── atlas-api-cloudProviderAccess-createCloudProviderAccess.txt │ ├── atlas-api-cloudProviderAccess-deauthorizeProviderAccessRole.txt │ ├── atlas-api-cloudProviderAccess-getCloudProviderAccess.txt │ ├── atlas-api-cloudProviderAccess-listCloudProviderAccess.txt │ ├── atlas-api-cloudProviderAccess.txt │ ├── atlas-api-clusterOutageSimulation-endOutageSimulation.txt │ ├── atlas-api-clusterOutageSimulation-getOutageSimulation.txt │ ├── atlas-api-clusterOutageSimulation-startOutageSimulation.txt │ ├── atlas-api-clusterOutageSimulation.txt │ ├── atlas-api-clusters-autoScalingConfiguration.txt │ ├── atlas-api-clusters-createCluster.txt │ ├── atlas-api-clusters-deleteCluster.txt │ ├── atlas-api-clusters-getCluster.txt │ ├── atlas-api-clusters-getClusterStatus.txt │ ├── atlas-api-clusters-getProcessArgs.txt │ ├── atlas-api-clusters-getSampleDatasetLoad.txt │ ├── atlas-api-clusters-grantMongoEmployeeAccess.txt │ ├── atlas-api-clusters-listClusterDetails.txt │ ├── atlas-api-clusters-listClusterProviderRegions.txt │ ├── atlas-api-clusters-listClusters.txt │ ├── atlas-api-clusters-pinFeatureCompatibilityVersion.txt │ ├── atlas-api-clusters-requestSampleDatasetLoad.txt │ ├── atlas-api-clusters-restartPrimaries.txt │ ├── atlas-api-clusters-revokeMongoEmployeeAccess.txt │ ├── atlas-api-clusters-unpinFeatureCompatibilityVersion.txt │ ├── atlas-api-clusters-updateCluster.txt │ ├── atlas-api-clusters-updateProcessArgs.txt │ ├── atlas-api-clusters-upgradeTenantUpgrade.txt │ ├── atlas-api-clusters.txt │ ├── atlas-api-collectionLevelMetrics-getClusterNamespaces.txt │ ├── atlas-api-collectionLevelMetrics-getProcessNamespaces.txt │ ├── atlas-api-collectionLevelMetrics-listCollStatMeasurements.txt │ ├── atlas-api-collectionLevelMetrics-listCollStatMetrics.txt │ ├── atlas-api-collectionLevelMetrics-listPinnedNamespaces.txt │ ├── atlas-api-collectionLevelMetrics-listProcessMeasurements.txt │ ├── atlas-api-collectionLevelMetrics-pinNamespaces.txt │ ├── atlas-api-collectionLevelMetrics-unpinNamespaces.txt │ ├── atlas-api-collectionLevelMetrics-updatePinnedNamespaces.txt │ ├── atlas-api-collectionLevelMetrics.txt │ ├── atlas-api-customDatabaseRoles-createCustomDbRole.txt │ ├── atlas-api-customDatabaseRoles-deleteCustomDbRole.txt │ ├── atlas-api-customDatabaseRoles-getCustomDbRole.txt │ ├── atlas-api-customDatabaseRoles-listCustomDbRoles.txt │ ├── atlas-api-customDatabaseRoles-updateCustomDbRole.txt │ ├── atlas-api-customDatabaseRoles.txt │ ├── atlas-api-dataFederation-createDataFederation.txt │ ├── atlas-api-dataFederation-createPrivateEndpointId.txt │ ├── atlas-api-dataFederation-deleteDataFederation.txt │ ├── atlas-api-dataFederation-deleteDataFederationLimit.txt │ ├── atlas-api-dataFederation-deletePrivateEndpointId.txt │ ├── atlas-api-dataFederation-downloadFederationQueryLogs.txt │ ├── atlas-api-dataFederation-getDataFederation.txt │ ├── atlas-api-dataFederation-getDataFederationLimit.txt │ ├── atlas-api-dataFederation-getPrivateEndpointId.txt │ ├── atlas-api-dataFederation-listDataFederation.txt │ ├── atlas-api-dataFederation-listDataFederationLimits.txt │ ├── atlas-api-dataFederation-listPrivateEndpointIds.txt │ ├── atlas-api-dataFederation-setDataFederationLimit.txt │ ├── atlas-api-dataFederation-updateDataFederation.txt │ ├── atlas-api-dataFederation.txt │ ├── atlas-api-databaseUsers-createDatabaseUser.txt │ ├── atlas-api-databaseUsers-deleteDatabaseUser.txt │ ├── atlas-api-databaseUsers-getDatabaseUser.txt │ ├── atlas-api-databaseUsers-listDatabaseUsers.txt │ ├── atlas-api-databaseUsers-updateDatabaseUser.txt │ ├── atlas-api-databaseUsers.txt │ ├── atlas-api-encryptionAtRestUsingCustomerKeyManagement-createRestPrivateEndpoint.txt │ ├── atlas-api-encryptionAtRestUsingCustomerKeyManagement-getEncryptionAtRest.txt │ ├── atlas-api-encryptionAtRestUsingCustomerKeyManagement-getRestPrivateEndpoint.txt │ ├── atlas-api-encryptionAtRestUsingCustomerKeyManagement-listRestPrivateEndpoints.txt │ ├── atlas-api-encryptionAtRestUsingCustomerKeyManagement-requestPrivateEndpointDeletion.txt │ ├── atlas-api-encryptionAtRestUsingCustomerKeyManagement-updateEncryptionAtRest.txt │ ├── atlas-api-encryptionAtRestUsingCustomerKeyManagement.txt │ ├── atlas-api-events-getGroupEvent.txt │ ├── atlas-api-events-getOrgEvent.txt │ ├── atlas-api-events-listEventTypes.txt │ ├── atlas-api-events-listGroupEvents.txt │ ├── atlas-api-events-listOrgEvents.txt │ ├── atlas-api-events.txt │ ├── atlas-api-federatedAuthentication-createIdentityProvider.txt │ ├── atlas-api-federatedAuthentication-createRoleMapping.txt │ ├── atlas-api-federatedAuthentication-deleteFederationSetting.txt │ ├── atlas-api-federatedAuthentication-deleteIdentityProvider.txt │ ├── atlas-api-federatedAuthentication-deleteRoleMapping.txt │ ├── atlas-api-federatedAuthentication-getConnectedOrgConfig.txt │ ├── atlas-api-federatedAuthentication-getFederationSettings.txt │ ├── atlas-api-federatedAuthentication-getIdentityProvider.txt │ ├── atlas-api-federatedAuthentication-getIdentityProviderMetadata.txt │ ├── atlas-api-federatedAuthentication-getRoleMapping.txt │ ├── atlas-api-federatedAuthentication-listConnectedOrgConfigs.txt │ ├── atlas-api-federatedAuthentication-listIdentityProviders.txt │ ├── atlas-api-federatedAuthentication-listRoleMappings.txt │ ├── atlas-api-federatedAuthentication-removeConnectedOrgConfig.txt │ ├── atlas-api-federatedAuthentication-revokeIdentityProviderJwks.txt │ ├── atlas-api-federatedAuthentication-updateConnectedOrgConfig.txt │ ├── atlas-api-federatedAuthentication-updateIdentityProvider.txt │ ├── atlas-api-federatedAuthentication-updateRoleMapping.txt │ ├── atlas-api-federatedAuthentication.txt │ ├── atlas-api-flexClusters-createFlexCluster.txt │ ├── atlas-api-flexClusters-deleteFlexCluster.txt │ ├── atlas-api-flexClusters-getFlexCluster.txt │ ├── atlas-api-flexClusters-listFlexClusters.txt │ ├── atlas-api-flexClusters-tenantUpgrade.txt │ ├── atlas-api-flexClusters-updateFlexCluster.txt │ ├── atlas-api-flexClusters.txt │ ├── atlas-api-flexRestoreJobs-createFlexRestoreJob.txt │ ├── atlas-api-flexRestoreJobs-getFlexRestoreJob.txt │ ├── atlas-api-flexRestoreJobs-listFlexRestoreJobs.txt │ ├── atlas-api-flexRestoreJobs.txt │ ├── atlas-api-flexSnapshots-downloadFlexBackup.txt │ ├── atlas-api-flexSnapshots-getFlexBackupSnapshot.txt │ ├── atlas-api-flexSnapshots-listFlexBackupSnapshots.txt │ ├── atlas-api-flexSnapshots.txt │ ├── atlas-api-globalClusters-createCustomZoneMapping.txt │ ├── atlas-api-globalClusters-createManagedNamespace.txt │ ├── atlas-api-globalClusters-deleteCustomZoneMapping.txt │ ├── atlas-api-globalClusters-deleteManagedNamespaces.txt │ ├── atlas-api-globalClusters-getClusterGlobalWrites.txt │ ├── atlas-api-globalClusters.txt │ ├── atlas-api-invoices-createCostExplorerProcess.txt │ ├── atlas-api-invoices-getCostExplorerUsage.txt │ ├── atlas-api-invoices-getInvoice.txt │ ├── atlas-api-invoices-getInvoiceCsv.txt │ ├── atlas-api-invoices-listInvoicePending.txt │ ├── atlas-api-invoices-listInvoices.txt │ ├── atlas-api-invoices-searchInvoiceLineItems.txt │ ├── atlas-api-invoices.txt │ ├── atlas-api-ldapConfiguration-deleteLdapUserMapping.txt │ ├── atlas-api-ldapConfiguration-getUserSecurity.txt │ ├── atlas-api-ldapConfiguration-getUserSecurityVerify.txt │ ├── atlas-api-ldapConfiguration-updateUserSecurity.txt │ ├── atlas-api-ldapConfiguration-verifyUserSecurityLdap.txt │ ├── atlas-api-ldapConfiguration.txt │ ├── atlas-api-legacyBackup-createClusterRestoreJob.txt │ ├── atlas-api-legacyBackup-deleteClusterSnapshot.txt │ ├── atlas-api-legacyBackup-getClusterBackupCheckpoint.txt │ ├── atlas-api-legacyBackup-getClusterRestoreJob.txt │ ├── atlas-api-legacyBackup-getClusterSnapshot.txt │ ├── atlas-api-legacyBackup-getClusterSnapshotSchedule.txt │ ├── atlas-api-legacyBackup-listClusterBackupCheckpoints.txt │ ├── atlas-api-legacyBackup-listClusterRestoreJobs.txt │ ├── atlas-api-legacyBackup-listClusterSnapshots.txt │ ├── atlas-api-legacyBackup-updateClusterSnapshot.txt │ ├── atlas-api-legacyBackup-updateClusterSnapshotSchedule.txt │ ├── atlas-api-legacyBackup.txt │ ├── atlas-api-maintenanceWindows-deferMaintenanceWindow.txt │ ├── atlas-api-maintenanceWindows-getMaintenanceWindow.txt │ ├── atlas-api-maintenanceWindows-resetMaintenanceWindow.txt │ ├── atlas-api-maintenanceWindows-toggleMaintenanceAutoDefer.txt │ ├── atlas-api-maintenanceWindows-updateMaintenanceWindow.txt │ ├── atlas-api-maintenanceWindows.txt │ ├── atlas-api-mongoDbCloudUsers-addGroupUserRole.txt │ ├── atlas-api-mongoDbCloudUsers-addGroupUsers.txt │ ├── atlas-api-mongoDbCloudUsers-addOrgRole.txt │ ├── atlas-api-mongoDbCloudUsers-addOrgTeamUser.txt │ ├── atlas-api-mongoDbCloudUsers-createOrgUser.txt │ ├── atlas-api-mongoDbCloudUsers-createUser.txt │ ├── atlas-api-mongoDbCloudUsers-getGroupUser.txt │ ├── atlas-api-mongoDbCloudUsers-getOrgUser.txt │ ├── atlas-api-mongoDbCloudUsers-getUser.txt │ ├── atlas-api-mongoDbCloudUsers-getUserByName.txt │ ├── atlas-api-mongoDbCloudUsers-listGroupUsers.txt │ ├── atlas-api-mongoDbCloudUsers-listOrgUsers.txt │ ├── atlas-api-mongoDbCloudUsers-listTeamUsers.txt │ ├── atlas-api-mongoDbCloudUsers-removeGroupUser.txt │ ├── atlas-api-mongoDbCloudUsers-removeGroupUserRole.txt │ ├── atlas-api-mongoDbCloudUsers-removeOrgRole.txt │ ├── atlas-api-mongoDbCloudUsers-removeOrgTeamUser.txt │ ├── atlas-api-mongoDbCloudUsers-removeOrgUser.txt │ ├── atlas-api-mongoDbCloudUsers-updateOrgUser.txt │ ├── atlas-api-mongoDbCloudUsers.txt │ ├── atlas-api-monitoringAndLogs-downloadClusterLog.txt │ ├── atlas-api-monitoringAndLogs-getDatabase.txt │ ├── atlas-api-monitoringAndLogs-getDatabaseMeasurements.txt │ ├── atlas-api-monitoringAndLogs-getGroupProcess.txt │ ├── atlas-api-monitoringAndLogs-getIndexMeasurements.txt │ ├── atlas-api-monitoringAndLogs-getProcessDisk.txt │ ├── atlas-api-monitoringAndLogs-getProcessDiskMeasurements.txt │ ├── atlas-api-monitoringAndLogs-getProcessMeasurements.txt │ ├── atlas-api-monitoringAndLogs-listDatabases.txt │ ├── atlas-api-monitoringAndLogs-listGroupProcesses.txt │ ├── atlas-api-monitoringAndLogs-listHostFtsMetrics.txt │ ├── atlas-api-monitoringAndLogs-listIndexMeasurements.txt │ ├── atlas-api-monitoringAndLogs-listMeasurements.txt │ ├── atlas-api-monitoringAndLogs-listProcessDisks.txt │ ├── atlas-api-monitoringAndLogs.txt │ ├── atlas-api-networkPeering-createGroupContainer.txt │ ├── atlas-api-networkPeering-createGroupPeer.txt │ ├── atlas-api-networkPeering-deleteGroupContainer.txt │ ├── atlas-api-networkPeering-deleteGroupPeer.txt │ ├── atlas-api-networkPeering-disablePeering.txt │ ├── atlas-api-networkPeering-getGroupContainer.txt │ ├── atlas-api-networkPeering-getGroupPeer.txt │ ├── atlas-api-networkPeering-listGroupContainerAll.txt │ ├── atlas-api-networkPeering-listGroupContainers.txt │ ├── atlas-api-networkPeering-listGroupPeers.txt │ ├── atlas-api-networkPeering-updateGroupContainer.txt │ ├── atlas-api-networkPeering-updateGroupPeer.txt │ ├── atlas-api-networkPeering-verifyPrivateIpMode.txt │ ├── atlas-api-networkPeering.txt │ ├── atlas-api-onlineArchive-createOnlineArchive.txt │ ├── atlas-api-onlineArchive-deleteOnlineArchive.txt │ ├── atlas-api-onlineArchive-downloadQueryLogs.txt │ ├── atlas-api-onlineArchive-getOnlineArchive.txt │ ├── atlas-api-onlineArchive-listOnlineArchives.txt │ ├── atlas-api-onlineArchive-updateOnlineArchive.txt │ ├── atlas-api-onlineArchive.txt │ ├── atlas-api-organizations-createOrg.txt │ ├── atlas-api-organizations-createOrgInvite.txt │ ├── atlas-api-organizations-deleteOrg.txt │ ├── atlas-api-organizations-deleteOrgInvite.txt │ ├── atlas-api-organizations-getOrg.txt │ ├── atlas-api-organizations-getOrgGroups.txt │ ├── atlas-api-organizations-getOrgInvite.txt │ ├── atlas-api-organizations-getOrgSettings.txt │ ├── atlas-api-organizations-listOrgInvites.txt │ ├── atlas-api-organizations-listOrgs.txt │ ├── atlas-api-organizations-updateOrg.txt │ ├── atlas-api-organizations-updateOrgInviteById.txt │ ├── atlas-api-organizations-updateOrgInvites.txt │ ├── atlas-api-organizations-updateOrgSettings.txt │ ├── atlas-api-organizations-updateOrgUserRoles.txt │ ├── atlas-api-organizations.txt │ ├── atlas-api-performanceAdvisor-disableManagedSlowMs.txt │ ├── atlas-api-performanceAdvisor-enableManagedSlowMs.txt │ ├── atlas-api-performanceAdvisor-getManagedSlowMs.txt │ ├── atlas-api-performanceAdvisor-getServerlessAutoIndexing.txt │ ├── atlas-api-performanceAdvisor-listClusterSuggestedIndexes.txt │ ├── atlas-api-performanceAdvisor-listDropIndexSuggestions.txt │ ├── atlas-api-performanceAdvisor-listPerformanceAdvisorNamespaces.txt │ ├── atlas-api-performanceAdvisor-listSchemaAdvice.txt │ ├── atlas-api-performanceAdvisor-listSlowQueryLogs.txt │ ├── atlas-api-performanceAdvisor-listSuggestedIndexes.txt │ ├── atlas-api-performanceAdvisor-setServerlessAutoIndexing.txt │ ├── atlas-api-performanceAdvisor.txt │ ├── atlas-api-privateEndpointServices-createPrivateEndpoint.txt │ ├── atlas-api-privateEndpointServices-createPrivateEndpointService.txt │ ├── atlas-api-privateEndpointServices-deletePrivateEndpoint.txt │ ├── atlas-api-privateEndpointServices-deletePrivateEndpointService.txt │ ├── atlas-api-privateEndpointServices-getPrivateEndpoint.txt │ ├── atlas-api-privateEndpointServices-getPrivateEndpointService.txt │ ├── atlas-api-privateEndpointServices-getRegionalEndpointMode.txt │ ├── atlas-api-privateEndpointServices-listPrivateEndpointService.txt │ ├── atlas-api-privateEndpointServices-toggleRegionalEndpointMode.txt │ ├── atlas-api-privateEndpointServices.txt │ ├── atlas-api-programmaticApiKeys-addGroupApiKey.txt │ ├── atlas-api-programmaticApiKeys-createGroupApiKey.txt │ ├── atlas-api-programmaticApiKeys-createOrgAccessEntry.txt │ ├── atlas-api-programmaticApiKeys-createOrgApiKey.txt │ ├── atlas-api-programmaticApiKeys-deleteAccessEntry.txt │ ├── atlas-api-programmaticApiKeys-deleteOrgApiKey.txt │ ├── atlas-api-programmaticApiKeys-getOrgAccessEntry.txt │ ├── atlas-api-programmaticApiKeys-getOrgApiKey.txt │ ├── atlas-api-programmaticApiKeys-listGroupApiKeys.txt │ ├── atlas-api-programmaticApiKeys-listOrgAccessEntries.txt │ ├── atlas-api-programmaticApiKeys-listOrgApiKeys.txt │ ├── atlas-api-programmaticApiKeys-removeGroupApiKey.txt │ ├── atlas-api-programmaticApiKeys-updateApiKeyRoles.txt │ ├── atlas-api-programmaticApiKeys-updateOrgApiKey.txt │ ├── atlas-api-programmaticApiKeys.txt │ ├── atlas-api-projectIpAccessList-createAccessListEntry.txt │ ├── atlas-api-projectIpAccessList-deleteAccessListEntry.txt │ ├── atlas-api-projectIpAccessList-getAccessListEntry.txt │ ├── atlas-api-projectIpAccessList-getAccessListStatus.txt │ ├── atlas-api-projectIpAccessList-listAccessListEntries.txt │ ├── atlas-api-projectIpAccessList.txt │ ├── atlas-api-projects-addGroupUser.txt │ ├── atlas-api-projects-createGroup.txt │ ├── atlas-api-projects-createGroupInvite.txt │ ├── atlas-api-projects-deleteGroup.txt │ ├── atlas-api-projects-deleteGroupInvite.txt │ ├── atlas-api-projects-deleteGroupLimit.txt │ ├── atlas-api-projects-getGroup.txt │ ├── atlas-api-projects-getGroupByName.txt │ ├── atlas-api-projects-getGroupInvite.txt │ ├── atlas-api-projects-getGroupIpAddresses.txt │ ├── atlas-api-projects-getGroupLimit.txt │ ├── atlas-api-projects-getGroupSettings.txt │ ├── atlas-api-projects-getMongoDbVersions.txt │ ├── atlas-api-projects-listGroupInvites.txt │ ├── atlas-api-projects-listGroupLimits.txt │ ├── atlas-api-projects-listGroups.txt │ ├── atlas-api-projects-migrateGroup.txt │ ├── atlas-api-projects-setGroupLimit.txt │ ├── atlas-api-projects-updateGroup.txt │ ├── atlas-api-projects-updateGroupInvites.txt │ ├── atlas-api-projects-updateGroupSettings.txt │ ├── atlas-api-projects-updateGroupUserRoles.txt │ ├── atlas-api-projects-updateInviteById.txt │ ├── atlas-api-projects.txt │ ├── atlas-api-pushBasedLogExport-createLogExport.txt │ ├── atlas-api-pushBasedLogExport-deleteLogExport.txt │ ├── atlas-api-pushBasedLogExport-getLogExport.txt │ ├── atlas-api-pushBasedLogExport-updateLogExport.txt │ ├── atlas-api-pushBasedLogExport.txt │ ├── atlas-api-queryShapeInsights-getQueryShapeDetails.txt │ ├── atlas-api-queryShapeInsights-listQueryShapeSummaries.txt │ ├── atlas-api-queryShapeInsights.txt │ ├── atlas-api-resourcePolicies-createOrgResourcePolicy.txt │ ├── atlas-api-resourcePolicies-deleteOrgResourcePolicy.txt │ ├── atlas-api-resourcePolicies-getNonCompliantResources.txt │ ├── atlas-api-resourcePolicies-getOrgResourcePolicy.txt │ ├── atlas-api-resourcePolicies-listOrgResourcePolicies.txt │ ├── atlas-api-resourcePolicies-updateOrgResourcePolicy.txt │ ├── atlas-api-resourcePolicies-validateResourcePolicies.txt │ ├── atlas-api-resourcePolicies.txt │ ├── atlas-api-rollingIndex-createRollingIndex.txt │ ├── atlas-api-rollingIndex.txt │ ├── atlas-api-root-getSystemStatus.txt │ ├── atlas-api-root-listControlPlaneAddresses.txt │ ├── atlas-api-root.txt │ ├── atlas-api-serverlessInstances-createServerlessInstance.txt │ ├── atlas-api-serverlessInstances-deleteServerlessInstance.txt │ ├── atlas-api-serverlessInstances-getServerlessInstance.txt │ ├── atlas-api-serverlessInstances-listServerlessInstances.txt │ ├── atlas-api-serverlessInstances-updateServerlessInstance.txt │ ├── atlas-api-serverlessInstances.txt │ ├── atlas-api-serverlessPrivateEndpoints-createServerlessPrivateEndpoint.txt │ ├── atlas-api-serverlessPrivateEndpoints-deleteServerlessPrivateEndpoint.txt │ ├── atlas-api-serverlessPrivateEndpoints-getServerlessPrivateEndpoint.txt │ ├── atlas-api-serverlessPrivateEndpoints-listServerlessPrivateEndpoint.txt │ ├── atlas-api-serverlessPrivateEndpoints-updateServerlessPrivateEndpoint.txt │ ├── atlas-api-serverlessPrivateEndpoints.txt │ ├── atlas-api-serviceAccounts-createAccessList.txt │ ├── atlas-api-serviceAccounts-createGroupSecret.txt │ ├── atlas-api-serviceAccounts-createGroupServiceAccount.txt │ ├── atlas-api-serviceAccounts-createOrgAccessList.txt │ ├── atlas-api-serviceAccounts-createOrgSecret.txt │ ├── atlas-api-serviceAccounts-createOrgServiceAccount.txt │ ├── atlas-api-serviceAccounts-deleteGroupAccessEntry.txt │ ├── atlas-api-serviceAccounts-deleteGroupSecret.txt │ ├── atlas-api-serviceAccounts-deleteGroupServiceAccount.txt │ ├── atlas-api-serviceAccounts-deleteOrgAccessEntry.txt │ ├── atlas-api-serviceAccounts-deleteOrgSecret.txt │ ├── atlas-api-serviceAccounts-deleteOrgServiceAccount.txt │ ├── atlas-api-serviceAccounts-getGroupServiceAccount.txt │ ├── atlas-api-serviceAccounts-getOrgServiceAccount.txt │ ├── atlas-api-serviceAccounts-getServiceAccountGroups.txt │ ├── atlas-api-serviceAccounts-inviteGroupServiceAccount.txt │ ├── atlas-api-serviceAccounts-listAccessList.txt │ ├── atlas-api-serviceAccounts-listGroupServiceAccounts.txt │ ├── atlas-api-serviceAccounts-listOrgAccessList.txt │ ├── atlas-api-serviceAccounts-listOrgServiceAccounts.txt │ ├── atlas-api-serviceAccounts-updateGroupServiceAccount.txt │ ├── atlas-api-serviceAccounts-updateOrgServiceAccount.txt │ ├── atlas-api-serviceAccounts.txt │ ├── atlas-api-sharedTierRestoreJobs-createBackupTenantRestore.txt │ ├── atlas-api-sharedTierRestoreJobs-getBackupTenantRestore.txt │ ├── atlas-api-sharedTierRestoreJobs-listBackupTenantRestores.txt │ ├── atlas-api-sharedTierRestoreJobs.txt │ ├── atlas-api-sharedTierSnapshots-downloadClusterBackupTenant.txt │ ├── atlas-api-sharedTierSnapshots-getBackupTenantSnapshot.txt │ ├── atlas-api-sharedTierSnapshots-listClusterBackupSnapshots.txt │ ├── atlas-api-sharedTierSnapshots.txt │ ├── atlas-api-streams-acceptVpcPeeringConnection.txt │ ├── atlas-api-streams-createPrivateLinkConnection.txt │ ├── atlas-api-streams-createStreamConnection.txt │ ├── atlas-api-streams-createStreamProcessor.txt │ ├── atlas-api-streams-createStreamWorkspace.txt │ ├── atlas-api-streams-deletePrivateLinkConnection.txt │ ├── atlas-api-streams-deleteStreamConnection.txt │ ├── atlas-api-streams-deleteStreamProcessor.txt │ ├── atlas-api-streams-deleteStreamWorkspace.txt │ ├── atlas-api-streams-deleteVpcPeeringConnection.txt │ ├── atlas-api-streams-downloadAuditLogs.txt │ ├── atlas-api-streams-getAccountDetails.txt │ ├── atlas-api-streams-getPrivateLinkConnection.txt │ ├── atlas-api-streams-getStreamConnection.txt │ ├── atlas-api-streams-getStreamProcessor.txt │ ├── atlas-api-streams-getStreamProcessors.txt │ ├── atlas-api-streams-getStreamWorkspace.txt │ ├── atlas-api-streams-listActivePeeringConnections.txt │ ├── atlas-api-streams-listPrivateLinkConnections.txt │ ├── atlas-api-streams-listStreamConnections.txt │ ├── atlas-api-streams-listStreamWorkspaces.txt │ ├── atlas-api-streams-listVpcPeeringConnections.txt │ ├── atlas-api-streams-rejectVpcPeeringConnection.txt │ ├── atlas-api-streams-startStreamProcessor.txt │ ├── atlas-api-streams-startStreamProcessorWith.txt │ ├── atlas-api-streams-stopStreamProcessor.txt │ ├── atlas-api-streams-updateStreamConnection.txt │ ├── atlas-api-streams-updateStreamProcessor.txt │ ├── atlas-api-streams-updateStreamWorkspace.txt │ ├── atlas-api-streams-withStreamSampleConnections.txt │ ├── atlas-api-streams.txt │ ├── atlas-api-teams-addGroupTeams.txt │ ├── atlas-api-teams-addTeamUsers.txt │ ├── atlas-api-teams-createOrgTeam.txt │ ├── atlas-api-teams-deleteOrgTeam.txt │ ├── atlas-api-teams-getGroupTeam.txt │ ├── atlas-api-teams-getOrgTeam.txt │ ├── atlas-api-teams-getTeamByName.txt │ ├── atlas-api-teams-listGroupTeams.txt │ ├── atlas-api-teams-listOrgTeams.txt │ ├── atlas-api-teams-removeGroupTeam.txt │ ├── atlas-api-teams-removeUserFromTeam.txt │ ├── atlas-api-teams-renameOrgTeam.txt │ ├── atlas-api-teams-updateGroupTeam.txt │ ├── atlas-api-teams.txt │ ├── atlas-api-thirdPartyIntegrations-createGroupIntegration.txt │ ├── atlas-api-thirdPartyIntegrations-deleteGroupIntegration.txt │ ├── atlas-api-thirdPartyIntegrations-getGroupIntegration.txt │ ├── atlas-api-thirdPartyIntegrations-listGroupIntegrations.txt │ ├── atlas-api-thirdPartyIntegrations-updateGroupIntegration.txt │ ├── atlas-api-thirdPartyIntegrations.txt │ ├── atlas-api-x509Authentication-createDatabaseUserCert.txt │ ├── atlas-api-x509Authentication-disableSecurityCustomerX509.txt │ ├── atlas-api-x509Authentication-listDatabaseUserCerts.txt │ ├── atlas-api-x509Authentication.txt │ ├── atlas-api.txt │ ├── atlas-auditing-describe.txt │ ├── atlas-auditing-update.txt │ ├── atlas-auditing.txt │ ├── atlas-auth-login.txt │ ├── atlas-auth-logout.txt │ ├── atlas-auth-register.txt │ ├── atlas-auth-whoami.txt │ ├── atlas-auth.txt │ ├── atlas-backups-compliancePolicy-copyProtection-disable.txt │ ├── atlas-backups-compliancePolicy-copyProtection-enable.txt │ ├── atlas-backups-compliancePolicy-copyProtection.txt │ ├── atlas-backups-compliancePolicy-describe.txt │ ├── atlas-backups-compliancePolicy-enable.txt │ ├── atlas-backups-compliancePolicy-encryptionAtRest-disable.txt │ ├── atlas-backups-compliancePolicy-encryptionAtRest-enable.txt │ ├── atlas-backups-compliancePolicy-encryptionAtRest.txt │ ├── atlas-backups-compliancePolicy-pointInTimeRestores-enable.txt │ ├── atlas-backups-compliancePolicy-pointInTimeRestores.txt │ ├── atlas-backups-compliancePolicy-policies-describe.txt │ ├── atlas-backups-compliancePolicy-policies-ondemand-create.txt │ ├── atlas-backups-compliancePolicy-policies-ondemand-describe.txt │ ├── atlas-backups-compliancePolicy-policies-ondemand-update.txt │ ├── atlas-backups-compliancePolicy-policies-ondemand.txt │ ├── atlas-backups-compliancePolicy-policies-scheduled-create.txt │ ├── atlas-backups-compliancePolicy-policies-scheduled-describe.txt │ ├── atlas-backups-compliancePolicy-policies-scheduled.txt │ ├── atlas-backups-compliancePolicy-policies.txt │ ├── atlas-backups-compliancePolicy-setup.txt │ ├── atlas-backups-compliancePolicy.txt │ ├── atlas-backups-exports-buckets-create.txt │ ├── atlas-backups-exports-buckets-delete.txt │ ├── atlas-backups-exports-buckets-describe.txt │ ├── atlas-backups-exports-buckets-list.txt │ ├── atlas-backups-exports-buckets.txt │ ├── atlas-backups-exports-jobs-create.txt │ ├── atlas-backups-exports-jobs-describe.txt │ ├── atlas-backups-exports-jobs-list.txt │ ├── atlas-backups-exports-jobs-watch.txt │ ├── atlas-backups-exports-jobs.txt │ ├── atlas-backups-exports.txt │ ├── atlas-backups-restores-describe.txt │ ├── atlas-backups-restores-list.txt │ ├── atlas-backups-restores-start.txt │ ├── atlas-backups-restores-watch.txt │ ├── atlas-backups-restores.txt │ ├── atlas-backups-schedule-delete.txt │ ├── atlas-backups-schedule-describe.txt │ ├── atlas-backups-schedule-update.txt │ ├── atlas-backups-schedule.txt │ ├── atlas-backups-snapshots-create.txt │ ├── atlas-backups-snapshots-delete.txt │ ├── atlas-backups-snapshots-describe.txt │ ├── atlas-backups-snapshots-download.txt │ ├── atlas-backups-snapshots-list.txt │ ├── atlas-backups-snapshots-watch.txt │ ├── atlas-backups-snapshots.txt │ ├── atlas-backups.txt │ ├── atlas-cloudProviders-accessRoles-aws-authorize.txt │ ├── atlas-cloudProviders-accessRoles-aws-create.txt │ ├── atlas-cloudProviders-accessRoles-aws-deauthorize.txt │ ├── atlas-cloudProviders-accessRoles-aws.txt │ ├── atlas-cloudProviders-accessRoles-list.txt │ ├── atlas-cloudProviders-accessRoles.txt │ ├── atlas-cloudProviders.txt │ ├── atlas-clusters-advancedSettings-describe.txt │ ├── atlas-clusters-advancedSettings-update.txt │ ├── atlas-clusters-advancedSettings.txt │ ├── atlas-clusters-availableRegions-list.txt │ ├── atlas-clusters-availableRegions.txt │ ├── atlas-clusters-connectionStrings-describe.txt │ ├── atlas-clusters-connectionStrings.txt │ ├── atlas-clusters-create.txt │ ├── atlas-clusters-delete.txt │ ├── atlas-clusters-describe.txt │ ├── atlas-clusters-failover.txt │ ├── atlas-clusters-indexes-create.txt │ ├── atlas-clusters-indexes.txt │ ├── atlas-clusters-list.txt │ ├── atlas-clusters-onlineArchives-create.txt │ ├── atlas-clusters-onlineArchives-delete.txt │ ├── atlas-clusters-onlineArchives-describe.txt │ ├── atlas-clusters-onlineArchives-list.txt │ ├── atlas-clusters-onlineArchives-pause.txt │ ├── atlas-clusters-onlineArchives-start.txt │ ├── atlas-clusters-onlineArchives-update.txt │ ├── atlas-clusters-onlineArchives-watch.txt │ ├── atlas-clusters-onlineArchives.txt │ ├── atlas-clusters-pause.txt │ ├── atlas-clusters-sampleData-describe.txt │ ├── atlas-clusters-sampleData-load.txt │ ├── atlas-clusters-sampleData-watch.txt │ ├── atlas-clusters-sampleData.txt │ ├── atlas-clusters-search-indexes-create.txt │ ├── atlas-clusters-search-indexes-delete.txt │ ├── atlas-clusters-search-indexes-describe.txt │ ├── atlas-clusters-search-indexes-list.txt │ ├── atlas-clusters-search-indexes-update.txt │ ├── atlas-clusters-search-indexes.txt │ ├── atlas-clusters-search-nodes-create.txt │ ├── atlas-clusters-search-nodes-delete.txt │ ├── atlas-clusters-search-nodes-list.txt │ ├── atlas-clusters-search-nodes-update.txt │ ├── atlas-clusters-search-nodes.txt │ ├── atlas-clusters-search.txt │ ├── atlas-clusters-start.txt │ ├── atlas-clusters-update.txt │ ├── atlas-clusters-upgrade.txt │ ├── atlas-clusters-watch.txt │ ├── atlas-clusters.txt │ ├── atlas-completion-bash.txt │ ├── atlas-completion-fish.txt │ ├── atlas-completion-powershell.txt │ ├── atlas-completion-zsh.txt │ ├── atlas-completion.txt │ ├── atlas-config-describe.txt │ ├── atlas-config-edit.txt │ ├── atlas-config-list.txt │ ├── atlas-config-rename.txt │ ├── atlas-config-set.txt │ ├── atlas-config.txt │ ├── atlas-customDbRoles-create.txt │ ├── atlas-customDbRoles-delete.txt │ ├── atlas-customDbRoles-describe.txt │ ├── atlas-customDbRoles-list.txt │ ├── atlas-customDbRoles-update.txt │ ├── atlas-customDbRoles.txt │ ├── atlas-customDns-aws-describe.txt │ ├── atlas-customDns-aws-disable.txt │ ├── atlas-customDns-aws-enable.txt │ ├── atlas-customDns-aws.txt │ ├── atlas-customDns.txt │ ├── atlas-dataFederation-create.txt │ ├── atlas-dataFederation-delete.txt │ ├── atlas-dataFederation-describe.txt │ ├── atlas-dataFederation-list.txt │ ├── atlas-dataFederation-logs.txt │ ├── atlas-dataFederation-privateEndpoints-create.txt │ ├── atlas-dataFederation-privateEndpoints-delete.txt │ ├── atlas-dataFederation-privateEndpoints-describe.txt │ ├── atlas-dataFederation-privateEndpoints-list.txt │ ├── atlas-dataFederation-privateEndpoints.txt │ ├── atlas-dataFederation-queryLimits-create.txt │ ├── atlas-dataFederation-queryLimits-delete.txt │ ├── atlas-dataFederation-queryLimits-describe.txt │ ├── atlas-dataFederation-queryLimits-list.txt │ ├── atlas-dataFederation-queryLimits.txt │ ├── atlas-dataFederation-update.txt │ ├── atlas-dataFederation.txt │ ├── atlas-dbusers-certs-create.txt │ ├── atlas-dbusers-certs-list.txt │ ├── atlas-dbusers-certs.txt │ ├── atlas-dbusers-create.txt │ ├── atlas-dbusers-delete.txt │ ├── atlas-dbusers-describe.txt │ ├── atlas-dbusers-list.txt │ ├── atlas-dbusers-update.txt │ ├── atlas-dbusers.txt │ ├── atlas-deployments-connect.txt │ ├── atlas-deployments-delete.txt │ ├── atlas-deployments-list.txt │ ├── atlas-deployments-logs.txt │ ├── atlas-deployments-pause.txt │ ├── atlas-deployments-search-indexes-create.txt │ ├── atlas-deployments-search-indexes-delete.txt │ ├── atlas-deployments-search-indexes-describe.txt │ ├── atlas-deployments-search-indexes-list.txt │ ├── atlas-deployments-search-indexes.txt │ ├── atlas-deployments-search.txt │ ├── atlas-deployments-setup.txt │ ├── atlas-deployments-start.txt │ ├── atlas-deployments.txt │ ├── atlas-events-organizations-list.txt │ ├── atlas-events-organizations.txt │ ├── atlas-events-projects-list.txt │ ├── atlas-events-projects.txt │ ├── atlas-events.txt │ ├── atlas-federatedAuthentication-federationSettings-connectedOrgConfigs-connect.txt │ ├── atlas-federatedAuthentication-federationSettings-connectedOrgConfigs-delete.txt │ ├── atlas-federatedAuthentication-federationSettings-connectedOrgConfigs-describe.txt │ ├── atlas-federatedAuthentication-federationSettings-connectedOrgConfigs-disconnect.txt │ ├── atlas-federatedAuthentication-federationSettings-connectedOrgConfigs-list.txt │ ├── atlas-federatedAuthentication-federationSettings-connectedOrgConfigs-update.txt │ ├── atlas-federatedAuthentication-federationSettings-connectedOrgConfigs.txt │ ├── atlas-federatedAuthentication-federationSettings-describe.txt │ ├── atlas-federatedAuthentication-federationSettings-identityProvider-create-oidc.txt │ ├── atlas-federatedAuthentication-federationSettings-identityProvider-create.txt │ ├── atlas-federatedAuthentication-federationSettings-identityProvider-delete.txt │ ├── atlas-federatedAuthentication-federationSettings-identityProvider-describe.txt │ ├── atlas-federatedAuthentication-federationSettings-identityProvider-list.txt │ ├── atlas-federatedAuthentication-federationSettings-identityProvider-revokeJwk.txt │ ├── atlas-federatedAuthentication-federationSettings-identityProvider-update-oidc.txt │ ├── atlas-federatedAuthentication-federationSettings-identityProvider-update.txt │ ├── atlas-federatedAuthentication-federationSettings-identityProvider.txt │ ├── atlas-federatedAuthentication-federationSettings.txt │ ├── atlas-federatedAuthentication.txt │ ├── atlas-integrations-create-DATADOG.txt │ ├── atlas-integrations-create-OPS_GENIE.txt │ ├── atlas-integrations-create-PAGER_DUTY.txt │ ├── atlas-integrations-create-VICTOR_OPS.txt │ ├── atlas-integrations-create-WEBHOOK.txt │ ├── atlas-integrations-create.txt │ ├── atlas-integrations-delete.txt │ ├── atlas-integrations-describe.txt │ ├── atlas-integrations-list.txt │ ├── atlas-integrations.txt │ ├── atlas-liveMigrations-create.txt │ ├── atlas-liveMigrations-cutover.txt │ ├── atlas-liveMigrations-describe.txt │ ├── atlas-liveMigrations-link-create.txt │ ├── atlas-liveMigrations-link-delete.txt │ ├── atlas-liveMigrations-link.txt │ ├── atlas-liveMigrations-validation-create.txt │ ├── atlas-liveMigrations-validation-describe.txt │ ├── atlas-liveMigrations-validation.txt │ ├── atlas-liveMigrations.txt │ ├── atlas-logs-download.txt │ ├── atlas-logs.txt │ ├── atlas-maintenanceWindows-clear.txt │ ├── atlas-maintenanceWindows-defer.txt │ ├── atlas-maintenanceWindows-describe.txt │ ├── atlas-maintenanceWindows-update.txt │ ├── atlas-maintenanceWindows.txt │ ├── atlas-metrics-databases-describe.txt │ ├── atlas-metrics-databases-list.txt │ ├── atlas-metrics-databases.txt │ ├── atlas-metrics-disks-describe.txt │ ├── atlas-metrics-disks-list.txt │ ├── atlas-metrics-disks.txt │ ├── atlas-metrics-processes.txt │ ├── atlas-metrics.txt │ ├── atlas-networking-containers-delete.txt │ ├── atlas-networking-containers-list.txt │ ├── atlas-networking-containers.txt │ ├── atlas-networking-peering-create-aws.txt │ ├── atlas-networking-peering-create-azure.txt │ ├── atlas-networking-peering-create-gcp.txt │ ├── atlas-networking-peering-create.txt │ ├── atlas-networking-peering-delete.txt │ ├── atlas-networking-peering-list.txt │ ├── atlas-networking-peering-watch.txt │ ├── atlas-networking-peering.txt │ ├── atlas-networking.txt │ ├── atlas-organizations-apiKeys-accessLists-create.txt │ ├── atlas-organizations-apiKeys-accessLists-delete.txt │ ├── atlas-organizations-apiKeys-accessLists-list.txt │ ├── atlas-organizations-apiKeys-accessLists.txt │ ├── atlas-organizations-apiKeys-assign.txt │ ├── atlas-organizations-apiKeys-create.txt │ ├── atlas-organizations-apiKeys-delete.txt │ ├── atlas-organizations-apiKeys-describe.txt │ ├── atlas-organizations-apiKeys-list.txt │ ├── atlas-organizations-apiKeys.txt │ ├── atlas-organizations-create.txt │ ├── atlas-organizations-delete.txt │ ├── atlas-organizations-describe.txt │ ├── atlas-organizations-invitations-delete.txt │ ├── atlas-organizations-invitations-describe.txt │ ├── atlas-organizations-invitations-invite.txt │ ├── atlas-organizations-invitations-list.txt │ ├── atlas-organizations-invitations-update.txt │ ├── atlas-organizations-invitations.txt │ ├── atlas-organizations-list.txt │ ├── atlas-organizations-users-list.txt │ ├── atlas-organizations-users.txt │ ├── atlas-organizations.txt │ ├── atlas-performanceAdvisor-namespaces-list.txt │ ├── atlas-performanceAdvisor-namespaces.txt │ ├── atlas-performanceAdvisor-slowOperationThreshold-disable.txt │ ├── atlas-performanceAdvisor-slowOperationThreshold-enable.txt │ ├── atlas-performanceAdvisor-slowOperationThreshold.txt │ ├── atlas-performanceAdvisor-slowQueryLogs-list.txt │ ├── atlas-performanceAdvisor-slowQueryLogs.txt │ ├── atlas-performanceAdvisor-suggestedIndexes-list.txt │ ├── atlas-performanceAdvisor-suggestedIndexes.txt │ ├── atlas-performanceAdvisor.txt │ ├── atlas-plugin-install.txt │ ├── atlas-plugin-list.txt │ ├── atlas-plugin-uninstall.txt │ ├── atlas-plugin-update.txt │ ├── atlas-plugin.txt │ ├── atlas-privateEndpoints-aws-create.txt │ ├── atlas-privateEndpoints-aws-delete.txt │ ├── atlas-privateEndpoints-aws-describe.txt │ ├── atlas-privateEndpoints-aws-interfaces-create.txt │ ├── atlas-privateEndpoints-aws-interfaces-delete.txt │ ├── atlas-privateEndpoints-aws-interfaces-describe.txt │ ├── atlas-privateEndpoints-aws-interfaces.txt │ ├── atlas-privateEndpoints-aws-list.txt │ ├── atlas-privateEndpoints-aws-watch.txt │ ├── atlas-privateEndpoints-aws.txt │ ├── atlas-privateEndpoints-azure-create.txt │ ├── atlas-privateEndpoints-azure-delete.txt │ ├── atlas-privateEndpoints-azure-describe.txt │ ├── atlas-privateEndpoints-azure-interfaces-create.txt │ ├── atlas-privateEndpoints-azure-interfaces-delete.txt │ ├── atlas-privateEndpoints-azure-interfaces-describe.txt │ ├── atlas-privateEndpoints-azure-interfaces.txt │ ├── atlas-privateEndpoints-azure-list.txt │ ├── atlas-privateEndpoints-azure-watch.txt │ ├── atlas-privateEndpoints-azure.txt │ ├── atlas-privateEndpoints-gcp-create.txt │ ├── atlas-privateEndpoints-gcp-delete.txt │ ├── atlas-privateEndpoints-gcp-describe.txt │ ├── atlas-privateEndpoints-gcp-interfaces-create.txt │ ├── atlas-privateEndpoints-gcp-interfaces-delete.txt │ ├── atlas-privateEndpoints-gcp-interfaces-describe.txt │ ├── atlas-privateEndpoints-gcp-interfaces.txt │ ├── atlas-privateEndpoints-gcp-list.txt │ ├── atlas-privateEndpoints-gcp-watch.txt │ ├── atlas-privateEndpoints-gcp.txt │ ├── atlas-privateEndpoints-regionalModes-describe.txt │ ├── atlas-privateEndpoints-regionalModes-disable.txt │ ├── atlas-privateEndpoints-regionalModes-enable.txt │ ├── atlas-privateEndpoints-regionalModes.txt │ ├── atlas-privateEndpoints.txt │ ├── atlas-processes-describe.txt │ ├── atlas-processes-list.txt │ ├── atlas-processes.txt │ ├── atlas-projects-apiKeys-assign.txt │ ├── atlas-projects-apiKeys-create.txt │ ├── atlas-projects-apiKeys-delete.txt │ ├── atlas-projects-apiKeys-list.txt │ ├── atlas-projects-apiKeys.txt │ ├── atlas-projects-create.txt │ ├── atlas-projects-delete.txt │ ├── atlas-projects-describe.txt │ ├── atlas-projects-list.txt │ ├── atlas-projects-settings-describe.txt │ ├── atlas-projects-settings-update.txt │ ├── atlas-projects-settings.txt │ ├── atlas-projects-teams-add.txt │ ├── atlas-projects-teams-delete.txt │ ├── atlas-projects-teams-list.txt │ ├── atlas-projects-teams-update.txt │ ├── atlas-projects-teams.txt │ ├── atlas-projects-update.txt │ ├── atlas-projects-users-delete.txt │ ├── atlas-projects-users-list.txt │ ├── atlas-projects-users.txt │ ├── atlas-projects.txt │ ├── atlas-security-customerCerts-create.txt │ ├── atlas-security-customerCerts-describe.txt │ ├── atlas-security-customerCerts-disable.txt │ ├── atlas-security-customerCerts.txt │ ├── atlas-security-ldap-delete.txt │ ├── atlas-security-ldap-get.txt │ ├── atlas-security-ldap-save.txt │ ├── atlas-security-ldap-verify-status-watch.txt │ ├── atlas-security-ldap-verify-status.txt │ ├── atlas-security-ldap-verify.txt │ ├── atlas-security-ldap.txt │ ├── atlas-security.txt │ ├── atlas-setup.txt │ ├── atlas-streams-connections-create.txt │ ├── atlas-streams-connections-delete.txt │ ├── atlas-streams-connections-describe.txt │ ├── atlas-streams-connections-list.txt │ ├── atlas-streams-connections-update.txt │ ├── atlas-streams-connections.txt │ ├── atlas-streams-instances-create.txt │ ├── atlas-streams-instances-delete.txt │ ├── atlas-streams-instances-describe.txt │ ├── atlas-streams-instances-download.txt │ ├── atlas-streams-instances-list.txt │ ├── atlas-streams-instances-update.txt │ ├── atlas-streams-instances.txt │ ├── atlas-streams-privateLinks-create.txt │ ├── atlas-streams-privateLinks-delete.txt │ ├── atlas-streams-privateLinks-describe.txt │ ├── atlas-streams-privateLinks-list.txt │ ├── atlas-streams-privateLinks.txt │ ├── atlas-streams.txt │ ├── atlas-teams-create.txt │ ├── atlas-teams-delete.txt │ ├── atlas-teams-describe.txt │ ├── atlas-teams-list.txt │ ├── atlas-teams-rename.txt │ ├── atlas-teams-users-add.txt │ ├── atlas-teams-users-delete.txt │ ├── atlas-teams-users-list.txt │ ├── atlas-teams-users.txt │ ├── atlas-teams.txt │ ├── atlas-users-describe.txt │ ├── atlas-users-invite.txt │ ├── atlas-users.txt │ ├── atlas.txt │ └── includes │ │ ├── atlas-api-accessTracking-getAccessHistoryCluster-2023-01-01-default.sh │ │ ├── atlas-api-accessTracking-getAccessHistoryProcess-2023-01-01-default.sh │ │ ├── atlas-api-alertConfigurations-deleteAlertConfig-2023-01-01-default.sh │ │ ├── atlas-api-alertConfigurations-getAlertConfig-2023-01-01-default.sh │ │ ├── atlas-api-alertConfigurations-getAlertConfigs-2023-01-01-default.sh │ │ ├── atlas-api-alertConfigurations-listAlertConfigs-2023-01-01-default.sh │ │ ├── atlas-api-alerts-getAlert-2023-01-01-default.sh │ │ ├── atlas-api-alerts-getAlertConfigAlerts-2023-01-01-default.sh │ │ ├── atlas-api-alerts-listAlerts-2023-01-01-default.sh │ │ ├── atlas-api-atlasSearch-deleteClusterFtsIndex-2023-01-01-default.sh │ │ ├── atlas-api-atlasSearch-deleteClusterSearchDeployment-2023-01-01-default.sh │ │ ├── atlas-api-atlasSearch-deleteClusterSearchIndex-2024-05-30-default.sh │ │ ├── atlas-api-atlasSearch-deleteIndexByName-2024-05-30-default.sh │ │ ├── atlas-api-atlasSearch-getClusterFtsIndex-2023-01-01-default.sh │ │ ├── atlas-api-atlasSearch-getClusterSearchDeployment-2025-03-12-default.sh │ │ ├── atlas-api-atlasSearch-getClusterSearchIndex-2024-05-30-default.sh │ │ ├── atlas-api-atlasSearch-getIndexByName-2024-05-30-default.sh │ │ ├── atlas-api-atlasSearch-listClusterFtsIndex-2023-01-01-default.sh │ │ ├── atlas-api-atlasSearch-listClusterSearchIndexes-2024-05-30-default.sh │ │ ├── atlas-api-atlasSearch-listSearchIndex-2024-05-30-default.sh │ │ ├── atlas-api-auditing-getGroupAuditLog-2023-01-01-default.sh │ │ ├── atlas-api-awsClustersDns-getAwsCustomDns-2023-01-01-default.sh │ │ ├── atlas-api-cloudBackups-cancelBackupRestoreJob-2023-01-01-default.sh │ │ ├── atlas-api-cloudBackups-createExportBucket-2023-01-01-aws-payload.json │ │ ├── atlas-api-cloudBackups-createExportBucket-2023-01-01-aws.sh │ │ ├── atlas-api-cloudBackups-createExportBucket-2024-05-30-aws-payload.json │ │ ├── atlas-api-cloudBackups-createExportBucket-2024-05-30-aws.sh │ │ ├── atlas-api-cloudBackups-createExportBucket-2024-05-30-azure-payload.json │ │ ├── atlas-api-cloudBackups-createExportBucket-2024-05-30-azure.sh │ │ ├── atlas-api-cloudBackups-createExportBucket-2024-05-30-gcp-payload.json │ │ ├── atlas-api-cloudBackups-createExportBucket-2024-05-30-gcp.sh │ │ ├── atlas-api-cloudBackups-deleteBackupShardedCluster-2023-01-01-default.sh │ │ ├── atlas-api-cloudBackups-deleteClusterBackupSchedule-2024-08-05-default.sh │ │ ├── atlas-api-cloudBackups-deleteClusterBackupSnapshot-2023-01-01-default.sh │ │ ├── atlas-api-cloudBackups-deleteExportBucket-2023-01-01-default.sh │ │ ├── atlas-api-cloudBackups-disableCompliancePolicy-2024-11-13-default.sh │ │ ├── atlas-api-cloudBackups-getBackupExport-2023-01-01-default.sh │ │ ├── atlas-api-cloudBackups-getBackupRestoreJob-2023-01-01-default.sh │ │ ├── atlas-api-cloudBackups-getBackupSchedule-2024-08-05-default.sh │ │ ├── atlas-api-cloudBackups-getBackupShardedCluster-2023-01-01-default.sh │ │ ├── atlas-api-cloudBackups-getClusterBackupSnapshot-2023-01-01-default.sh │ │ ├── atlas-api-cloudBackups-getCompliancePolicy-2023-10-01-default.sh │ │ ├── atlas-api-cloudBackups-getExportBucket-2024-05-30-default.sh │ │ ├── atlas-api-cloudBackups-getServerlessBackupSnapshot-2023-01-01-default.sh │ │ ├── atlas-api-cloudBackups-getServerlessRestoreJob-2023-01-01-default.sh │ │ ├── atlas-api-cloudBackups-listBackupExports-2023-01-01-default.sh │ │ ├── atlas-api-cloudBackups-listBackupRestoreJobs-2023-01-01-default.sh │ │ ├── atlas-api-cloudBackups-listBackupShardedClusters-2023-01-01-default.sh │ │ ├── atlas-api-cloudBackups-listBackupSnapshots-2023-01-01-default.sh │ │ ├── atlas-api-cloudBackups-listExportBuckets-2024-05-30-default.sh │ │ ├── atlas-api-cloudBackups-listServerlessBackupSnapshots-2023-01-01-default.sh │ │ ├── atlas-api-cloudBackups-listServerlessRestoreJobs-2023-01-01-default.sh │ │ ├── atlas-api-cloudMigrationService-cutoverMigration-2023-01-01-default.sh │ │ ├── atlas-api-cloudMigrationService-deleteLinkTokens-2023-01-01-default.sh │ │ ├── atlas-api-cloudMigrationService-getGroupLiveMigration-2023-01-01-default.sh │ │ ├── atlas-api-cloudMigrationService-getMigrationValidateStatus-2023-01-01-default.sh │ │ ├── atlas-api-cloudMigrationService-listAvailableProjects-2023-01-01-default.sh │ │ ├── atlas-api-cloudProviderAccess-deauthorizeProviderAccessRole-2023-01-01-default.sh │ │ ├── atlas-api-cloudProviderAccess-getCloudProviderAccess-2023-01-01-default.sh │ │ ├── atlas-api-cloudProviderAccess-listCloudProviderAccess-2023-01-01-default.sh │ │ ├── atlas-api-clusterOutageSimulation-endOutageSimulation-2023-01-01-default.sh │ │ ├── atlas-api-clusterOutageSimulation-getOutageSimulation-2023-01-01-default.sh │ │ ├── atlas-api-clusters-autoScalingConfiguration-2024-08-05-default.sh │ │ ├── atlas-api-clusters-createCluster-2024-08-05-cluster-payload.json │ │ ├── atlas-api-clusters-createCluster-2024-08-05-cluster.sh │ │ ├── atlas-api-clusters-createCluster-2024-10-23-cluster-payload.json │ │ ├── atlas-api-clusters-createCluster-2024-10-23-cluster.sh │ │ ├── atlas-api-clusters-createCluster-2024-10-23-create_cluster-payload.json │ │ ├── atlas-api-clusters-createCluster-2024-10-23-create_cluster.sh │ │ ├── atlas-api-clusters-deleteCluster-2023-02-01-delete_cluster.sh │ │ ├── atlas-api-clusters-getCluster-2024-08-05-get_cluster.sh │ │ ├── atlas-api-clusters-getClusterStatus-2023-01-01-default.sh │ │ ├── atlas-api-clusters-getProcessArgs-2024-08-05-default.sh │ │ ├── atlas-api-clusters-getSampleDatasetLoad-2023-01-01-default.sh │ │ ├── atlas-api-clusters-listClusterProviderRegions-2023-01-01-default.sh │ │ ├── atlas-api-clusters-listClusters-2024-08-05-list_clusters.sh │ │ ├── atlas-api-clusters-requestSampleDatasetLoad-2023-01-01-default.sh │ │ ├── atlas-api-clusters-restartPrimaries-2023-02-01-default.sh │ │ ├── atlas-api-clusters-revokeMongoEmployeeAccess-2024-08-05-default.sh │ │ ├── atlas-api-clusters-unpinFeatureCompatibilityVersion-2024-05-30-default.sh │ │ ├── atlas-api-clusters-updateCluster-2024-10-23-update_cluster-payload.json │ │ ├── atlas-api-clusters-updateCluster-2024-10-23-update_cluster.sh │ │ ├── atlas-api-collectionLevelMetrics-getClusterNamespaces-2023-11-15-default.sh │ │ ├── atlas-api-collectionLevelMetrics-getProcessNamespaces-2023-11-15-default.sh │ │ ├── atlas-api-collectionLevelMetrics-listCollStatMeasurements-2023-11-15-default.sh │ │ ├── atlas-api-collectionLevelMetrics-listCollStatMetrics-2023-11-15-default.sh │ │ ├── atlas-api-collectionLevelMetrics-listPinnedNamespaces-2023-11-15-default.sh │ │ ├── atlas-api-collectionLevelMetrics-listProcessMeasurements-2023-11-15-default.sh │ │ ├── atlas-api-customDatabaseRoles-deleteCustomDbRole-2023-01-01-default.sh │ │ ├── atlas-api-customDatabaseRoles-getCustomDbRole-2023-01-01-default.sh │ │ ├── atlas-api-customDatabaseRoles-listCustomDbRoles-2023-01-01-default.sh │ │ ├── atlas-api-dataFederation-deleteDataFederation-2023-01-01-default.sh │ │ ├── atlas-api-dataFederation-deleteDataFederationLimit-2023-01-01-default.sh │ │ ├── atlas-api-dataFederation-deletePrivateEndpointId-2023-01-01-default.sh │ │ ├── atlas-api-dataFederation-downloadFederationQueryLogs-2023-01-01-default.sh │ │ ├── atlas-api-dataFederation-getDataFederation-2023-01-01-default.sh │ │ ├── atlas-api-dataFederation-getDataFederationLimit-2023-01-01-default.sh │ │ ├── atlas-api-dataFederation-getPrivateEndpointId-2023-01-01-default.sh │ │ ├── atlas-api-dataFederation-listDataFederation-2023-01-01-default.sh │ │ ├── atlas-api-dataFederation-listDataFederationLimits-2023-01-01-default.sh │ │ ├── atlas-api-dataFederation-listPrivateEndpointIds-2023-01-01-default.sh │ │ ├── atlas-api-databaseUsers-createDatabaseUser-2023-01-01-aws_iam_authentication-payload.json │ │ ├── atlas-api-databaseUsers-createDatabaseUser-2023-01-01-aws_iam_authentication.sh │ │ ├── atlas-api-databaseUsers-createDatabaseUser-2023-01-01-ldap_authentication-payload.json │ │ ├── atlas-api-databaseUsers-createDatabaseUser-2023-01-01-ldap_authentication.sh │ │ ├── atlas-api-databaseUsers-createDatabaseUser-2023-01-01-oidc_workforce_federated_authentication-payload.json │ │ ├── atlas-api-databaseUsers-createDatabaseUser-2023-01-01-oidc_workforce_federated_authentication.sh │ │ ├── atlas-api-databaseUsers-createDatabaseUser-2023-01-01-oidc_workload_federated_authentication-payload.json │ │ ├── atlas-api-databaseUsers-createDatabaseUser-2023-01-01-oidc_workload_federated_authentication.sh │ │ ├── atlas-api-databaseUsers-createDatabaseUser-2023-01-01-scram-sha_authentication-payload.json │ │ ├── atlas-api-databaseUsers-createDatabaseUser-2023-01-01-scram-sha_authentication.sh │ │ ├── atlas-api-databaseUsers-createDatabaseUser-2023-01-01-x509_authentication-payload.json │ │ ├── atlas-api-databaseUsers-createDatabaseUser-2023-01-01-x509_authentication.sh │ │ ├── atlas-api-databaseUsers-deleteDatabaseUser-2023-01-01-default.sh │ │ ├── atlas-api-databaseUsers-getDatabaseUser-2023-01-01-default.sh │ │ ├── atlas-api-databaseUsers-listDatabaseUsers-2023-01-01-default.sh │ │ ├── atlas-api-encryptionAtRestUsingCustomerKeyManagement-getEncryptionAtRest-2023-01-01-default.sh │ │ ├── atlas-api-encryptionAtRestUsingCustomerKeyManagement-getRestPrivateEndpoint-2023-01-01-default.sh │ │ ├── atlas-api-encryptionAtRestUsingCustomerKeyManagement-listRestPrivateEndpoints-2023-01-01-default.sh │ │ ├── atlas-api-encryptionAtRestUsingCustomerKeyManagement-requestPrivateEndpointDeletion-2023-01-01-default.sh │ │ ├── atlas-api-events-getGroupEvent-2023-01-01-default.sh │ │ ├── atlas-api-events-getOrgEvent-2023-01-01-default.sh │ │ ├── atlas-api-events-listGroupEvents-2023-01-01-default.sh │ │ ├── atlas-api-events-listOrgEvents-2023-01-01-default.sh │ │ ├── atlas-api-federatedAuthentication-deleteFederationSetting-2023-01-01-default.sh │ │ ├── atlas-api-federatedAuthentication-deleteIdentityProvider-2023-11-15-default.sh │ │ ├── atlas-api-federatedAuthentication-deleteRoleMapping-2023-01-01-default.sh │ │ ├── atlas-api-federatedAuthentication-getConnectedOrgConfig-2023-01-01-default.sh │ │ ├── atlas-api-federatedAuthentication-getFederationSettings-2023-01-01-default.sh │ │ ├── atlas-api-federatedAuthentication-getIdentityProvider-2023-11-15-default.sh │ │ ├── atlas-api-federatedAuthentication-getIdentityProviderMetadata-2023-01-01-default.sh │ │ ├── atlas-api-federatedAuthentication-getRoleMapping-2023-01-01-default.sh │ │ ├── atlas-api-federatedAuthentication-listConnectedOrgConfigs-2023-01-01-default.sh │ │ ├── atlas-api-federatedAuthentication-listIdentityProviders-2023-01-01-default.sh │ │ ├── atlas-api-federatedAuthentication-listRoleMappings-2023-01-01-default.sh │ │ ├── atlas-api-federatedAuthentication-removeConnectedOrgConfig-2023-01-01-default.sh │ │ ├── atlas-api-federatedAuthentication-revokeIdentityProviderJwks-2023-11-15-default.sh │ │ ├── atlas-api-flexClusters-deleteFlexCluster-2024-11-13-default.sh │ │ ├── atlas-api-flexClusters-getFlexCluster-2024-11-13-default.sh │ │ ├── atlas-api-flexClusters-listFlexClusters-2024-11-13-default.sh │ │ ├── atlas-api-flexRestoreJobs-getFlexRestoreJob-2024-11-13-default.sh │ │ ├── atlas-api-flexRestoreJobs-listFlexRestoreJobs-2024-11-13-default.sh │ │ ├── atlas-api-flexSnapshots-getFlexBackupSnapshot-2024-11-13-default.sh │ │ ├── atlas-api-flexSnapshots-listFlexBackupSnapshots-2024-11-13-default.sh │ │ ├── atlas-api-globalClusters-deleteCustomZoneMapping-2024-08-05-default.sh │ │ ├── atlas-api-globalClusters-deleteManagedNamespaces-2024-08-05-default.sh │ │ ├── atlas-api-globalClusters-getClusterGlobalWrites-2024-08-05-default.sh │ │ ├── atlas-api-invoices-getCostExplorerUsage-2023-01-01-default.sh │ │ ├── atlas-api-invoices-getInvoice-2023-01-01-default.sh │ │ ├── atlas-api-invoices-getInvoiceCsv-2023-01-01-default.sh │ │ ├── atlas-api-invoices-listInvoicePending-2023-01-01-default.sh │ │ ├── atlas-api-invoices-listInvoices-2023-01-01-default.sh │ │ ├── atlas-api-ldapConfiguration-deleteLdapUserMapping-2023-01-01-default.sh │ │ ├── atlas-api-ldapConfiguration-getUserSecurity-2023-01-01-default.sh │ │ ├── atlas-api-ldapConfiguration-getUserSecurityVerify-2023-01-01-default.sh │ │ ├── atlas-api-legacyBackup-deleteClusterSnapshot-2023-01-01-default.sh │ │ ├── atlas-api-legacyBackup-getClusterBackupCheckpoint-2023-01-01-default.sh │ │ ├── atlas-api-legacyBackup-getClusterRestoreJob-2023-01-01-default.sh │ │ ├── atlas-api-legacyBackup-getClusterSnapshot-2023-01-01-default.sh │ │ ├── atlas-api-legacyBackup-getClusterSnapshotSchedule-2023-01-01-default.sh │ │ ├── atlas-api-legacyBackup-listClusterBackupCheckpoints-2023-01-01-default.sh │ │ ├── atlas-api-legacyBackup-listClusterRestoreJobs-2023-01-01-default.sh │ │ ├── atlas-api-legacyBackup-listClusterSnapshots-2023-01-01-default.sh │ │ ├── atlas-api-maintenanceWindows-deferMaintenanceWindow-2023-01-01-default.sh │ │ ├── atlas-api-maintenanceWindows-getMaintenanceWindow-2023-01-01-default.sh │ │ ├── atlas-api-maintenanceWindows-resetMaintenanceWindow-2023-01-01-default.sh │ │ ├── atlas-api-maintenanceWindows-toggleMaintenanceAutoDefer-2023-01-01-default.sh │ │ ├── atlas-api-mongoDbCloudUsers-getGroupUser-2025-02-19-default.sh │ │ ├── atlas-api-mongoDbCloudUsers-getOrgUser-2025-02-19-default.sh │ │ ├── atlas-api-mongoDbCloudUsers-listGroupUsers-2025-02-19-default.sh │ │ ├── atlas-api-mongoDbCloudUsers-listOrgUsers-2025-02-19-default.sh │ │ ├── atlas-api-mongoDbCloudUsers-listTeamUsers-2025-02-19-default.sh │ │ ├── atlas-api-mongoDbCloudUsers-removeGroupUser-2025-02-19-default.sh │ │ ├── atlas-api-mongoDbCloudUsers-removeOrgUser-2025-02-19-default.sh │ │ ├── atlas-api-monitoringAndLogs-downloadClusterLog-2023-02-01-get_host_logs.sh │ │ ├── atlas-api-monitoringAndLogs-getDatabase-2023-01-01-default.sh │ │ ├── atlas-api-monitoringAndLogs-getDatabaseMeasurements-2023-01-01-default.sh │ │ ├── atlas-api-monitoringAndLogs-getGroupProcess-2023-01-01-default.sh │ │ ├── atlas-api-monitoringAndLogs-getIndexMeasurements-2023-01-01-default.sh │ │ ├── atlas-api-monitoringAndLogs-getProcessDisk-2023-01-01-default.sh │ │ ├── atlas-api-monitoringAndLogs-getProcessDiskMeasurements-2023-01-01-default.sh │ │ ├── atlas-api-monitoringAndLogs-getProcessMeasurements-2023-01-01-default.sh │ │ ├── atlas-api-monitoringAndLogs-listDatabases-2023-01-01-default.sh │ │ ├── atlas-api-monitoringAndLogs-listGroupProcesses-2023-01-01-list_atlas_processes.sh │ │ ├── atlas-api-monitoringAndLogs-listHostFtsMetrics-2023-01-01-default.sh │ │ ├── atlas-api-monitoringAndLogs-listIndexMeasurements-2023-01-01-default.sh │ │ ├── atlas-api-monitoringAndLogs-listMeasurements-2023-01-01-default.sh │ │ ├── atlas-api-monitoringAndLogs-listProcessDisks-2023-01-01-default.sh │ │ ├── atlas-api-networkPeering-deleteGroupContainer-2023-01-01-default.sh │ │ ├── atlas-api-networkPeering-deleteGroupPeer-2023-01-01-default.sh │ │ ├── atlas-api-networkPeering-getGroupContainer-2023-01-01-default.sh │ │ ├── atlas-api-networkPeering-getGroupPeer-2023-01-01-default.sh │ │ ├── atlas-api-networkPeering-listGroupContainerAll-2023-01-01-default.sh │ │ ├── atlas-api-networkPeering-listGroupContainers-2023-01-01-default.sh │ │ ├── atlas-api-networkPeering-listGroupPeers-2023-01-01-default.sh │ │ ├── atlas-api-networkPeering-verifyPrivateIpMode-2023-01-01-default.sh │ │ ├── atlas-api-onlineArchive-deleteOnlineArchive-2023-01-01-default.sh │ │ ├── atlas-api-onlineArchive-downloadQueryLogs-2023-01-01-default.sh │ │ ├── atlas-api-onlineArchive-getOnlineArchive-2023-01-01-default.sh │ │ ├── atlas-api-onlineArchive-listOnlineArchives-2023-01-01-default.sh │ │ ├── atlas-api-organizations-deleteOrg-2023-01-01-default.sh │ │ ├── atlas-api-organizations-deleteOrgInvite-2023-01-01-default.sh │ │ ├── atlas-api-organizations-getOrg-2023-01-01-default.sh │ │ ├── atlas-api-organizations-getOrgGroups-2023-01-01-default.sh │ │ ├── atlas-api-organizations-getOrgInvite-2023-01-01-default.sh │ │ ├── atlas-api-organizations-getOrgSettings-2023-01-01-default.sh │ │ ├── atlas-api-organizations-listOrgInvites-2023-01-01-default.sh │ │ ├── atlas-api-performanceAdvisor-disableManagedSlowMs-2023-01-01-default.sh │ │ ├── atlas-api-performanceAdvisor-enableManagedSlowMs-2023-01-01-default.sh │ │ ├── atlas-api-performanceAdvisor-getManagedSlowMs-2023-01-01-default.sh │ │ ├── atlas-api-performanceAdvisor-getServerlessAutoIndexing-2023-01-01-default.sh │ │ ├── atlas-api-performanceAdvisor-listClusterSuggestedIndexes-2024-08-05-default.sh │ │ ├── atlas-api-performanceAdvisor-listDropIndexSuggestions-2024-08-05-default.sh │ │ ├── atlas-api-performanceAdvisor-listPerformanceAdvisorNamespaces-2023-01-01-default.sh │ │ ├── atlas-api-performanceAdvisor-listSchemaAdvice-2024-08-05-default.sh │ │ ├── atlas-api-performanceAdvisor-listSlowQueryLogs-2023-01-01-default.sh │ │ ├── atlas-api-performanceAdvisor-listSuggestedIndexes-2023-01-01-default.sh │ │ ├── atlas-api-performanceAdvisor-setServerlessAutoIndexing-2023-01-01-default.sh │ │ ├── atlas-api-privateEndpointServices-deletePrivateEndpoint-2023-01-01-default.sh │ │ ├── atlas-api-privateEndpointServices-deletePrivateEndpointService-2023-01-01-default.sh │ │ ├── atlas-api-privateEndpointServices-getPrivateEndpoint-2023-01-01-default.sh │ │ ├── atlas-api-privateEndpointServices-getPrivateEndpointService-2023-01-01-default.sh │ │ ├── atlas-api-privateEndpointServices-getRegionalEndpointMode-2023-01-01-default.sh │ │ ├── atlas-api-privateEndpointServices-listPrivateEndpointService-2023-01-01-default.sh │ │ ├── atlas-api-programmaticApiKeys-deleteAccessEntry-2023-01-01-default.sh │ │ ├── atlas-api-programmaticApiKeys-deleteOrgApiKey-2023-01-01-default.sh │ │ ├── atlas-api-programmaticApiKeys-getOrgAccessEntry-2023-01-01-default.sh │ │ ├── atlas-api-programmaticApiKeys-getOrgApiKey-2023-01-01-default.sh │ │ ├── atlas-api-programmaticApiKeys-listGroupApiKeys-2023-01-01-default.sh │ │ ├── atlas-api-programmaticApiKeys-listOrgAccessEntries-2023-01-01-default.sh │ │ ├── atlas-api-programmaticApiKeys-listOrgApiKeys-2023-01-01-default.sh │ │ ├── atlas-api-programmaticApiKeys-removeGroupApiKey-2023-01-01-default.sh │ │ ├── atlas-api-projectIpAccessList-createAccessListEntry-2023-01-01-project_ip_access_list_add-payload.json │ │ ├── atlas-api-projectIpAccessList-createAccessListEntry-2023-01-01-project_ip_access_list_add.sh │ │ ├── atlas-api-projectIpAccessList-deleteAccessListEntry-2023-01-01-project_ip_access_list_delete.sh │ │ ├── atlas-api-projectIpAccessList-getAccessListEntry-2023-01-01-project_ip_access_list_get.sh │ │ ├── atlas-api-projectIpAccessList-getAccessListStatus-2023-01-01-project_ip_access_list_get_status.sh │ │ ├── atlas-api-projectIpAccessList-listAccessListEntries-2023-01-01-project_ip_access_list_list.sh │ │ ├── atlas-api-projects-createGroup-2023-01-01-create_project-payload.json │ │ ├── atlas-api-projects-createGroup-2023-01-01-create_project.sh │ │ ├── atlas-api-projects-deleteGroup-2023-01-01-delete_project.sh │ │ ├── atlas-api-projects-deleteGroupInvite-2023-01-01-default.sh │ │ ├── atlas-api-projects-deleteGroupLimit-2023-01-01-default.sh │ │ ├── atlas-api-projects-getGroup-2023-01-01-get_project.sh │ │ ├── atlas-api-projects-getGroupInvite-2023-01-01-default.sh │ │ ├── atlas-api-projects-getGroupIpAddresses-2023-01-01-default.sh │ │ ├── atlas-api-projects-getGroupLimit-2023-01-01-default.sh │ │ ├── atlas-api-projects-getGroupSettings-2023-01-01-default.sh │ │ ├── atlas-api-projects-getMongoDbVersions-2023-01-01-default.sh │ │ ├── atlas-api-projects-listGroupInvites-2023-01-01-default.sh │ │ ├── atlas-api-projects-listGroupLimits-2023-01-01-default.sh │ │ ├── atlas-api-projects-listGroups-2023-01-01-list_projects.sh │ │ ├── atlas-api-projects-updateGroup-2023-01-01-update_project-payload.json │ │ ├── atlas-api-projects-updateGroup-2023-01-01-update_project.sh │ │ ├── atlas-api-pushBasedLogExport-deleteLogExport-2023-01-01-default.sh │ │ ├── atlas-api-pushBasedLogExport-getLogExport-2023-01-01-default.sh │ │ ├── atlas-api-queryShapeInsights-getQueryShapeDetails-2025-03-12-default.sh │ │ ├── atlas-api-queryShapeInsights-listQueryShapeSummaries-2025-03-12-default.sh │ │ ├── atlas-api-resourcePolicies-deleteOrgResourcePolicy-2024-08-05-default.sh │ │ ├── atlas-api-resourcePolicies-getNonCompliantResources-2024-08-05-default.sh │ │ ├── atlas-api-resourcePolicies-getOrgResourcePolicy-2024-08-05-default.sh │ │ ├── atlas-api-resourcePolicies-listOrgResourcePolicies-2024-08-05-default.sh │ │ ├── atlas-api-rollingIndex-createRollingIndex-2023-01-01-2dspere_index-payload.json │ │ ├── atlas-api-rollingIndex-createRollingIndex-2023-01-01-2dspere_index.sh │ │ ├── atlas-api-rollingIndex-createRollingIndex-2023-01-01-partial_index-payload.json │ │ ├── atlas-api-rollingIndex-createRollingIndex-2023-01-01-partial_index.sh │ │ ├── atlas-api-rollingIndex-createRollingIndex-2023-01-01-sparse_index-payload.json │ │ ├── atlas-api-rollingIndex-createRollingIndex-2023-01-01-sparse_index.sh │ │ ├── atlas-api-serverlessInstances-deleteServerlessInstance-2023-01-01-default.sh │ │ ├── atlas-api-serverlessInstances-getServerlessInstance-2023-01-01-default.sh │ │ ├── atlas-api-serverlessInstances-listServerlessInstances-2023-01-01-default.sh │ │ ├── atlas-api-serverlessPrivateEndpoints-deleteServerlessPrivateEndpoint-2023-01-01-default.sh │ │ ├── atlas-api-serverlessPrivateEndpoints-getServerlessPrivateEndpoint-2023-01-01-default.sh │ │ ├── atlas-api-serverlessPrivateEndpoints-listServerlessPrivateEndpoint-2023-01-01-default.sh │ │ ├── atlas-api-serviceAccounts-deleteGroupAccessEntry-2024-08-05-default.sh │ │ ├── atlas-api-serviceAccounts-deleteGroupSecret-2024-08-05-default.sh │ │ ├── atlas-api-serviceAccounts-deleteGroupServiceAccount-2024-08-05-default.sh │ │ ├── atlas-api-serviceAccounts-deleteOrgAccessEntry-2024-08-05-default.sh │ │ ├── atlas-api-serviceAccounts-deleteOrgSecret-2024-08-05-default.sh │ │ ├── atlas-api-serviceAccounts-deleteOrgServiceAccount-2024-08-05-default.sh │ │ ├── atlas-api-serviceAccounts-getGroupServiceAccount-2024-08-05-default.sh │ │ ├── atlas-api-serviceAccounts-getOrgServiceAccount-2024-08-05-default.sh │ │ ├── atlas-api-serviceAccounts-getServiceAccountGroups-2024-08-05-default.sh │ │ ├── atlas-api-serviceAccounts-listAccessList-2024-08-05-default.sh │ │ ├── atlas-api-serviceAccounts-listGroupServiceAccounts-2024-08-05-default.sh │ │ ├── atlas-api-serviceAccounts-listOrgAccessList-2024-08-05-default.sh │ │ ├── atlas-api-serviceAccounts-listOrgServiceAccounts-2024-08-05-default.sh │ │ ├── atlas-api-sharedTierRestoreJobs-getBackupTenantRestore-2023-01-01-default.sh │ │ ├── atlas-api-sharedTierRestoreJobs-listBackupTenantRestores-2023-01-01-default.sh │ │ ├── atlas-api-sharedTierSnapshots-getBackupTenantSnapshot-2023-01-01-default.sh │ │ ├── atlas-api-sharedTierSnapshots-listClusterBackupSnapshots-2023-01-01-default.sh │ │ ├── atlas-api-streams-deletePrivateLinkConnection-2023-02-01-default.sh │ │ ├── atlas-api-streams-deleteStreamConnection-2023-02-01-default.sh │ │ ├── atlas-api-streams-deleteStreamProcessor-2024-05-30-default.sh │ │ ├── atlas-api-streams-deleteStreamWorkspace-2023-02-01-default.sh │ │ ├── atlas-api-streams-deleteVpcPeeringConnection-2023-02-01-default.sh │ │ ├── atlas-api-streams-downloadAuditLogs-2023-02-01-default.sh │ │ ├── atlas-api-streams-getAccountDetails-2024-11-13-default.sh │ │ ├── atlas-api-streams-getPrivateLinkConnection-2023-02-01-default.sh │ │ ├── atlas-api-streams-getStreamConnection-2023-02-01-default.sh │ │ ├── atlas-api-streams-getStreamProcessor-2024-05-30-default.sh │ │ ├── atlas-api-streams-getStreamProcessors-2024-05-30-default.sh │ │ ├── atlas-api-streams-getStreamWorkspace-2023-02-01-default.sh │ │ ├── atlas-api-streams-listActivePeeringConnections-2024-11-13-default.sh │ │ ├── atlas-api-streams-listPrivateLinkConnections-2023-02-01-default.sh │ │ ├── atlas-api-streams-listStreamConnections-2023-02-01-default.sh │ │ ├── atlas-api-streams-listStreamWorkspaces-2023-02-01-default.sh │ │ ├── atlas-api-streams-listVpcPeeringConnections-2023-02-01-default.sh │ │ ├── atlas-api-streams-rejectVpcPeeringConnection-2023-02-01-default.sh │ │ ├── atlas-api-streams-startStreamProcessor-2024-05-30-default.sh │ │ ├── atlas-api-streams-stopStreamProcessor-2024-05-30-default.sh │ │ ├── atlas-api-teams-deleteOrgTeam-2023-01-01-default.sh │ │ ├── atlas-api-teams-getGroupTeam-2023-01-01-default.sh │ │ ├── atlas-api-teams-getOrgTeam-2023-01-01-default.sh │ │ ├── atlas-api-teams-getTeamByName-2023-01-01-default.sh │ │ ├── atlas-api-teams-listGroupTeams-2023-01-01-default.sh │ │ ├── atlas-api-teams-listOrgTeams-2023-01-01-default.sh │ │ ├── atlas-api-teams-removeGroupTeam-2023-01-01-default.sh │ │ ├── atlas-api-teams-removeUserFromTeam-2023-01-01-default.sh │ │ ├── atlas-api-thirdPartyIntegrations-deleteGroupIntegration-2023-01-01-default.sh │ │ ├── atlas-api-thirdPartyIntegrations-getGroupIntegration-2023-01-01-default.sh │ │ ├── atlas-api-thirdPartyIntegrations-listGroupIntegrations-2023-01-01-default.sh │ │ ├── atlas-api-x509Authentication-disableSecurityCustomerX509-2023-01-01-default.sh │ │ ├── atlas-api-x509Authentication-listDatabaseUserCerts-2023-01-01-default.sh │ │ ├── deleteOrgSandboxConfig-preview-default.sh │ │ ├── generateSandboxClusterDescription-preview-default.sh │ │ ├── getOrgSandboxConfig-preview-default.sh │ │ └── listOrgSandboxConfig-preview-default.sh └── releases │ └── ssdlc-compliance.template.md ├── go.mod ├── go.sum ├── guides ├── examples │ ├── create-cluster.md │ ├── create-recomended-indexes.md │ ├── log-download.md │ └── rename-cluster.md └── tutorials │ └── authenticate_with_service_account.md ├── internal ├── api │ ├── commands.go │ ├── config.go │ ├── executor.go │ ├── executor_test.go │ ├── formatter.go │ ├── formatter_test.go │ ├── httprequest.go │ ├── httprequest_test.go │ ├── interface.go │ ├── mocks.go │ ├── watcher.go │ └── watcher_test.go ├── cli │ ├── accesslists │ │ ├── access_lists.go │ │ ├── create.go │ │ ├── create_mock_test.go │ │ ├── create_test.go │ │ ├── delete.go │ │ ├── delete_mock_test.go │ │ ├── delete_test.go │ │ ├── describe.go │ │ ├── describe_mock_test.go │ │ ├── describe_test.go │ │ ├── list.go │ │ ├── list_mock_test.go │ │ └── list_test.go │ ├── accesslogs │ │ ├── access_logs.go │ │ ├── list.go │ │ ├── list_mock_test.go │ │ └── list_test.go │ ├── alerts │ │ ├── acknowledge.go │ │ ├── acknowledge_mock_test.go │ │ ├── acknowledge_test.go │ │ ├── alerts.go │ │ ├── describe.go │ │ ├── describe_mock_test.go │ │ ├── describe_test.go │ │ ├── list.go │ │ ├── list_mock_test.go │ │ ├── list_test.go │ │ ├── settings │ │ │ ├── create.go │ │ │ ├── create_mock_test.go │ │ │ ├── create_test.go │ │ │ ├── delete.go │ │ │ ├── delete_mock_test.go │ │ │ ├── delete_test.go │ │ │ ├── describe.go │ │ │ ├── describe_mock_test.go │ │ │ ├── describe_test.go │ │ │ ├── disable.go │ │ │ ├── disable_mock_test.go │ │ │ ├── disable_test.go │ │ │ ├── enable.go │ │ │ ├── enable_mock_test.go │ │ │ ├── enable_test.go │ │ │ ├── fields.go │ │ │ ├── fields_type.go │ │ │ ├── fields_type_mock_test.go │ │ │ ├── fields_type_test.go │ │ │ ├── list.go │ │ │ ├── list_mock_test.go │ │ │ ├── list_test.go │ │ │ ├── settings.go │ │ │ ├── update.go │ │ │ ├── update_mock_test.go │ │ │ ├── update_test.go │ │ │ └── validator.go │ │ ├── unacknowledge.go │ │ └── unacknowledge_test.go │ ├── api │ │ ├── api.go │ │ ├── api_test.go │ │ ├── command_request.go │ │ ├── command_request_test.go │ │ ├── flags.go │ │ ├── profile.go │ │ ├── strings.go │ │ ├── strings_test.go │ │ └── watcher.go │ ├── atlas_cluster_opts.go │ ├── auditing │ │ ├── auditing.go │ │ ├── describe.go │ │ ├── describe_mock_test.go │ │ ├── describe_test.go │ │ ├── update.go │ │ ├── update_mock_test.go │ │ └── update_test.go │ ├── auth │ │ ├── auth.go │ │ ├── login.go │ │ ├── login_mock_test.go │ │ ├── login_test.go │ │ ├── logout.go │ │ ├── logout_mock_test.go │ │ ├── logout_test.go │ │ ├── register.go │ │ ├── register_test.go │ │ ├── token.go │ │ ├── token_mock_test.go │ │ ├── token_test.go │ │ ├── whoami.go │ │ └── whoami_test.go │ ├── backup │ │ ├── backup.go │ │ ├── compliancepolicy │ │ │ ├── compliancepolicy.go │ │ │ ├── copyprotection │ │ │ │ ├── copyprotection.go │ │ │ │ ├── disable.go │ │ │ │ ├── disable_mock_test.go │ │ │ │ ├── disable_test.go │ │ │ │ ├── enable.go │ │ │ │ ├── enable_mock_test.go │ │ │ │ └── enable_test.go │ │ │ ├── describe.go │ │ │ ├── describe_mock_test.go │ │ │ ├── describe_test.go │ │ │ ├── enable.go │ │ │ ├── enable_mock_test.go │ │ │ ├── enable_test.go │ │ │ ├── encryptionatrest │ │ │ │ ├── disable.go │ │ │ │ ├── disable_mock_test.go │ │ │ │ ├── disable_test.go │ │ │ │ ├── enable.go │ │ │ │ ├── enable_mock_test.go │ │ │ │ ├── enable_test.go │ │ │ │ └── encryptionatrest.go │ │ │ ├── pointintimerestore │ │ │ │ ├── enable.go │ │ │ │ ├── enable_mock_test.go │ │ │ │ ├── enable_test.go │ │ │ │ └── pointintimerestore.go │ │ │ ├── policies │ │ │ │ ├── describe.go │ │ │ │ ├── describe_mock_test.go │ │ │ │ ├── describe_test.go │ │ │ │ ├── ondemand │ │ │ │ │ ├── create.go │ │ │ │ │ ├── create_mock_test.go │ │ │ │ │ ├── create_test.go │ │ │ │ │ ├── describe.go │ │ │ │ │ ├── describe_mock_test.go │ │ │ │ │ ├── describe_test.go │ │ │ │ │ ├── ondemand.go │ │ │ │ │ ├── update.go │ │ │ │ │ └── update_test.go │ │ │ │ ├── policies.go │ │ │ │ └── scheduled │ │ │ │ │ ├── create.go │ │ │ │ │ ├── create_mock_test.go │ │ │ │ │ ├── create_test.go │ │ │ │ │ ├── describe.go │ │ │ │ │ ├── describe_mock_test.go │ │ │ │ │ ├── describe_test.go │ │ │ │ │ └── scheduled.go │ │ │ ├── setup.go │ │ │ ├── setup_mock_test.go │ │ │ └── setup_test.go │ │ ├── exports │ │ │ ├── buckets │ │ │ │ ├── buckets.go │ │ │ │ ├── create.go │ │ │ │ ├── create_mock_test.go │ │ │ │ ├── create_test.go │ │ │ │ ├── delete.go │ │ │ │ ├── delete_mock_test.go │ │ │ │ ├── delete_test.go │ │ │ │ ├── describe.go │ │ │ │ ├── describe_mock_test.go │ │ │ │ ├── describe_test.go │ │ │ │ ├── list.go │ │ │ │ ├── list_mock_test.go │ │ │ │ └── list_test.go │ │ │ ├── exports.go │ │ │ └── jobs │ │ │ │ ├── create.go │ │ │ │ ├── create_mock_test.go │ │ │ │ ├── create_test.go │ │ │ │ ├── describe.go │ │ │ │ ├── describe_mock_test.go │ │ │ │ ├── describe_test.go │ │ │ │ ├── jobs.go │ │ │ │ ├── list.go │ │ │ │ ├── list_mock_test.go │ │ │ │ ├── list_test.go │ │ │ │ ├── watch.go │ │ │ │ └── watch_test.go │ │ ├── restores │ │ │ ├── describe.go │ │ │ ├── describe_mock_test.go │ │ │ ├── describe_test.go │ │ │ ├── list.go │ │ │ ├── list_mock_test.go │ │ │ ├── list_test.go │ │ │ ├── restores.go │ │ │ ├── start.go │ │ │ ├── start_mock_test.go │ │ │ ├── start_test.go │ │ │ ├── watch.go │ │ │ └── watch_test.go │ │ ├── schedule │ │ │ ├── delete.go │ │ │ ├── delete_mock_test.go │ │ │ ├── delete_test.go │ │ │ ├── describe.go │ │ │ ├── describe_mock_test.go │ │ │ ├── describe_test.go │ │ │ ├── schedule.go │ │ │ ├── update.go │ │ │ ├── update_mock_test.go │ │ │ └── update_test.go │ │ └── snapshots │ │ │ ├── create.go │ │ │ ├── create_mock_test.go │ │ │ ├── create_test.go │ │ │ ├── delete.go │ │ │ ├── delete_mock_test.go │ │ │ ├── delete_test.go │ │ │ ├── describe.go │ │ │ ├── describe_mock_test.go │ │ │ ├── describe_test.go │ │ │ ├── download.go │ │ │ ├── download_mock_test.go │ │ │ ├── download_test.go │ │ │ ├── list.go │ │ │ ├── list_mock_test.go │ │ │ ├── list_test.go │ │ │ ├── snapshots.go │ │ │ ├── watch.go │ │ │ └── watch_test.go │ ├── cli.go │ ├── cli_test.go │ ├── cloudproviders │ │ ├── accessroles │ │ │ ├── access_roles.go │ │ │ ├── aws │ │ │ │ ├── authorize.go │ │ │ │ ├── authorize_mock_test.go │ │ │ │ ├── authorize_test.go │ │ │ │ ├── aws.go │ │ │ │ ├── create.go │ │ │ │ ├── create_mock_test.go │ │ │ │ ├── create_test.go │ │ │ │ ├── deauthorize.go │ │ │ │ ├── deauthorize_mock_test.go │ │ │ │ └── deauthorize_test.go │ │ │ ├── list.go │ │ │ ├── list_mock_test.go │ │ │ └── list_test.go │ │ └── cloud_providers.go │ ├── clusters │ │ ├── advancedsettings │ │ │ ├── advanced_settings.go │ │ │ ├── describe.go │ │ │ ├── describe_mock_test.go │ │ │ ├── describe_test.go │ │ │ ├── update.go │ │ │ ├── update_mock_test.go │ │ │ └── update_test.go │ │ ├── autoscalingconfig.go │ │ ├── autoscalingconfig_mock_test.go │ │ ├── autoscalingconfig_test.go │ │ ├── availableregions │ │ │ ├── available_regions.go │ │ │ ├── list.go │ │ │ ├── list_autocomplete_mock_test.go │ │ │ └── list_test.go │ │ ├── clusters.go │ │ ├── clusters_test.go │ │ ├── connectionstring │ │ │ ├── connection_string.go │ │ │ ├── describe.go │ │ │ ├── describe_mock_test.go │ │ │ └── describe_test.go │ │ ├── create.go │ │ ├── create_mock_test.go │ │ ├── create_test.go │ │ ├── delete.go │ │ ├── delete_mock_test.go │ │ ├── delete_test.go │ │ ├── describe.go │ │ ├── describe_mock_test.go │ │ ├── describe_test.go │ │ ├── failover.go │ │ ├── failover_mock_test.go │ │ ├── failover_test.go │ │ ├── indexes │ │ │ ├── create.go │ │ │ ├── create_mock_test.go │ │ │ ├── create_test.go │ │ │ └── indexes.go │ │ ├── list.go │ │ ├── list_mock_test.go │ │ ├── list_test.go │ │ ├── load_sample_data.go │ │ ├── load_sample_data_mock_test.go │ │ ├── load_sample_data_test.go │ │ ├── onlinearchive │ │ │ ├── create.go │ │ │ ├── create_mock_test.go │ │ │ ├── create_test.go │ │ │ ├── delete.go │ │ │ ├── delete_mock_test.go │ │ │ ├── delete_test.go │ │ │ ├── describe.go │ │ │ ├── describe_mock_test.go │ │ │ ├── describe_test.go │ │ │ ├── list.go │ │ │ ├── list_mock_test.go │ │ │ ├── list_test.go │ │ │ ├── online_archive.go │ │ │ ├── pause.go │ │ │ ├── pause_test.go │ │ │ ├── start.go │ │ │ ├── start_test.go │ │ │ ├── update.go │ │ │ ├── update_mock_test.go │ │ │ ├── update_test.go │ │ │ ├── watch.go │ │ │ └── watch_test.go │ │ ├── pause.go │ │ ├── pause_mock_test.go │ │ ├── pause_test.go │ │ ├── region_tier_autocomplete.go │ │ ├── region_tier_autocomplete_mock_test.go │ │ ├── region_tier_autocomplete_test.go │ │ ├── sampledata │ │ │ ├── describe.go │ │ │ ├── describe_mock_test.go │ │ │ ├── describe_test.go │ │ │ ├── load.go │ │ │ ├── load_mock_test.go │ │ │ ├── load_test.go │ │ │ ├── sample_data.go │ │ │ ├── watch.go │ │ │ └── watch_test.go │ │ ├── start.go │ │ ├── start_mock_test.go │ │ ├── start_test.go │ │ ├── update.go │ │ ├── update_mock_test.go │ │ ├── update_test.go │ │ ├── upgrade.go │ │ ├── upgrade_mock_test.go │ │ ├── upgrade_test.go │ │ ├── watch.go │ │ └── watch_test.go │ ├── commonerrors │ │ ├── errors.go │ │ └── errors_test.go │ ├── config │ │ ├── config.go │ │ ├── default_editor.go │ │ ├── default_editor_windows.go │ │ ├── delete.go │ │ ├── describe.go │ │ ├── describe_test.go │ │ ├── edit.go │ │ ├── init.go │ │ ├── init_test.go │ │ ├── list.go │ │ ├── rename.go │ │ ├── set.go │ │ ├── set_mock_test.go │ │ └── set_test.go │ ├── customdbroles │ │ ├── create.go │ │ ├── create_mock_test.go │ │ ├── create_test.go │ │ ├── custom_db_roles.go │ │ ├── custom_db_roles_test.go │ │ ├── delete.go │ │ ├── delete_mock_test.go │ │ ├── delete_test.go │ │ ├── describe.go │ │ ├── describe_mock_test.go │ │ ├── describe_test.go │ │ ├── list.go │ │ ├── list_mock_test.go │ │ ├── list_test.go │ │ ├── update.go │ │ ├── update_mock_test.go │ │ └── update_test.go │ ├── customdns │ │ ├── aws │ │ │ ├── aws.go │ │ │ ├── aws_test.go │ │ │ ├── describe.go │ │ │ ├── describe_mock_test.go │ │ │ ├── describe_test.go │ │ │ ├── disable.go │ │ │ ├── disable_mock_test.go │ │ │ ├── disable_test.go │ │ │ ├── enable.go │ │ │ ├── enable_mock_test.go │ │ │ └── enable_test.go │ │ ├── custom_dns.go │ │ └── custom_dns_test.go │ ├── datafederation │ │ ├── create.go │ │ ├── create_mock_test.go │ │ ├── create_test.go │ │ ├── data_federation.go │ │ ├── delete.go │ │ ├── delete_mock_test.go │ │ ├── delete_test.go │ │ ├── describe.go │ │ ├── describe_mock_test.go │ │ ├── describe_test.go │ │ ├── list.go │ │ ├── list_mock_test.go │ │ ├── list_test.go │ │ ├── logs.go │ │ ├── logs_mock_test.go │ │ ├── logs_test.go │ │ ├── privateendpoints │ │ │ ├── create.go │ │ │ ├── create_mock_test.go │ │ │ ├── create_test.go │ │ │ ├── delete.go │ │ │ ├── delete_mock_test.go │ │ │ ├── delete_test.go │ │ │ ├── describe.go │ │ │ ├── describe_mock_test.go │ │ │ ├── describe_test.go │ │ │ ├── list.go │ │ │ ├── list_mock_test.go │ │ │ ├── list_test.go │ │ │ └── private_endpoints.go │ │ ├── querylimits │ │ │ ├── create.go │ │ │ ├── create_mock_test.go │ │ │ ├── create_test.go │ │ │ ├── delete.go │ │ │ ├── delete_mock_test.go │ │ │ ├── delete_test.go │ │ │ ├── describe.go │ │ │ ├── describe_mock_test.go │ │ │ ├── describe_test.go │ │ │ ├── list.go │ │ │ ├── list_mock_test.go │ │ │ ├── list_test.go │ │ │ └── query_limits.go │ │ ├── update.go │ │ ├── update_mock_test.go │ │ └── update_test.go │ ├── datalake │ │ ├── create.go │ │ ├── create_mock_test.go │ │ ├── create_test.go │ │ ├── data_lake.go │ │ ├── delete.go │ │ ├── delete_mock_test.go │ │ ├── delete_test.go │ │ ├── describe.go │ │ ├── describe_mock_test.go │ │ ├── describe_test.go │ │ ├── list.go │ │ ├── list_mock_test.go │ │ ├── list_test.go │ │ ├── update.go │ │ ├── update_mock_test.go │ │ └── update_test.go │ ├── dbusers │ │ ├── certs │ │ │ ├── certs.go │ │ │ ├── create.go │ │ │ ├── create_mock_test.go │ │ │ ├── create_test.go │ │ │ ├── list.go │ │ │ ├── list_mock_test.go │ │ │ └── list_test.go │ │ ├── create.go │ │ ├── create_mock_test.go │ │ ├── create_test.go │ │ ├── dbusers.go │ │ ├── delete.go │ │ ├── delete_mock_test.go │ │ ├── delete_test.go │ │ ├── describe.go │ │ ├── describe_mock_test.go │ │ ├── describe_test.go │ │ ├── list.go │ │ ├── list_mock_test.go │ │ ├── list_test.go │ │ ├── update.go │ │ ├── update_mock_test.go │ │ └── update_test.go │ ├── decryption │ │ ├── key_providers.go │ │ ├── key_providers_test.go │ │ ├── list_key_provider.go │ │ └── list_key_provider_test.go │ ├── default_setter_opts.go │ ├── default_setter_opts_test.go │ ├── delete_opts.go │ ├── deployments │ │ ├── connect.go │ │ ├── connect_mock_test.go │ │ ├── connect_test.go │ │ ├── delete.go │ │ ├── delete_mock_test.go │ │ ├── delete_test.go │ │ ├── deployments.go │ │ ├── diagnostics.go │ │ ├── list.go │ │ ├── list_test.go │ │ ├── logs.go │ │ ├── logs_mock_test.go │ │ ├── logs_test.go │ │ ├── options │ │ │ ├── deployment_opts.go │ │ │ ├── deployment_opts_connect_string.go │ │ │ ├── deployment_opts_connect_with.go │ │ │ ├── deployment_opts_post_run.go │ │ │ ├── deployment_opts_pre_run.go │ │ │ ├── deployment_opts_remove.go │ │ │ ├── deployment_opts_select.go │ │ │ ├── deployment_opts_start.go │ │ │ └── deployment_opts_telemetry.go │ │ ├── pause.go │ │ ├── pause_mock_test.go │ │ ├── pause_test.go │ │ ├── search │ │ │ ├── indexes │ │ │ │ ├── create.go │ │ │ │ ├── create_mock_test.go │ │ │ │ ├── create_test.go │ │ │ │ ├── delete.go │ │ │ │ ├── delete_mock_test.go │ │ │ │ ├── delete_test.go │ │ │ │ ├── describe.go │ │ │ │ ├── describe_mock_test.go │ │ │ │ ├── describe_test.go │ │ │ │ ├── indexes.go │ │ │ │ ├── list.go │ │ │ │ ├── list_mock_test.go │ │ │ │ └── list_test.go │ │ │ └── search.go │ │ ├── setup.go │ │ ├── setup_test.go │ │ ├── start.go │ │ ├── start_mock_test.go │ │ ├── start_test.go │ │ └── test │ │ │ └── fixture │ │ │ ├── deployment.go │ │ │ ├── deployment_atlas.go │ │ │ ├── deployment_local.go │ │ │ └── deployment_opts_mocks.go │ ├── downloader_opts.go │ ├── errors.go │ ├── events │ │ ├── events.go │ │ ├── list.go │ │ ├── list_mock_test.go │ │ ├── list_test.go │ │ ├── orgs_list.go │ │ ├── orgs_list_mock_test.go │ │ ├── orgs_list_test.go │ │ ├── projects_list.go │ │ ├── projects_list_mock_test.go │ │ └── projects_list_test.go │ ├── federatedauthentication │ │ ├── federated_authentication.go │ │ └── federationsettings │ │ │ ├── connectedorgsconfigs │ │ │ ├── connect.go │ │ │ ├── connect_test.go │ │ │ ├── connected_orgs_configs.go │ │ │ ├── delete.go │ │ │ ├── delete_mock_test.go │ │ │ ├── delete_test.go │ │ │ ├── describe.go │ │ │ ├── describe_mock_test.go │ │ │ ├── describe_org_config_opts.go │ │ │ ├── describe_test.go │ │ │ ├── disconnect.go │ │ │ ├── disconnect_test.go │ │ │ ├── list.go │ │ │ ├── list_mock_test.go │ │ │ ├── list_test.go │ │ │ ├── update.go │ │ │ ├── update_mock_test.go │ │ │ └── update_test.go │ │ │ ├── describe.go │ │ │ ├── describe_mock_test.go │ │ │ ├── describe_test.go │ │ │ ├── federation_settings.go │ │ │ └── identityprovider │ │ │ ├── create │ │ │ ├── create.go │ │ │ ├── oidc.go │ │ │ ├── oidc_mock_test.go │ │ │ └── oidc_test.go │ │ │ ├── delete.go │ │ │ ├── delete_mock_test.go │ │ │ ├── delete_test.go │ │ │ ├── describe.go │ │ │ ├── describe_mock_test.go │ │ │ ├── describe_test.go │ │ │ ├── identity_provider.go │ │ │ ├── list.go │ │ │ ├── list_mock_test.go │ │ │ ├── list_test.go │ │ │ ├── revokejwk.go │ │ │ ├── revokejwk_mock_test.go │ │ │ ├── revokejwk_test.go │ │ │ └── update │ │ │ ├── oidc.go │ │ │ ├── oidc_mock_test.go │ │ │ ├── oidc_test.go │ │ │ └── update.go │ ├── help_templates.go │ ├── input_opts.go │ ├── integrations │ │ ├── create │ │ │ ├── create.go │ │ │ ├── create_mock_test.go │ │ │ ├── datadog.go │ │ │ ├── datadog_test.go │ │ │ ├── new_relic.go │ │ │ ├── new_relic_test.go │ │ │ ├── ops_genie.go │ │ │ ├── ops_genie_test.go │ │ │ ├── pager_duty.go │ │ │ ├── pager_duty_test.go │ │ │ ├── victor_ops.go │ │ │ ├── victor_ops_test.go │ │ │ ├── webhook.go │ │ │ └── webhook_test.go │ │ ├── delete.go │ │ ├── delete_mock_test.go │ │ ├── delete_test.go │ │ ├── describe.go │ │ ├── describe_mock_test.go │ │ ├── describe_test.go │ │ ├── integrations.go │ │ ├── list.go │ │ ├── list_mock_test.go │ │ └── list_test.go │ ├── list_opts.go │ ├── livemigrations │ │ ├── create.go │ │ ├── create_mock_test.go │ │ ├── create_test.go │ │ ├── cutover.go │ │ ├── cutover_mock_test.go │ │ ├── cutover_test.go │ │ ├── describe.go │ │ ├── describe_mock_test.go │ │ ├── describe_test.go │ │ ├── link │ │ │ ├── create.go │ │ │ ├── create_mock_test.go │ │ │ ├── create_test.go │ │ │ ├── delete.go │ │ │ ├── delete_mock_test.go │ │ │ ├── delete_test.go │ │ │ └── link.go │ │ ├── live_migrations.go │ │ ├── options │ │ │ └── live_migrations_opts.go │ │ └── validation │ │ │ ├── create.go │ │ │ ├── create_mock_test.go │ │ │ ├── create_test.go │ │ │ ├── describe.go │ │ │ ├── describe_mock_test.go │ │ │ ├── describe_test.go │ │ │ └── validation.go │ ├── logs │ │ ├── decrypt.go │ │ ├── decrypt_test.go │ │ ├── download.go │ │ ├── download_mock_test.go │ │ ├── download_test.go │ │ └── logs.go │ ├── maintenance │ │ ├── clear.go │ │ ├── clear_mock_test.go │ │ ├── clear_test.go │ │ ├── defer.go │ │ ├── defer_mock_test.go │ │ ├── defer_test.go │ │ ├── describe.go │ │ ├── describe_mock_test.go │ │ ├── describe_test.go │ │ ├── maintenance.go │ │ ├── update.go │ │ ├── update_mock_test.go │ │ └── update_test.go │ ├── metrics │ │ ├── databases │ │ │ ├── databases.go │ │ │ ├── describe.go │ │ │ ├── describe_mock_test.go │ │ │ ├── describe_test.go │ │ │ ├── list.go │ │ │ ├── list_mock_test.go │ │ │ └── list_test.go │ │ ├── disks │ │ │ ├── describe.go │ │ │ ├── describe_mock_test.go │ │ │ ├── describe_test.go │ │ │ ├── disks.go │ │ │ ├── list.go │ │ │ ├── list_mock_test.go │ │ │ └── list_test.go │ │ ├── metrics.go │ │ └── processes │ │ │ ├── processes.go │ │ │ ├── processes_mock_test.go │ │ │ └── processes_test.go │ ├── metrics_opt.go │ ├── metrics_opts_test.go │ ├── networking │ │ ├── containers │ │ │ ├── containers.go │ │ │ ├── delete.go │ │ │ ├── delete_mock_test.go │ │ │ ├── delete_test.go │ │ │ ├── list.go │ │ │ ├── list_mock_test.go │ │ │ └── list_test.go │ │ ├── networking.go │ │ └── peering │ │ │ ├── create │ │ │ ├── aws.go │ │ │ ├── aws_mock_test.go │ │ │ ├── aws_test.go │ │ │ ├── azure.go │ │ │ ├── azure_mock_test.go │ │ │ ├── azure_test.go │ │ │ ├── create.go │ │ │ ├── gcp.go │ │ │ ├── gcp_mock_test.go │ │ │ └── gcp_test.go │ │ │ ├── delete.go │ │ │ ├── delete_mock_test.go │ │ │ ├── delete_test.go │ │ │ ├── list.go │ │ │ ├── list_mock_test.go │ │ │ ├── list_test.go │ │ │ ├── peering.go │ │ │ ├── watch.go │ │ │ ├── watch_mock_test.go │ │ │ └── watch_test.go │ ├── org_opts.go │ ├── org_opts_test.go │ ├── organizations │ │ ├── apikeys │ │ │ ├── accesslists │ │ │ │ ├── access_lists.go │ │ │ │ ├── create.go │ │ │ │ ├── create_mock_test.go │ │ │ │ ├── create_test.go │ │ │ │ ├── delete.go │ │ │ │ ├── delete_mock_test.go │ │ │ │ ├── delete_test.go │ │ │ │ ├── list.go │ │ │ │ ├── list_mock_test.go │ │ │ │ └── list_test.go │ │ │ ├── apikeys.go │ │ │ ├── create.go │ │ │ ├── create_mock_test.go │ │ │ ├── create_test.go │ │ │ ├── delete.go │ │ │ ├── delete_mock_test.go │ │ │ ├── delete_test.go │ │ │ ├── describe.go │ │ │ ├── describe_mock_test.go │ │ │ ├── describe_test.go │ │ │ ├── list.go │ │ │ ├── list_mock_test.go │ │ │ ├── list_test.go │ │ │ ├── update.go │ │ │ ├── update_mock_test.go │ │ │ └── update_test.go │ │ ├── create.go │ │ ├── create_mock_test.go │ │ ├── create_test.go │ │ ├── delete.go │ │ ├── delete_mock_test.go │ │ ├── delete_test.go │ │ ├── describe.go │ │ ├── describe_mock_test.go │ │ ├── describe_test.go │ │ ├── invitations │ │ │ ├── delete.go │ │ │ ├── delete_mock_test.go │ │ │ ├── delete_test.go │ │ │ ├── describe.go │ │ │ ├── describe_mock_test.go │ │ │ ├── describe_test.go │ │ │ ├── invitations.go │ │ │ ├── invite.go │ │ │ ├── invite_mock_test.go │ │ │ ├── invite_test.go │ │ │ ├── list.go │ │ │ ├── list_mock_test.go │ │ │ ├── list_test.go │ │ │ ├── update.go │ │ │ ├── update_mock_test.go │ │ │ └── update_test.go │ │ ├── list.go │ │ ├── list_mock_test.go │ │ ├── list_test.go │ │ ├── organizations.go │ │ └── users │ │ │ ├── list.go │ │ │ ├── list_mock_test.go │ │ │ └── list_test.go │ ├── output_opts.go │ ├── output_opts_test.go │ ├── performance_advisor_opts.go │ ├── performance_advisor_opts_test.go │ ├── performanceadvisor │ │ ├── namespaces │ │ │ ├── list.go │ │ │ ├── list_mock_test.go │ │ │ └── list_test.go │ │ ├── performance_advisor.go │ │ ├── slowoperationthreshold │ │ │ ├── disable.go │ │ │ ├── disable_mock_test.go │ │ │ ├── disable_test.go │ │ │ ├── enable.go │ │ │ ├── enable_mock_test.go │ │ │ ├── enable_test.go │ │ │ └── slow_operation_threshold.go │ │ ├── slowquerylogs │ │ │ ├── list.go │ │ │ ├── list_mock_test.go │ │ │ └── list_test.go │ │ └── suggestedindexes │ │ │ ├── list.go │ │ │ ├── list_mock_test.go │ │ │ └── list_test.go │ ├── plugin │ │ ├── first_class.go │ │ ├── first_class_test.go │ │ ├── github.go │ │ ├── install.go │ │ ├── install_test.go │ │ ├── list.go │ │ ├── list_test.go │ │ ├── plugin.go │ │ ├── plugin_github_asset.go │ │ ├── plugin_github_asset_test.go │ │ ├── plugin_test.go │ │ ├── uninstall.go │ │ ├── uninstall_test.go │ │ ├── update.go │ │ └── update_test.go │ ├── prerun_opts.go │ ├── privateendpoints │ │ ├── aws │ │ │ ├── aws.go │ │ │ ├── create.go │ │ │ ├── create_mock_test.go │ │ │ ├── create_test.go │ │ │ ├── delete.go │ │ │ ├── delete_mock_test.go │ │ │ ├── delete_test.go │ │ │ ├── describe.go │ │ │ ├── describe_mock_test.go │ │ │ ├── describe_test.go │ │ │ ├── interfaces │ │ │ │ ├── create.go │ │ │ │ ├── create_mock_test.go │ │ │ │ ├── create_test.go │ │ │ │ ├── delete.go │ │ │ │ ├── delete_mock_test.go │ │ │ │ ├── delete_test.go │ │ │ │ ├── describe.go │ │ │ │ ├── describe_mock_test.go │ │ │ │ ├── describe_test.go │ │ │ │ └── interfaces.go │ │ │ ├── list.go │ │ │ ├── list_mock_test.go │ │ │ ├── list_test.go │ │ │ ├── watch.go │ │ │ └── watch_test.go │ │ ├── azure │ │ │ ├── azure.go │ │ │ ├── create.go │ │ │ ├── create_mock_test.go │ │ │ ├── create_test.go │ │ │ ├── delete.go │ │ │ ├── delete_mock_test.go │ │ │ ├── delete_test.go │ │ │ ├── describe.go │ │ │ ├── describe_mock_test.go │ │ │ ├── describe_test.go │ │ │ ├── interfaces │ │ │ │ ├── create.go │ │ │ │ ├── create_mock_test.go │ │ │ │ ├── create_test.go │ │ │ │ ├── delete.go │ │ │ │ ├── delete_mock_test.go │ │ │ │ ├── delete_test.go │ │ │ │ ├── describe.go │ │ │ │ ├── describe_mock_test.go │ │ │ │ ├── describe_test.go │ │ │ │ └── interfaces.go │ │ │ ├── list.go │ │ │ ├── list_mock_test.go │ │ │ ├── list_test.go │ │ │ ├── watch.go │ │ │ └── watch_test.go │ │ ├── create.go │ │ ├── create_mock_test.go │ │ ├── create_test.go │ │ ├── datalake │ │ │ ├── aws │ │ │ │ ├── aws.go │ │ │ │ ├── create.go │ │ │ │ ├── create_mock_test.go │ │ │ │ ├── create_test.go │ │ │ │ ├── delete.go │ │ │ │ ├── delete_mock_test.go │ │ │ │ ├── delete_test.go │ │ │ │ ├── describe.go │ │ │ │ ├── describe_mock_test.go │ │ │ │ ├── describe_test.go │ │ │ │ ├── list.go │ │ │ │ ├── list_mock_test.go │ │ │ │ └── list_test.go │ │ │ └── data_lake.go │ │ ├── delete.go │ │ ├── delete_mock_test.go │ │ ├── delete_test.go │ │ ├── describe.go │ │ ├── describe_mock_test.go │ │ ├── describe_test.go │ │ ├── gcp │ │ │ ├── create.go │ │ │ ├── create_mock_test.go │ │ │ ├── create_test.go │ │ │ ├── delete.go │ │ │ ├── delete_mock_test.go │ │ │ ├── delete_test.go │ │ │ ├── describe.go │ │ │ ├── describe_mock_test.go │ │ │ ├── describe_test.go │ │ │ ├── gcp.go │ │ │ ├── interfaces │ │ │ │ ├── create.go │ │ │ │ ├── create_mock_test.go │ │ │ │ ├── create_test.go │ │ │ │ ├── delete.go │ │ │ │ ├── delete_mock_test.go │ │ │ │ ├── delete_test.go │ │ │ │ ├── describe.go │ │ │ │ ├── describe_mock_test.go │ │ │ │ ├── describe_test.go │ │ │ │ └── interfaces.go │ │ │ ├── list.go │ │ │ ├── list_mock_test.go │ │ │ ├── list_test.go │ │ │ ├── watch.go │ │ │ └── watch_test.go │ │ ├── interfaces │ │ │ ├── create.go │ │ │ ├── create_mock_test.go │ │ │ ├── create_test.go │ │ │ ├── delete.go │ │ │ ├── delete_mock_test.go │ │ │ ├── delete_test.go │ │ │ ├── describe.go │ │ │ ├── describe_mock_test.go │ │ │ ├── describe_test.go │ │ │ └── interfaces.go │ │ ├── list.go │ │ ├── list_mock_test.go │ │ ├── list_test.go │ │ ├── onlinearchive │ │ │ └── online_archive.go │ │ ├── private_endpoints.go │ │ ├── regionalmodes │ │ │ ├── describe.go │ │ │ ├── describe_mock_test.go │ │ │ ├── describe_test.go │ │ │ ├── disable.go │ │ │ ├── disable_mock_test.go │ │ │ ├── disable_test.go │ │ │ ├── enable.go │ │ │ ├── enable_test.go │ │ │ └── regional_mode.go │ │ ├── watch.go │ │ └── watch_test.go │ ├── processes │ │ ├── describe.go │ │ ├── describe_mock_test.go │ │ ├── describe_test.go │ │ ├── list.go │ │ ├── list_mock_test.go │ │ ├── list_test.go │ │ ├── process_autocomplete.go │ │ ├── process_autocomplete_test.go │ │ └── processes.go │ ├── profile.go │ ├── project_opts.go │ ├── project_opts_test.go │ ├── projects │ │ ├── apikeys │ │ │ ├── api_keys.go │ │ │ ├── assign.go │ │ │ ├── assign_mock_test.go │ │ │ ├── assign_test.go │ │ │ ├── create.go │ │ │ ├── create_mock_test.go │ │ │ ├── create_test.go │ │ │ ├── delete.go │ │ │ ├── delete_mock_test.go │ │ │ ├── delete_test.go │ │ │ ├── list.go │ │ │ ├── list_mock_test.go │ │ │ └── list_test.go │ │ ├── create.go │ │ ├── create_mock_test.go │ │ ├── create_test.go │ │ ├── delete.go │ │ ├── delete_mock_test.go │ │ ├── delete_test.go │ │ ├── describe.go │ │ ├── describe_mock_test.go │ │ ├── describe_test.go │ │ ├── invitations │ │ │ ├── delete.go │ │ │ ├── delete_mock_test.go │ │ │ ├── delete_test.go │ │ │ ├── describe.go │ │ │ ├── describe_mock_test.go │ │ │ ├── describe_test.go │ │ │ ├── invitations.go │ │ │ ├── invite.go │ │ │ ├── invite_mock_test.go │ │ │ ├── invite_test.go │ │ │ ├── list.go │ │ │ ├── list_mock_test.go │ │ │ ├── list_test.go │ │ │ ├── update.go │ │ │ ├── update_mock_test.go │ │ │ └── update_test.go │ │ ├── list.go │ │ ├── list_mock_test.go │ │ ├── list_test.go │ │ ├── projects.go │ │ ├── settings │ │ │ ├── describe.go │ │ │ ├── describe_mock_test.go │ │ │ ├── describe_test.go │ │ │ ├── settings.go │ │ │ ├── update.go │ │ │ ├── update_mock_test.go │ │ │ └── update_test.go │ │ ├── teams │ │ │ ├── add.go │ │ │ ├── add_mock_test.go │ │ │ ├── add_test.go │ │ │ ├── delete.go │ │ │ ├── delete_mock_test.go │ │ │ ├── delete_test.go │ │ │ ├── list.go │ │ │ ├── list_mock_test.go │ │ │ ├── list_test.go │ │ │ ├── teams.go │ │ │ ├── update.go │ │ │ ├── update_mock_test.go │ │ │ └── update_test.go │ │ ├── update.go │ │ ├── update_mock_test.go │ │ ├── update_test.go │ │ └── users │ │ │ ├── delete.go │ │ │ ├── delete_mock_test.go │ │ │ ├── delete_test.go │ │ │ ├── list.go │ │ │ ├── list_mock_test.go │ │ │ ├── list_test.go │ │ │ └── users.go │ ├── refresher_opts.go │ ├── require │ │ ├── require.go │ │ └── require_test.go │ ├── root │ │ ├── builder.go │ │ └── builder_test.go │ ├── search │ │ ├── create.go │ │ ├── create_mock_test.go │ │ ├── create_test.go │ │ ├── delete.go │ │ ├── delete_mock_test.go │ │ ├── delete_test.go │ │ ├── describe.go │ │ ├── describe_mock_test.go │ │ ├── describe_test.go │ │ ├── index_opts.go │ │ ├── indexes.go │ │ ├── list.go │ │ ├── list_mock_test.go │ │ ├── list_test.go │ │ ├── nodes │ │ │ ├── create.go │ │ │ ├── create_mock_test.go │ │ │ ├── create_test.go │ │ │ ├── delete.go │ │ │ ├── delete_mock_test.go │ │ │ ├── delete_test.go │ │ │ ├── list.go │ │ │ ├── list_mock_test.go │ │ │ ├── list_test.go │ │ │ ├── nodes.go │ │ │ ├── spec_file.go │ │ │ ├── update.go │ │ │ ├── update_mock_test.go │ │ │ └── update_test.go │ │ ├── search.go │ │ ├── update.go │ │ ├── update_mock_test.go │ │ └── update_test.go │ ├── security │ │ ├── customercerts │ │ │ ├── certs.go │ │ │ ├── create.go │ │ │ ├── create_mock_test.go │ │ │ ├── create_test.go │ │ │ ├── describe.go │ │ │ ├── describe_mock_test.go │ │ │ ├── describe_test.go │ │ │ ├── disable.go │ │ │ ├── disable_mock_test.go │ │ │ └── disable_test.go │ │ ├── ldap │ │ │ ├── delete.go │ │ │ ├── delete_mock_test.go │ │ │ ├── delete_test.go │ │ │ ├── get.go │ │ │ ├── get_mock_test.go │ │ │ ├── get_test.go │ │ │ ├── ldap.go │ │ │ ├── save.go │ │ │ ├── save_mock_test.go │ │ │ ├── save_test.go │ │ │ ├── status.go │ │ │ ├── status_mock_test.go │ │ │ ├── status_test.go │ │ │ ├── verify.go │ │ │ ├── verify_mock_test.go │ │ │ ├── verify_test.go │ │ │ ├── watch.go │ │ │ └── watch_test.go │ │ └── security.go │ ├── serverless │ │ ├── backup │ │ │ ├── backup.go │ │ │ ├── restores │ │ │ │ ├── create.go │ │ │ │ ├── create_mock_test.go │ │ │ │ ├── create_test.go │ │ │ │ ├── describe.go │ │ │ │ ├── describe_mock_test.go │ │ │ │ ├── describe_test.go │ │ │ │ ├── list.go │ │ │ │ ├── list_mock_test.go │ │ │ │ ├── list_test.go │ │ │ │ ├── restores.go │ │ │ │ ├── watch.go │ │ │ │ └── watch_test.go │ │ │ └── snapshots │ │ │ │ ├── describe.go │ │ │ │ ├── describe_mock_test.go │ │ │ │ ├── describe_test.go │ │ │ │ ├── list.go │ │ │ │ ├── list_mock_test.go │ │ │ │ ├── list_test.go │ │ │ │ ├── snapshots.go │ │ │ │ ├── watch.go │ │ │ │ └── watch_test.go │ │ ├── create.go │ │ ├── create_mock_test.go │ │ ├── create_test.go │ │ ├── delete.go │ │ ├── delete_mock_test.go │ │ ├── delete_test.go │ │ ├── describe.go │ │ ├── describe_mock_test.go │ │ ├── describe_test.go │ │ ├── list.go │ │ ├── list_mock_test.go │ │ ├── list_test.go │ │ ├── serverless.go │ │ ├── update.go │ │ ├── update_mock_test.go │ │ ├── update_test.go │ │ ├── watch.go │ │ └── watch_test.go │ ├── setup │ │ ├── access_list_setup.go │ │ ├── cluster_config.go │ │ ├── cluster_config_test.go │ │ ├── cluster_setup.go │ │ ├── confirm_default_setup.go │ │ ├── dbuser_setup.go │ │ ├── prompt.go │ │ ├── setup_cmd.go │ │ ├── setup_cmd_test.go │ │ └── setup_mock_test.go │ ├── streams │ │ ├── connection │ │ │ ├── connection.go │ │ │ ├── create.go │ │ │ ├── create_mock_test.go │ │ │ ├── create_test.go │ │ │ ├── delete.go │ │ │ ├── delete_mock_test.go │ │ │ ├── delete_test.go │ │ │ ├── describe.go │ │ │ ├── describe_mock_test.go │ │ │ ├── describe_test.go │ │ │ ├── list.go │ │ │ ├── list_mock_test.go │ │ │ ├── list_test.go │ │ │ ├── update.go │ │ │ ├── update_mock_test.go │ │ │ └── update_test.go │ │ ├── instance │ │ │ ├── create.go │ │ │ ├── create_mock_test.go │ │ │ ├── create_test.go │ │ │ ├── delete.go │ │ │ ├── delete_mock_test.go │ │ │ ├── delete_test.go │ │ │ ├── describe.go │ │ │ ├── describe_mock_test.go │ │ │ ├── describe_test.go │ │ │ ├── download.go │ │ │ ├── download_mock_test.go │ │ │ ├── download_test.go │ │ │ ├── instance.go │ │ │ ├── list.go │ │ │ ├── list_mock_test.go │ │ │ ├── list_test.go │ │ │ ├── update.go │ │ │ ├── update_mock_test.go │ │ │ └── update_test.go │ │ ├── privatelink │ │ │ ├── create.go │ │ │ ├── create_mock_test.go │ │ │ ├── create_test.go │ │ │ ├── delete.go │ │ │ ├── delete_mock_test.go │ │ │ ├── delete_test.go │ │ │ ├── describe.go │ │ │ ├── describe_mock_test.go │ │ │ ├── describe_test.go │ │ │ ├── list.go │ │ │ ├── list_mock_test.go │ │ │ ├── list_test.go │ │ │ └── privatelink.go │ │ └── streams.go │ ├── teams │ │ ├── create.go │ │ ├── create_mock_test.go │ │ ├── create_test.go │ │ ├── delete.go │ │ ├── delete_mock_test.go │ │ ├── delete_test.go │ │ ├── describe.go │ │ ├── describe_mock_test.go │ │ ├── describe_test.go │ │ ├── list.go │ │ ├── list_mock_test.go │ │ ├── list_test.go │ │ ├── rename.go │ │ ├── rename_mock_test.go │ │ ├── rename_test.go │ │ ├── teams.go │ │ └── users │ │ │ ├── add.go │ │ │ ├── add_mock_test.go │ │ │ ├── add_test.go │ │ │ ├── delete.go │ │ │ ├── delete_mock_test.go │ │ │ ├── delete_test.go │ │ │ ├── list.go │ │ │ ├── list_mock_test.go │ │ │ ├── list_test.go │ │ │ └── users.go │ ├── users │ │ ├── describe.go │ │ ├── describe_mock_test.go │ │ ├── describe_test.go │ │ ├── invite.go │ │ ├── invite_mock_test.go │ │ ├── invite_test.go │ │ └── users.go │ ├── watch_opts.go │ └── workflows │ │ ├── flags.go │ │ └── flags_test.go ├── compass │ ├── compass.go │ ├── compass_bin_darwin.go │ ├── compass_bin_linux.go │ ├── compass_bin_windows.go │ ├── compass_cmd.go │ └── compass_cmd_windows.go ├── config │ └── migrations │ │ ├── migrations.go │ │ ├── v2.go │ │ └── v2_test.go ├── container │ ├── container.go │ ├── container_new.go │ ├── container_new_linux.go │ ├── docker.go │ ├── docker_test.go │ └── podman.go ├── convert │ ├── README.md │ ├── custom_db_role.go │ ├── custom_db_role_test.go │ ├── database_user.go │ ├── database_user_test.go │ ├── time.go │ └── time_test.go ├── decryption │ ├── aes │ │ ├── cbc.go │ │ └── gcm.go │ ├── audit_log_line_scanner.go │ ├── decompress.go │ ├── decryption.go │ ├── decryption_test.go │ ├── encrypted_audit_log.go │ ├── header.go │ ├── header_test.go │ ├── key_provider_opts.go │ ├── keyproviders │ │ ├── aws.go │ │ ├── azure.go │ │ ├── gcp.go │ │ └── key_provider.go │ ├── list_providers.go │ ├── log_record.go │ └── output.go ├── file │ ├── file.go │ └── file_test.go ├── flag │ └── flags.go ├── homebrew │ ├── homebrew.go │ └── homebrew_test.go ├── jsonpathwriter │ └── jsonpathwriter.go ├── jsonwriter │ └── jsonwriter.go ├── latestrelease │ ├── finder.go │ └── finder_test.go ├── log │ ├── log.go │ └── log_test.go ├── mocks │ ├── mock_clusters.go │ ├── mock_container.go │ ├── mock_default_opts.go │ ├── mock_deployment_opts_telemetry.go │ ├── mock_mongodb_client.go │ ├── mock_podman.go │ ├── mock_refresher.go │ ├── mock_release_version.go │ └── mock_store.go ├── mongodbclient │ ├── client.go │ ├── collection.go │ └── database.go ├── mongosh │ ├── mongosh.go │ ├── mongosh_bin.go │ └── mongosh_bin_windows.go ├── plugin │ ├── plugin.go │ ├── plugin_manifest.go │ ├── plugin_manifest_test.go │ └── plugin_test.go ├── podman │ ├── client.go │ ├── container_inspect.go │ ├── docker_schema2.go │ └── network.go ├── pointer │ └── pointer.go ├── prerun │ └── prerun.go ├── prompt │ ├── config.go │ └── prompt.go ├── randgen │ └── randgen.go ├── search │ ├── search.go │ └── search_test.go ├── set │ ├── set.go │ └── set_test.go ├── sighandle │ └── sighandle.go ├── store │ ├── access_logs.go │ ├── access_role.go │ ├── alert_configuration.go │ ├── alerts.go │ ├── api_keys.go │ ├── api_keys_access_list.go │ ├── auditing.go │ ├── backup_compliance.go │ ├── cloud_provider_backup.go │ ├── cloud_provider_backup_serverless.go │ ├── cloud_provider_regions.go │ ├── clusters.go │ ├── connected_org_configs.go │ ├── custom_dns.go │ ├── data_federation.go │ ├── data_federation_private_endpoint.go │ ├── data_federation_query_limits.go │ ├── data_lake.go │ ├── database_roles.go │ ├── database_users.go │ ├── default_mongodb_version.go │ ├── deprected_private_endpoints.go │ ├── events.go │ ├── federation_settings.go │ ├── flex_clusters.go │ ├── identity_providers.go │ ├── indexes.go │ ├── integrations.go │ ├── ip_info.go │ ├── ldap_configurations.go │ ├── live_migration.go │ ├── live_migration_link_tokens.go │ ├── live_migrations.go │ ├── logs.go │ ├── maintenance.go │ ├── online_archives.go │ ├── organization_invitations.go │ ├── organizations.go │ ├── peering_connections.go │ ├── performance_advisor.go │ ├── private_endpoints.go │ ├── process_databases.go │ ├── process_disk_measurements.go │ ├── process_disks.go │ ├── process_measurements.go │ ├── processes.go │ ├── project_invitations.go │ ├── project_ip_access_lists.go │ ├── project_settings.go │ ├── projects.go │ ├── search.go │ ├── search_deprecated.go │ ├── search_nodes.go │ ├── serverless_instances.go │ ├── store.go │ ├── store_test.go │ ├── streams.go │ ├── teams.go │ ├── telemetry.go │ ├── users.go │ └── x509_auth_database_users.go ├── telemetry │ ├── ask.go │ ├── command.go │ ├── event.go │ ├── event_test.go │ ├── installer.go │ ├── installer_darwin.go │ ├── installer_linux.go │ ├── installer_windows.go │ ├── read_answer.go │ ├── read_answer_test.go │ ├── telemetry.go │ ├── tracker.go │ ├── tracker_mock_test.go │ └── tracker_test.go ├── templatewriter │ ├── templatewriter.go │ └── templatewriter_test.go ├── terminal │ └── terminal.go ├── test │ └── test.go ├── usage │ └── usage.go ├── validate │ ├── common_password.go │ ├── validate.go │ └── validate_test.go ├── version │ ├── release_version.go │ └── version.go ├── vscode │ ├── vscode.go │ ├── vscode_cli_bin.go │ ├── vscode_cli_bin_windows.go │ └── vscode_test.go └── watchers │ ├── cluster.go │ ├── flex_cluster.go │ └── watcher.go ├── scripts ├── add-copy.sh ├── add-e2e-profiles.sh ├── fix-lint.sh ├── pre-commit.sh ├── release.sh ├── update-openapi-spec.sh ├── update-sdk.sh └── verify-library-owners-sorted.sh ├── test ├── README.md ├── e2e │ ├── .DS_Store │ ├── atlas │ │ ├── autogeneration │ │ │ └── autogeneratedcommands │ │ │ │ └── autogenerated_commands_test.go │ │ ├── backup │ │ │ ├── compliancepolicy │ │ │ │ ├── backupcompliancepolicycopyprotection │ │ │ │ │ └── backup_compliancepolicy_copyprotection_test.go │ │ │ │ ├── backupcompliancepolicydescribe │ │ │ │ │ └── backup_compliancepolicy_describe_test.go │ │ │ │ ├── backupcompliancepolicyenable │ │ │ │ │ └── backup_compliancepolicy_enable_test.go │ │ │ │ ├── backupcompliancepolicypitrestore │ │ │ │ │ └── backup_compliancepolicy_pitrestore_test.go │ │ │ │ ├── backupcompliancepolicypoliciesdescribe │ │ │ │ │ └── backup_compliancepolicy_policies_describe_test.go │ │ │ │ └── backupcompliancepolicysetup │ │ │ │ │ └── backup_compliancepolicy_setup_test.go │ │ │ ├── exports │ │ │ │ ├── buckets │ │ │ │ │ └── backupexportbuckets │ │ │ │ │ │ └── backup_export_buckets_test.go │ │ │ │ └── jobs │ │ │ │ │ └── backupexportjobs │ │ │ │ │ └── backup_export_jobs_test.go │ │ │ ├── flex │ │ │ │ └── backupflex │ │ │ │ │ └── backup_flex_test.go │ │ │ ├── restores │ │ │ │ └── backuprestores │ │ │ │ │ └── backup_restores_test.go │ │ │ ├── schedule │ │ │ │ └── backupschedule │ │ │ │ │ └── backup_schedule_test.go │ │ │ └── snapshot │ │ │ │ └── backupsnapshot │ │ │ │ └── backup_snapshot_test.go │ │ ├── clusters │ │ │ ├── file │ │ │ │ └── clustersfile │ │ │ │ │ ├── clusters_file_test.go │ │ │ │ │ └── testdata │ │ │ │ │ ├── create_2dspere_index.json │ │ │ │ │ ├── create_cluster_gov_test.json │ │ │ │ │ ├── create_cluster_test.json │ │ │ │ │ ├── create_index_test-unknown-fields.json │ │ │ │ │ ├── create_partial_index.json │ │ │ │ │ ├── create_sparse_index.json │ │ │ │ │ └── update_cluster_test.json │ │ │ ├── flags │ │ │ │ └── clustersflags │ │ │ │ │ └── clusters_flags_test.go │ │ │ ├── flex │ │ │ │ ├── clustersflex │ │ │ │ │ └── clusters_flex_test.go │ │ │ │ └── clustersflexfile │ │ │ │ │ ├── clusters_flex_file_test.go │ │ │ │ │ └── testdata │ │ │ │ │ └── create_flex_cluster_test.json │ │ │ ├── iss │ │ │ │ ├── clustersiss │ │ │ │ │ └── clusters_iss_test.go │ │ │ │ └── clustersissfile │ │ │ │ │ ├── clusters_iss_file_test.go │ │ │ │ │ └── testdata │ │ │ │ │ ├── create_iss_cluster_test.json │ │ │ │ │ └── create_iss_cluster_test_update.json │ │ │ ├── m0 │ │ │ │ └── clustersm0 │ │ │ │ │ └── clusters_m0_test.go │ │ │ ├── sharded │ │ │ │ └── clusterssharded │ │ │ │ │ └── clusters_sharded_test.go │ │ │ └── upgrade │ │ │ │ └── clustersupgrade │ │ │ │ └── clusters_upgrade_test.go │ │ ├── datafederation │ │ │ ├── db │ │ │ │ └── datafederationdb │ │ │ │ │ └── data_federation_db_test.go │ │ │ ├── privatenetwork │ │ │ │ └── datafederationprivateendpoint │ │ │ │ │ └── data_federation_private_endpoint_test.go │ │ │ └── querylimits │ │ │ │ └── datafederationquerylimit │ │ │ │ └── data_federation_query_limit_test.go │ │ ├── decrypt │ │ │ ├── decryptionaws │ │ │ │ ├── decryption_aws_test.go │ │ │ │ └── testdata │ │ │ │ │ ├── test-input │ │ │ │ │ └── test-output │ │ │ ├── decryptionazure │ │ │ │ ├── decryption_azure_test.go │ │ │ │ └── testdata │ │ │ │ │ ├── test-input │ │ │ │ │ └── test-output │ │ │ ├── decryptiongcp │ │ │ │ ├── decryption_gcp_test.go │ │ │ │ └── testdata │ │ │ │ │ ├── test-input │ │ │ │ │ └── test-output │ │ │ └── decryptionlocalkey │ │ │ │ ├── decryption_localkey_test.go │ │ │ │ └── testdata │ │ │ │ ├── test-input │ │ │ │ └── test-output │ │ ├── deployments │ │ │ ├── atlasclusters │ │ │ │ └── deploymentsatlas │ │ │ │ │ ├── deployments_atlas_test.go │ │ │ │ │ └── deployments_atlas_test_iss.go │ │ │ └── local │ │ │ │ ├── auth │ │ │ │ ├── deprecated │ │ │ │ │ └── deploymentslocalauthindexdeprecated │ │ │ │ │ │ ├── deployments_local_auth_index_deprecated_test.go │ │ │ │ │ │ └── testdata │ │ │ │ │ │ ├── sample_vector_search_deprecated.json │ │ │ │ │ │ └── sample_vector_search_pipeline.json │ │ │ │ └── new │ │ │ │ │ └── deploymentslocalauth │ │ │ │ │ ├── deployments_local_auth_test.go │ │ │ │ │ └── testdata │ │ │ │ │ ├── sample_vector_search.json │ │ │ │ │ └── sample_vector_search_pipeline.json │ │ │ │ ├── noauth │ │ │ │ └── deploymentslocalnoauth │ │ │ │ │ ├── deployments_local_noauth_test.go │ │ │ │ │ └── testdata │ │ │ │ │ ├── sample_vector_search.json │ │ │ │ │ └── sample_vector_search_pipeline.json │ │ │ │ ├── nocli │ │ │ │ └── deploymentslocalnocli │ │ │ │ │ ├── deployments_local_nocli_test.go │ │ │ │ │ └── testdata │ │ │ │ │ ├── sample_vector_search.json │ │ │ │ │ └── sample_vector_search_pipeline.json │ │ │ │ └── seed │ │ │ │ └── deploymentslocalseedfail │ │ │ │ ├── deployments_local_seed_fail_test.go │ │ │ │ └── testdata │ │ │ │ └── db_seed_fail │ │ │ │ └── fail.sh │ │ ├── generic │ │ │ ├── accesslists │ │ │ │ └── access_lists_test.go │ │ │ ├── accessroles │ │ │ │ └── access_roles_test.go │ │ │ ├── alerts │ │ │ │ └── alerts_test.go │ │ │ ├── alertsettings │ │ │ │ ├── 96_alerts.json │ │ │ │ └── alert_settings_test.go │ │ │ ├── auditing │ │ │ │ ├── auditing_test.go │ │ │ │ └── testdata │ │ │ │ │ └── update_auditing.json │ │ │ ├── customdbroles │ │ │ │ └── custom_db_roles_test.go │ │ │ ├── customdns │ │ │ │ └── custom_dns_test.go │ │ │ ├── dbusers │ │ │ │ └── dbusers_test.go │ │ │ ├── dbuserscerts │ │ │ │ └── dbusers_certs_test.go │ │ │ ├── events │ │ │ │ └── events_test.go │ │ │ ├── integrations │ │ │ │ └── integrations_test.go │ │ │ ├── maintenance │ │ │ │ └── maintenance_test.go │ │ │ ├── profile │ │ │ │ └── profile_test.go │ │ │ └── projectsettings │ │ │ │ └── project_settings_test.go │ │ ├── iam │ │ │ ├── atlasorgapikeyaccesslist │ │ │ │ └── atlas_org_api_key_access_list_test.go │ │ │ ├── atlasorgapikeys │ │ │ │ └── atlas_org_api_keys_test.go │ │ │ ├── atlasorginvitations │ │ │ │ └── atlas_org_invitations_test.go │ │ │ ├── atlasorgs │ │ │ │ └── atlas_orgs_test.go │ │ │ ├── atlasprojectapikeys │ │ │ │ └── atlas_project_api_keys_test.go │ │ │ ├── atlasprojectinvitations │ │ │ │ └── atlas_project_invitations_test.go │ │ │ ├── atlasprojects │ │ │ │ ├── atlas_projects_test.go │ │ │ │ └── testdata │ │ │ │ │ ├── update_project_name_and_tags.json │ │ │ │ │ └── update_project_reset_tags.json │ │ │ ├── atlasprojectteams │ │ │ │ └── atlas_project_teams_test.go │ │ │ ├── atlasteams │ │ │ │ └── atlas_teams_test.go │ │ │ ├── atlasteamusers │ │ │ │ └── atlas_team_users_test.go │ │ │ ├── atlasusers │ │ │ │ └── atlas_users_test.go │ │ │ └── federationsettings │ │ │ │ ├── federation_settings_test.go │ │ │ │ └── testdata │ │ │ │ ├── connected_org_config.json │ │ │ │ └── connected_org_config_update.json │ │ ├── interactive │ │ │ ├── setupfailure │ │ │ │ └── setup_failure_test.go │ │ │ └── setupforce │ │ │ │ ├── setup_force_test.go │ │ │ │ └── setup_force_test_iss.go │ │ ├── ldap │ │ │ └── ldap │ │ │ │ └── ldap_test.go │ │ ├── livemigrations │ │ │ └── livemigrations │ │ │ │ └── live_migrations_test.go │ │ ├── logs │ │ │ ├── accesslogs │ │ │ │ └── access_logs_test.go │ │ │ └── logs │ │ │ │ └── logs_test.go │ │ ├── metrics │ │ │ └── metrics │ │ │ │ └── metrics_test.go │ │ ├── networking │ │ │ └── privateendpoint │ │ │ │ └── private_endpoint_test.go │ │ ├── onlinearchive │ │ │ └── onlinearchives │ │ │ │ └── online_archives_test.go │ │ ├── performanceAdvisor │ │ │ └── performanceadvisor │ │ │ │ └── performance_advisor_test.go │ │ ├── plugin │ │ │ ├── install │ │ │ │ └── plugininstall │ │ │ │ │ └── plugin_install_test.go │ │ │ ├── run │ │ │ │ └── pluginrun │ │ │ │ │ └── plugin_run_test.go │ │ │ ├── uninstall │ │ │ │ └── pluginuninstall │ │ │ │ │ └── plugin_uninstall_test.go │ │ │ └── update │ │ │ │ └── pluginupdate │ │ │ │ └── plugin_update_test.go │ │ ├── processes │ │ │ └── processes │ │ │ │ └── processes_test.go │ │ ├── search │ │ │ └── search │ │ │ │ └── search_test.go │ │ ├── search_nodes │ │ │ └── searchnodes │ │ │ │ ├── search_nodes_test.go │ │ │ │ └── testdata │ │ │ │ ├── search_nodes_spec.json │ │ │ │ └── search_nodes_spec_update.json │ │ ├── serverless │ │ │ └── instance │ │ │ │ └── serverless │ │ │ │ └── serverless_test.go │ │ ├── serviceAccount │ │ │ └── service_account_test.go │ │ ├── streams │ │ │ └── streams │ │ │ │ ├── streams_test.go │ │ │ │ └── testdata │ │ │ │ ├── create_streams_connection_test.json │ │ │ │ ├── create_streams_privateLink_test.json │ │ │ │ └── update_streams_connection_test.json │ │ └── streams_with_cluster │ │ │ └── streamswithclusters │ │ │ ├── streams_with_clusters_test.go │ │ │ └── testdata │ │ │ └── create_streams_connection_atlas_test.json │ ├── brew │ │ └── brew │ │ │ └── brew_test.go │ ├── config │ │ ├── autocomplete │ │ │ └── autocomplete_test.go │ │ ├── config │ │ │ └── config_test.go │ │ └── migration │ │ │ └── migration_test.go │ ├── kubernetes │ │ └── pluginfirstclass │ │ │ └── plugin_first_class_test.go │ └── testdata │ │ └── .snapshots │ │ ├── TestAccessList │ │ ├── Create_Delete_After │ │ │ └── POST_api_atlas_v2_groups_69363e1a3077fe411c6408d8_accessList_1.snaphost │ │ ├── Create_Forever │ │ │ └── POST_api_atlas_v2_groups_69363e1a3077fe411c6408d8_accessList_1.snaphost │ │ ├── Create_with_CurrentIp │ │ │ ├── GET_api_private_ipinfo_1.snaphost │ │ │ └── POST_api_atlas_v2_groups_69363e1a3077fe411c6408d8_accessList_1.snaphost │ │ ├── Delete#01 │ │ │ └── DELETE_api_atlas_v2_groups_69363e1a3077fe411c6408d8_accessList_192.168.0.16_1.snaphost │ │ ├── Delete#02 │ │ │ └── DELETE_api_atlas_v2_groups_69363e1a3077fe411c6408d8_accessList_64.236.133.176_1.snaphost │ │ ├── Delete │ │ │ └── DELETE_api_atlas_v2_groups_69363e1a3077fe411c6408d8_accessList_192.168.0.16_1.snaphost │ │ ├── Describe │ │ │ └── GET_api_atlas_v2_groups_69363e1a3077fe411c6408d8_accessList_192.168.0.16_1.snaphost │ │ ├── List │ │ │ └── GET_api_atlas_v2_groups_69363e1a3077fe411c6408d8_accessList_1.snaphost │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ └── memory.json │ │ ├── TestAccessLogs │ │ ├── GET_api_atlas_v2_groups_69363e06ca99750d9ec05f64_clusters_accessLogs-268_1.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e06ca99750d9ec05f64_clusters_accessLogs-268_2.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e06ca99750d9ec05f64_clusters_accessLogs-268_3.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e06ca99750d9ec05f64_clusters_provider_regions_1.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e06ca99750d9ec05f64_processes_1.snaphost │ │ ├── GET_api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost │ │ ├── List_by_clusterName │ │ │ └── GET_api_atlas_v2_groups_69363e06ca99750d9ec05f64_dbAccessHistory_clusters_accessLogs-268_1.snaphost │ │ ├── List_by_hostname │ │ │ └── GET_api_atlas_v2_groups_69363e06ca99750d9ec05f64_dbAccessHistory_processes_atlas-q1baou-shard-00-00.x2zzv4.mongodb-dev.net_1.snaphost │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ ├── POST_api_atlas_v2_groups_69363e06ca99750d9ec05f64_clusters_1.snaphost │ │ └── memory.json │ │ ├── TestAccessRoles │ │ ├── Create │ │ │ └── POST_api_atlas_v2_groups_69363e363077fe411c64196c_cloudProviderAccess_1.snaphost │ │ ├── List │ │ │ └── GET_api_atlas_v2_groups_69363e363077fe411c64196c_cloudProviderAccess_1.snaphost │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ └── memory.json │ │ ├── TestAlertConfig │ │ ├── Create │ │ │ └── POST_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_1.snaphost │ │ ├── Delete │ │ │ └── DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_69363e5e3077fe411c6428da_1.snaphost │ │ ├── Describe │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_69363e5e3077fe411c6428da_1.snaphost │ │ ├── List │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_1.snaphost │ │ ├── List_Compact │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_1.snaphost │ │ ├── List_Matcher_Fields │ │ │ └── GET_api_atlas_v2_alertConfigs_matchers_fieldNames_1.snaphost │ │ ├── Update │ │ │ └── PUT_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_69363e5e3077fe411c6428da_1.snaphost │ │ ├── Update_Setting_using_file_input │ │ │ └── PUT_api_atlas_v2_groups_b0123456789abcdef012345b_alertConfigs_69363e5e3077fe411c6428da_1.snaphost │ │ └── memory.json │ │ ├── TestAlerts │ │ ├── Acknowledge │ │ │ └── PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_alerts_5efdb5dd5b306e51e2e9b05b_1.snaphost │ │ ├── Acknowledge_Forever │ │ │ └── PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_alerts_5efdb5dd5b306e51e2e9b05b_1.snaphost │ │ ├── Describe │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_alerts_5efdb5dd5b306e51e2e9b05b_1.snaphost │ │ ├── List_with_no_status │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_alerts_1.snaphost │ │ ├── List_with_status_CLOSED │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_alerts_1.snaphost │ │ ├── List_with_status_OPEN │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_alerts_1.snaphost │ │ ├── UnAcknowledge │ │ │ └── PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_alerts_5efdb5dd5b306e51e2e9b05b_1.snaphost │ │ └── memory.json │ │ ├── TestAtlasOrgAPIKeyAccessList │ │ ├── Create │ │ │ └── POST_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_69363e0a3077fe411c63f5fd_accessList_1.snaphost │ │ ├── Create_Current_IP │ │ │ ├── GET_api_private_ipinfo_1.snaphost │ │ │ └── POST_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_69363e0a3077fe411c63f5fd_accessList_1.snaphost │ │ ├── DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_69363e0a3077fe411c63f5fd_1.snaphost │ │ ├── Delete#01 │ │ │ └── DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_69363e0a3077fe411c63f5fd_accessList_64.236.142.136_1.snaphost │ │ ├── Delete │ │ │ └── DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_69363e0a3077fe411c63f5fd_accessList_192.168.0.72_1.snaphost │ │ ├── List │ │ │ └── GET_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_69363e0a3077fe411c63f5fd_accessList_1.snaphost │ │ ├── POST_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_1.snaphost │ │ └── memory.json │ │ ├── TestAtlasOrgAPIKeys │ │ ├── Create │ │ │ └── POST_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_1.snaphost │ │ ├── Delete │ │ │ └── DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_69363e1eca99750d9ec06d42_1.snaphost │ │ ├── Describe │ │ │ └── GET_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_69363e1eca99750d9ec06d42_1.snaphost │ │ ├── List │ │ │ └── GET_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_1.snaphost │ │ ├── List_Compact │ │ │ └── GET_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_1.snaphost │ │ ├── Update │ │ │ └── PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_69363e1eca99750d9ec06d42_1.snaphost │ │ └── memory.json │ │ ├── TestAtlasOrgInvitations │ │ ├── Delete │ │ │ └── DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_69363e31ca99750d9ec075ae_1.snaphost │ │ ├── Delete_Invitation_from_File_Test │ │ │ └── DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_69363e39ca99750d9ec07617_1.snaphost │ │ ├── Describe │ │ │ └── GET_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_69363e31ca99750d9ec075ae_1.snaphost │ │ ├── Invite │ │ │ └── POST_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_1.snaphost │ │ ├── Invite_with_File#01 │ │ │ └── POST_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_1.snaphost │ │ ├── Invite_with_File │ │ │ └── POST_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_1.snaphost │ │ ├── List │ │ │ └── GET_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_1.snaphost │ │ ├── Update_by_ID │ │ │ └── PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_69363e31ca99750d9ec075ae_1.snaphost │ │ ├── Update_by_email │ │ │ └── PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_1.snaphost │ │ ├── Update_with_File#01 │ │ │ └── PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_69363e31ca99750d9ec075ae_1.snaphost │ │ ├── Update_with_File │ │ │ └── PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_invites_69363e31ca99750d9ec075ae_1.snaphost │ │ └── memory.json │ │ ├── TestAtlasOrgs │ │ ├── Describe │ │ │ └── GET_api_atlas_v2_orgs_a0123456789abcdef012345a_1.snaphost │ │ ├── List │ │ │ └── GET_api_atlas_v2_orgs_1.snaphost │ │ ├── List_Org_Users │ │ │ └── GET_api_atlas_v2_orgs_a0123456789abcdef012345a_users_1.snaphost │ │ └── memory.json │ │ ├── TestAtlasProjectAPIKeys │ │ ├── Assign │ │ │ └── PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_apiKeys_69363e5eca99750d9ec08544_1.snaphost │ │ ├── Create │ │ │ └── POST_api_atlas_v2_groups_b0123456789abcdef012345b_apiKeys_1.snaphost │ │ ├── DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_apiKeys_69363e5eca99750d9ec08544_1.snaphost │ │ ├── Delete │ │ │ └── DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_apiKeys_69363e5eca99750d9ec08544_1.snaphost │ │ ├── List │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_apiKeys_1.snaphost │ │ ├── List_Compact │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_apiKeys_1.snaphost │ │ └── memory.json │ │ ├── TestAtlasProjectInvitations │ │ ├── Delete │ │ │ └── DELETE_api_atlas_v2_groups_69363e6eca99750d9ec086bd_invites_69363e743077fe411c642f7b_1.snaphost │ │ ├── Describe │ │ │ └── GET_api_atlas_v2_groups_69363e6eca99750d9ec086bd_invites_69363e743077fe411c642f7b_1.snaphost │ │ ├── Invite │ │ │ └── POST_api_atlas_v2_groups_69363e6eca99750d9ec086bd_invites_1.snaphost │ │ ├── List │ │ │ └── GET_api_atlas_v2_groups_69363e6eca99750d9ec086bd_invites_1.snaphost │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ ├── Update_by_ID │ │ │ └── PATCH_api_atlas_v2_groups_69363e6eca99750d9ec086bd_invites_69363e743077fe411c642f7b_1.snaphost │ │ ├── Update_by_email │ │ │ └── PATCH_api_atlas_v2_groups_69363e6eca99750d9ec086bd_invites_1.snaphost │ │ └── memory.json │ │ ├── TestAtlasProjectTeams │ │ ├── Add │ │ │ └── POST_api_atlas_v2_groups_69363eabca99750d9ec09541_teams_1.snaphost │ │ ├── DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_69363eb3ca99750d9ec099ff_1.snaphost │ │ ├── Delete │ │ │ └── DELETE_api_atlas_v2_groups_69363eabca99750d9ec09541_teams_69363eb3ca99750d9ec099ff_1.snaphost │ │ ├── GET_api_atlas_v2_orgs_a0123456789abcdef012345a_users_1.snaphost │ │ ├── List │ │ │ └── GET_api_atlas_v2_groups_69363eabca99750d9ec09541_teams_1.snaphost │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ ├── POST_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_1.snaphost │ │ ├── Update │ │ │ └── PATCH_api_atlas_v2_groups_69363eabca99750d9ec09541_teams_69363eb3ca99750d9ec099ff_1.snaphost │ │ └── memory.json │ │ ├── TestAtlasProjects │ │ ├── Create │ │ │ └── POST_api_atlas_v2_groups_1.snaphost │ │ ├── Delete │ │ │ └── DELETE_api_atlas_v2_groups_69363e873077fe411c64301a_1.snaphost │ │ ├── Describe │ │ │ └── GET_api_atlas_v2_groups_69363e873077fe411c64301a_1.snaphost │ │ ├── List │ │ │ └── GET_api_atlas_v2_groups_1.snaphost │ │ ├── Tags │ │ │ └── GET_api_atlas_v2_groups_69363e873077fe411c64301a_1.snaphost │ │ ├── Update_resetTags │ │ │ ├── GET_api_atlas_v2_groups_69363e873077fe411c64301a_1.snaphost │ │ │ └── PATCH_api_atlas_v2_groups_69363e873077fe411c64301a_1.snaphost │ │ ├── Update_setNameAndTags │ │ │ ├── GET_api_atlas_v2_groups_69363e873077fe411c64301a_1.snaphost │ │ │ └── PATCH_api_atlas_v2_groups_69363e873077fe411c64301a_1.snaphost │ │ ├── Users │ │ │ └── GET_api_atlas_v2_groups_69363e873077fe411c64301a_users_1.snaphost │ │ └── memory.json │ │ ├── TestAtlasTeamUsers │ │ ├── Add │ │ │ └── POST_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_69363ee1ca99750d9ec09de7_users_1.snaphost │ │ ├── DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_69363ee1ca99750d9ec09de7_1.snaphost │ │ ├── Delete │ │ │ └── DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_69363ee1ca99750d9ec09de7_users_61dc5929ae95796dcd418d1d_1.snaphost │ │ ├── GET_api_atlas_v2_orgs_a0123456789abcdef012345a_users_1.snaphost │ │ ├── GET_api_atlas_v2_orgs_a0123456789abcdef012345a_users_2.snaphost │ │ ├── List │ │ │ └── GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_69363ee1ca99750d9ec09de7_users_1.snaphost │ │ ├── List_Compact │ │ │ └── GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_69363ee1ca99750d9ec09de7_users_1.snaphost │ │ ├── POST_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_1.snaphost │ │ └── memory.json │ │ ├── TestAtlasTeams │ │ ├── Create │ │ │ ├── GET_api_atlas_v2_orgs_a0123456789abcdef012345a_users_1.snaphost │ │ │ └── POST_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_1.snaphost │ │ ├── Delete │ │ │ └── DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_69363ec73077fe411c643b81_1.snaphost │ │ ├── Describe_By_ID │ │ │ └── GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_69363ec73077fe411c643b81_1.snaphost │ │ ├── Describe_By_Name │ │ │ └── GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_byName_teams891_1.snaphost │ │ ├── List │ │ │ └── GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_1.snaphost │ │ ├── List_Compact │ │ │ └── GET_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_1.snaphost │ │ ├── Rename │ │ │ └── PATCH_api_atlas_v2_orgs_a0123456789abcdef012345a_teams_69363ec73077fe411c643b81_1.snaphost │ │ └── memory.json │ │ ├── TestAtlasUsers │ │ ├── Describe_by_ID │ │ │ └── GET_api_atlas_v2_users_5e4bc367c6b0f41bb9bbb178_1.snaphost │ │ ├── Describe_by_username │ │ │ └── GET_api_atlas_v2_users_byName_andrea.angiolillo@mongodb.com_1.snaphost │ │ ├── Invite │ │ │ └── POST_api_atlas_v2_users_1.snaphost │ │ ├── List │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_users_1.snaphost │ │ └── memory.json │ │ ├── TestAuditing │ │ ├── Describe │ │ │ └── GET_api_atlas_v2_groups_69363e77ca99750d9ec08ac3_auditLog_1.snaphost │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ ├── Update │ │ │ └── PATCH_api_atlas_v2_groups_69363e77ca99750d9ec08ac3_auditLog_1.snaphost │ │ ├── Update_via_file │ │ │ └── PATCH_api_atlas_v2_groups_69363e77ca99750d9ec08ac3_auditLog_1.snaphost │ │ └── memory.json │ │ ├── TestAutogeneratedCommands │ │ ├── GET_api_atlas_v2_groups_69363df83077fe411c63d61f_clusters_AutogeneratedCommands-6_1.snaphost │ │ ├── GET_api_atlas_v2_groups_69363df83077fe411c63d61f_clusters_AutogeneratedCommands-6_2.snaphost │ │ ├── GET_api_atlas_v2_groups_69363df83077fe411c63d61f_clusters_AutogeneratedCommands-6_3.snaphost │ │ ├── GET_api_atlas_v2_groups_69363df83077fe411c63d61f_clusters_provider_regions_1.snaphost │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ ├── POST_api_atlas_v2_groups_69363df83077fe411c63d61f_clusters_1.snaphost │ │ └── memory.json │ │ ├── TestBackupCompliancePolicyCopyProtection │ │ ├── GET_api_atlas_v2_groups_69363e083077fe411c63f1a6_backupCompliancePolicy_1.snaphost │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ ├── PUT_api_atlas_v2_groups_69363e083077fe411c63f1a6_backupCompliancePolicy_1.snaphost │ │ ├── disable │ │ │ ├── GET_api_atlas_v2_groups_69363e083077fe411c63f1a6_backupCompliancePolicy_1.snaphost │ │ │ └── PUT_api_atlas_v2_groups_69363e083077fe411c63f1a6_backupCompliancePolicy_1.snaphost │ │ ├── enable │ │ │ ├── GET_api_atlas_v2_groups_69363e083077fe411c63f1a6_backupCompliancePolicy_1.snaphost │ │ │ ├── GET_api_atlas_v2_groups_69363e083077fe411c63f1a6_backupCompliancePolicy_2.snaphost │ │ │ ├── GET_api_atlas_v2_groups_69363e083077fe411c63f1a6_backupCompliancePolicy_3.snaphost │ │ │ └── PUT_api_atlas_v2_groups_69363e083077fe411c63f1a6_backupCompliancePolicy_1.snaphost │ │ └── memory.json │ │ ├── TestBackupCompliancePolicyDescribe │ │ ├── GET_api_atlas_v2_groups_69363e2aca99750d9ec07199_backupCompliancePolicy_1.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e2aca99750d9ec07199_backupCompliancePolicy_2.snaphost │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ ├── PUT_api_atlas_v2_groups_69363e2aca99750d9ec07199_backupCompliancePolicy_1.snaphost │ │ └── memory.json │ │ ├── TestBackupCompliancePolicyEnable │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ ├── PUT_api_atlas_v2_groups_69363e40ca99750d9ec07980_backupCompliancePolicy_1.snaphost │ │ └── memory.json │ │ ├── TestBackupCompliancePolicyPointInTimeRestore │ │ ├── GET_api_atlas_v2_groups_69363e493077fe411c6421a5_backupCompliancePolicy_1.snaphost │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ ├── PUT_api_atlas_v2_groups_69363e493077fe411c6421a5_backupCompliancePolicy_1.snaphost │ │ ├── enable │ │ │ ├── GET_api_atlas_v2_groups_69363e493077fe411c6421a5_backupCompliancePolicy_1.snaphost │ │ │ └── PUT_api_atlas_v2_groups_69363e493077fe411c6421a5_backupCompliancePolicy_1.snaphost │ │ └── memory.json │ │ ├── TestBackupCompliancePolicyPoliciesDescribe │ │ ├── GET_api_atlas_v2_groups_69363e5bca99750d9ec08177_backupCompliancePolicy_1.snaphost │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ ├── PUT_api_atlas_v2_groups_69363e5bca99750d9ec08177_backupCompliancePolicy_1.snaphost │ │ └── memory.json │ │ ├── TestBackupCompliancePolicySetup │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ ├── PUT_api_atlas_v2_groups_69363e6a3077fe411c642b4e_backupCompliancePolicy_1.snaphost │ │ └── memory.json │ │ ├── TestClustersFile │ │ ├── Create_index_with_unknown_fields │ │ │ └── POST_api_atlas_v2_groups_69363e02ca99750d9ec05401_clusters_cluster-592_index_1.snaphost │ │ ├── Create_via_file │ │ │ └── POST_api_atlas_v2_groups_69363e02ca99750d9ec05401_clusters_1.snaphost │ │ ├── Delete_file_creation │ │ │ └── DELETE_api_atlas_v2_groups_69363e02ca99750d9ec05401_clusters_cluster-592_1.snaphost │ │ ├── GET_api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ ├── Update_via_file │ │ │ ├── GET_api_atlas_v2_groups_69363e02ca99750d9ec05401_clusters_cluster-592_1.snaphost │ │ │ ├── GET_api_atlas_v2_groups_69363e02ca99750d9ec05401_clusters_cluster-592_autoScalingConfiguration_1.snaphost │ │ │ └── PATCH_api_atlas_v2_groups_69363e02ca99750d9ec05401_clusters_cluster-592_1.snaphost │ │ ├── Watch │ │ │ ├── GET_api_atlas_v2_groups_69363e02ca99750d9ec05401_clusters_cluster-592_1.snaphost │ │ │ ├── GET_api_atlas_v2_groups_69363e02ca99750d9ec05401_clusters_cluster-592_2.snaphost │ │ │ └── GET_api_atlas_v2_groups_69363e02ca99750d9ec05401_clusters_cluster-592_3.snaphost │ │ └── memory.json │ │ ├── TestClustersFlags │ │ ├── Create │ │ │ ├── GET_api_atlas_v2_groups_69363e1e3077fe411c640cd1_clusters_cluster-166_1.snaphost │ │ │ ├── GET_api_atlas_v2_groups_69363e1e3077fe411c640cd1_clusters_cluster-166_2.snaphost │ │ │ └── POST_api_atlas_v2_groups_69363e1e3077fe411c640cd1_clusters_1.snaphost │ │ ├── Create_Rolling_Index │ │ │ └── POST_api_atlas_v2_groups_69363e1e3077fe411c640cd1_clusters_cluster-166_index_1.snaphost │ │ ├── Delete │ │ │ ├── DELETE_api_atlas_v2_groups_69363e1e3077fe411c640cd1_clusters_cluster-166_1.snaphost │ │ │ ├── GET_api_atlas_v2_groups_69363e1e3077fe411c640cd1_clusters_cluster-166_1.snaphost │ │ │ └── GET_api_atlas_v2_groups_69363e1e3077fe411c640cd1_clusters_cluster-166_2.snaphost │ │ ├── Describe │ │ │ └── GET_api_atlas_v2_groups_69363e1e3077fe411c640cd1_clusters_cluster-166_1.snaphost │ │ ├── Describe_Advanced_Configuration_Settings │ │ │ └── GET_api_atlas_v2_groups_69363e1e3077fe411c640cd1_clusters_cluster-166_processArgs_1.snaphost │ │ ├── Describe_Connection_String │ │ │ └── GET_api_atlas_v2_groups_69363e1e3077fe411c640cd1_clusters_cluster-166_1.snaphost │ │ ├── Fail_Delete_for_Termination_Protection_enabled │ │ │ └── DELETE_api_atlas_v2_groups_69363e1e3077fe411c640cd1_clusters_cluster-166_1.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e1e3077fe411c640cd1_clusters_provider_regions_1.snaphost │ │ ├── GET_api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost │ │ ├── List │ │ │ └── GET_api_atlas_v2_groups_69363e1e3077fe411c640cd1_clusters_1.snaphost │ │ ├── Load_Sample_Data │ │ │ └── POST_api_atlas_v2_groups_69363e1e3077fe411c640cd1_sampleDatasetLoad_cluster-166_1.snaphost │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ ├── Update │ │ │ ├── GET_api_atlas_v2_groups_69363e1e3077fe411c640cd1_clusters_cluster-166_1.snaphost │ │ │ ├── GET_api_atlas_v2_groups_69363e1e3077fe411c640cd1_clusters_cluster-166_2.snaphost │ │ │ ├── GET_api_atlas_v2_groups_69363e1e3077fe411c640cd1_clusters_cluster-166_autoScalingConfiguration_1.snaphost │ │ │ └── PATCH_api_atlas_v2_groups_69363e1e3077fe411c640cd1_clusters_cluster-166_1.snaphost │ │ ├── Update_Advanced_Configuration_Settings │ │ │ └── PATCH_api_atlas_v2_groups_69363e1e3077fe411c640cd1_clusters_cluster-166_processArgs_1.snaphost │ │ └── memory.json │ │ ├── TestClustersM0Flags │ │ ├── Create │ │ │ └── POST_api_atlas_v2_groups_69363dfcca99750d9ec04972_clusters_1.snaphost │ │ ├── Delete │ │ │ └── DELETE_api_atlas_v2_groups_69363dfcca99750d9ec04972_clusters_cluster-516_1.snaphost │ │ ├── Describe │ │ │ └── GET_api_atlas_v2_groups_69363dfcca99750d9ec04972_clusters_cluster-516_1.snaphost │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ ├── Watch │ │ │ ├── GET_api_atlas_v2_groups_69363dfcca99750d9ec04972_clusters_cluster-516_1.snaphost │ │ │ ├── GET_api_atlas_v2_groups_69363dfcca99750d9ec04972_clusters_cluster-516_2.snaphost │ │ │ └── GET_api_atlas_v2_groups_69363dfcca99750d9ec04972_clusters_cluster-516_3.snaphost │ │ └── memory.json │ │ ├── TestCustomDNS │ │ ├── Describe │ │ │ └── GET_api_atlas_v2_groups_69363e9bca99750d9ec08fb8_awsCustomDNS_1.snaphost │ │ ├── Disable │ │ │ └── PATCH_api_atlas_v2_groups_69363e9bca99750d9ec08fb8_awsCustomDNS_1.snaphost │ │ ├── Enable │ │ │ └── PATCH_api_atlas_v2_groups_69363e9bca99750d9ec08fb8_awsCustomDNS_1.snaphost │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ └── memory.json │ │ ├── TestDBRoles │ │ ├── Create │ │ │ └── POST_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_1.snaphost │ │ ├── Delete │ │ │ └── DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-662_1.snaphost │ │ ├── Describe │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-662_1.snaphost │ │ ├── List │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_1.snaphost │ │ ├── Update │ │ │ └── PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-662_1.snaphost │ │ ├── Update_with_append │ │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-662_1.snaphost │ │ │ └── PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_customDBRoles_roles_role-662_1.snaphost │ │ └── memory.json │ │ ├── TestDBUserCerts │ │ ├── Create │ │ │ └── POST_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_user630_certs_1.snaphost │ │ ├── Create_DBUser │ │ │ └── POST_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_1.snaphost │ │ ├── Delete_User │ │ │ └── DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_$external_user630_1.snaphost │ │ ├── List │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_user630_certs_1.snaphost │ │ └── memory.json │ │ ├── TestDBUserWithFlags │ │ ├── Create │ │ │ └── POST_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_1.snaphost │ │ ├── Delete │ │ │ └── DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-489_1.snaphost │ │ ├── Describe │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-489_1.snaphost │ │ ├── List │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_1.snaphost │ │ ├── List_Compact │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_1.snaphost │ │ ├── Update │ │ │ └── PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-489_1.snaphost │ │ ├── Update_only_password │ │ │ └── PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-489_1.snaphost │ │ └── memory.json │ │ ├── TestDBUsersWithStdin │ │ ├── Create │ │ │ └── POST_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_1.snaphost │ │ ├── Create_OIDC_user │ │ │ └── POST_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_1.snaphost │ │ ├── Delete │ │ │ ├── DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_d0123456789abcdef012345d_user-661_1.snaphost │ │ │ └── DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-661_1.snaphost │ │ ├── Describe │ │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_d0123456789abcdef012345d_user-661_1.snaphost │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-661_1.snaphost │ │ ├── Update │ │ │ └── PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_admin_user-661_1.snaphost │ │ └── memory.json │ │ ├── TestDataFederation │ │ ├── Create │ │ │ └── POST_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_1.snaphost │ │ ├── DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-225_1.snaphost │ │ ├── Delete │ │ │ └── DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-225_1.snaphost │ │ ├── Describe │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-225_1.snaphost │ │ ├── Download_Logs │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-225_queryLogs.gz_1.snaphost │ │ ├── List │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_1.snaphost │ │ ├── Log │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-225_queryLogs.gz_1.snaphost │ │ ├── Update │ │ │ └── PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-225_1.snaphost │ │ └── memory.json │ │ ├── TestDataFederationPrivateEndpointsAWS │ │ ├── Create │ │ │ └── POST_api_atlas_v2_groups_69363dfdca99750d9ec04d32_privateNetworkSettings_endpointIds_1.snaphost │ │ ├── Delete │ │ │ └── DELETE_api_atlas_v2_groups_69363dfdca99750d9ec04d32_privateNetworkSettings_endpointIds_vpce-0fcd9d80bbafe1909_1.snaphost │ │ ├── Describe │ │ │ └── GET_api_atlas_v2_groups_69363dfdca99750d9ec04d32_privateNetworkSettings_endpointIds_vpce-0fcd9d80bbafe1909_1.snaphost │ │ ├── List │ │ │ └── GET_api_atlas_v2_groups_69363dfdca99750d9ec04d32_privateNetworkSettings_endpointIds_1.snaphost │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ └── memory.json │ │ ├── TestDataFederationQueryLimit │ │ ├── Create │ │ │ └── PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-291_limits_bytesProcessed.query_1.snaphost │ │ ├── Create_Data_Federation │ │ │ └── POST_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_1.snaphost │ │ ├── Delete │ │ │ └── DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-291_limits_bytesProcessed.query_1.snaphost │ │ ├── Delete_Data_Federation │ │ │ └── DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-291_1.snaphost │ │ ├── Describe │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-291_limits_bytesProcessed.query_1.snaphost │ │ ├── List │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_dataFederation_e2e-data-federation-291_limits_1.snaphost │ │ └── memory.json │ │ ├── TestEvents │ │ ├── List_Organization_Events │ │ │ └── GET_api_atlas_v2_orgs_a0123456789abcdef012345a_events_1.snaphost │ │ ├── List_Project_Events │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_events_1.snaphost │ │ └── memory.json │ │ ├── TestExportBuckets │ │ ├── Create │ │ │ └── POST_api_atlas_v2_groups_b0123456789abcdef012345b_backup_exportBuckets_1.snaphost │ │ ├── Delete │ │ │ └── DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_backup_exportBuckets_69363df4ca99750d9ec04961_1.snaphost │ │ ├── Describe │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_backup_exportBuckets_69363df4ca99750d9ec04961_1.snaphost │ │ ├── List │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_backup_exportBuckets_1.snaphost │ │ └── memory.json │ │ ├── TestExportJobs │ │ ├── Create_bucket │ │ │ └── POST_api_atlas_v2_groups_b0123456789abcdef012345b_backup_exportBuckets_1.snaphost │ │ ├── Create_cluster │ │ │ └── POST_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_1.snaphost │ │ ├── Create_job │ │ │ └── POST_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-715_backup_exports_1.snaphost │ │ ├── Create_snapshot │ │ │ └── POST_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-715_backup_snapshots_1.snaphost │ │ ├── DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-715_1.snaphost │ │ ├── Delete_snapshot │ │ │ └── DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-715_backup_snapshots_6936408dca99750d9ec0c1d0_1.snaphost │ │ ├── Describe_job │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-715_backup_exports_693641193077fe411c645dc4_1.snaphost │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-715_1.snaphost │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-715_2.snaphost │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-715_3.snaphost │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-715_4.snaphost │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-715_5.snaphost │ │ ├── GET_api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost │ │ ├── List_jobs │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-715_backup_exports_1.snaphost │ │ ├── Watch_create_job │ │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-715_backup_exports_693641193077fe411c645dc4_1.snaphost │ │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-715_backup_exports_693641193077fe411c645dc4_2.snaphost │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-715_backup_exports_693641193077fe411c645dc4_3.snaphost │ │ ├── Watch_snapshot_creation │ │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-715_backup_snapshots_6936408dca99750d9ec0c1d0_1.snaphost │ │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-715_backup_snapshots_6936408dca99750d9ec0c1d0_2.snaphost │ │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-715_backup_snapshots_6936408dca99750d9ec0c1d0_3.snaphost │ │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-715_backup_snapshots_6936408dca99750d9ec0c1d0_4.snaphost │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-715_backup_snapshots_6936408dca99750d9ec0c1d0_1.snaphost │ │ └── memory.json │ │ ├── TestFlexBackup │ │ ├── Delete_flex_cluster │ │ │ ├── DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-454_1.snaphost │ │ │ ├── DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-454_1.snaphost │ │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-454_1.snaphost │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-454_2.snaphost │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-454_1.snaphost │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-454_1.snaphost │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-454_2.snaphost │ │ ├── POST_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_1.snaphost │ │ ├── Restores_Create_-_Automated │ │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_test-flex_1.snaphost │ │ │ └── POST_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_test-flex_backup_restoreJobs_1.snaphost │ │ ├── Restores_Create_-_Download │ │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_test-flex_1.snaphost │ │ │ └── POST_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_test-flex_backup_restoreJobs_1.snaphost │ │ ├── Restores_Describe │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_test-flex_backup_restoreJobs_69363e403077fe411c642138_1.snaphost │ │ ├── Restores_List │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_test-flex_backup_restoreJobs_1.snaphost │ │ ├── Restores_Watch │ │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_test-flex_backup_restoreJobs_69363e403077fe411c642138_1.snaphost │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_test-flex_backup_restoreJobs_69363e403077fe411c642138_2.snaphost │ │ ├── Restores_Watch_-_Download │ │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_test-flex_backup_restoreJobs_69363e88ca99750d9ec08f23_1.snaphost │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_test-flex_backup_restoreJobs_69363e88ca99750d9ec08f23_2.snaphost │ │ ├── Snapshot_Describe │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_test-flex_backup_snapshots_692c79715959326c91f702e6_1.snaphost │ │ ├── Snapshot_List │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_test-flex_backup_snapshots_1.snaphost │ │ ├── Snapshot_Watch │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_test-flex_backup_snapshots_692c79715959326c91f702e6_1.snaphost │ │ └── memory.json │ │ ├── TestFlexCluster │ │ ├── Create_flex_cluster │ │ │ └── POST_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_1.snaphost │ │ ├── Delete_flex_cluster │ │ │ ├── DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-288_1.snaphost │ │ │ ├── DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-288_1.snaphost │ │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-288_1.snaphost │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-288_2.snaphost │ │ ├── Get_flex_cluster │ │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-288_1.snaphost │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-288_1.snaphost │ │ ├── List_flex_cluster │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_1.snaphost │ │ └── memory.json │ │ ├── TestFlexClustersFile │ │ ├── Create_Flex_Cluster_via_file │ │ │ └── POST_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_1.snaphost │ │ ├── Delete_Flex_Cluster_-_created_via_file │ │ │ ├── DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-900_1.snaphost │ │ │ ├── DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-900_1.snaphost │ │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-900_1.snaphost │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-900_2.snaphost │ │ └── memory.json │ │ ├── TestISSClustersFile │ │ ├── Create_ISS_Cluster_via_file │ │ │ └── POST_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_1.snaphost │ │ ├── Delete_ISS_Cluster_-_created_via_file │ │ │ ├── DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-615_1.snaphost │ │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-615_1.snaphost │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-615_2.snaphost │ │ ├── Get_ISS_cluster_autoScalingMode │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-615_autoScalingConfiguration_1.snaphost │ │ ├── Pause_ISS_cluster │ │ │ └── PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-615_1.snaphost │ │ ├── Start_ISS_cluster │ │ │ └── PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-615_1.snaphost │ │ ├── Update_ISS_cluster_with_file │ │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-615_1.snaphost │ │ │ └── PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-615_1.snaphost │ │ ├── Watch_ISS_cluster │ │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-615_1.snaphost │ │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-615_2.snaphost │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-615_3.snaphost │ │ └── memory.json │ │ ├── TestIdentityProviders │ │ ├── Connect_OIDC_IdP_WORKFORCE │ │ │ ├── GET_api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_a0123456789abcdef012345a_1.snaphost │ │ │ └── PATCH_api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_a0123456789abcdef012345a_1.snaphost │ │ ├── Connect_OIDC_IdP_WORKLOAD │ │ │ ├── GET_api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_a0123456789abcdef012345a_1.snaphost │ │ │ └── PATCH_api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_a0123456789abcdef012345a_1.snaphost │ │ ├── Create_OIDC_IdP_WORKFORCE │ │ │ └── POST_api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_1.snaphost │ │ ├── Create_OIDC_IdP_WORKLOAD │ │ │ └── POST_api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_1.snaphost │ │ ├── DELETE_api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_69363f0c3077fe411c6442d6_1.snaphost │ │ ├── DELETE_api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_69363f0c3077fe411c6442d6_jwks_1.snaphost │ │ ├── DELETE_api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_69363f16ca99750d9ec0b0b3_1.snaphost │ │ ├── DELETE_api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_69363f16ca99750d9ec0b0b3_jwks_1.snaphost │ │ ├── Describe_OIDC_IdP_WORKFORCE#01 │ │ │ └── GET_api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_69363f16ca99750d9ec0b0b3_1.snaphost │ │ ├── Describe_OIDC_IdP_WORKFORCE │ │ │ └── GET_api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_69363f16ca99750d9ec0b0b3_1.snaphost │ │ ├── Describe_an_org_federation_settings │ │ │ └── GET_api_atlas_v2_orgs_a0123456789abcdef012345a_federationSettings_1.snaphost │ │ ├── Describe_connectedOrgsConfig │ │ │ └── GET_api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_a0123456789abcdef012345a_1.snaphost │ │ ├── Disconnect_OIDC_IdP_WORKFORCE │ │ │ ├── GET_api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_a0123456789abcdef012345a_1.snaphost │ │ │ └── PATCH_api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_a0123456789abcdef012345a_1.snaphost │ │ ├── Disconnect_OIDC_IdP_WORKLOAD │ │ │ ├── GET_api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_a0123456789abcdef012345a_1.snaphost │ │ │ └── PATCH_api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_a0123456789abcdef012345a_1.snaphost │ │ ├── GET_api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_1.snaphost │ │ ├── GET_api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_2.snaphost │ │ ├── GET_api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_identityProviders_3.snaphost │ │ ├── List_connectedOrgsConfig │ │ │ └── GET_api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_1.snaphost │ │ ├── Update_connected_org_config │ │ │ └── PATCH_api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_a0123456789abcdef012345a_1.snaphost │ │ ├── Update_connected_org_config_back │ │ │ └── PATCH_api_atlas_v2_federationSettings_656e4d8e91cb7d26db1bc9c6_connectedOrgConfigs_a0123456789abcdef012345a_1.snaphost │ │ └── memory.json │ │ ├── TestIndependendShardScalingCluster │ │ ├── Check_autoScalingMode_is_independentShardScaling │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-910_autoScalingConfiguration_1.snaphost │ │ ├── Create_ISS_cluster │ │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-910_1.snaphost │ │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-910_2.snaphost │ │ │ └── POST_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_1.snaphost │ │ ├── Delete_ISS_cluster │ │ │ ├── DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-910_1.snaphost │ │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-910_1.snaphost │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-910_2.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e103077fe411c6400e3_clusters_provider_regions_1.snaphost │ │ ├── GET_api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost │ │ ├── Get_ISS_cluster │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-910_1.snaphost │ │ ├── Get_ISS_cluster_autoScalingMode │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-910_autoScalingConfiguration_1.snaphost │ │ ├── List_ISS_cluster │ │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_1.snaphost │ │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-5_autoScalingConfiguration_1.snaphost │ │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-715_autoScalingConfiguration_1.snaphost │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-910_autoScalingConfiguration_1.snaphost │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ ├── Pause_ISS_cluster_with_the_wrong_flag │ │ │ └── PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-910_1.snaphost │ │ ├── Start_ISS_cluster │ │ │ └── PATCH_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-910_1.snaphost │ │ └── memory.json │ │ ├── TestIntegrations │ │ ├── Create_DATADOG │ │ │ └── POST_api_atlas_v2_groups_69363ee9ca99750d9ec09e8f_integrations_DATADOG_1.snaphost │ │ ├── Create_OPSGENIE │ │ │ └── POST_api_atlas_v2_groups_69363ee9ca99750d9ec09e8f_integrations_OPS_GENIE_1.snaphost │ │ ├── Create_PAGER_DUTY │ │ │ └── POST_api_atlas_v2_groups_69363ee9ca99750d9ec09e8f_integrations_PAGER_DUTY_1.snaphost │ │ ├── Create_VICTOR_OPS │ │ │ └── POST_api_atlas_v2_groups_69363ee9ca99750d9ec09e8f_integrations_VICTOR_OPS_1.snaphost │ │ ├── Create_WEBHOOK │ │ │ └── POST_api_atlas_v2_groups_69363ee9ca99750d9ec09e8f_integrations_WEBHOOK_1.snaphost │ │ ├── Delete │ │ │ └── DELETE_api_atlas_v2_groups_69363ee9ca99750d9ec09e8f_integrations_WEBHOOK_1.snaphost │ │ ├── Describe │ │ │ └── GET_api_atlas_v2_groups_69363ee9ca99750d9ec09e8f_integrations_WEBHOOK_1.snaphost │ │ ├── List │ │ │ └── GET_api_atlas_v2_groups_69363ee9ca99750d9ec09e8f_integrations_1.snaphost │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ └── memory.json │ │ ├── TestLDAPWithFlags │ │ ├── Delete │ │ │ └── DELETE_api_atlas_v2_groups_69363dff3077fe411c63de57_userSecurity_ldap_userToDNMapping_1.snaphost │ │ ├── GET_api_atlas_v2_groups_69363dff3077fe411c63de57_clusters_ldap-237_1.snaphost │ │ ├── GET_api_atlas_v2_groups_69363dff3077fe411c63de57_clusters_ldap-237_2.snaphost │ │ ├── GET_api_atlas_v2_groups_69363dff3077fe411c63de57_clusters_ldap-237_3.snaphost │ │ ├── GET_api_atlas_v2_groups_69363dff3077fe411c63de57_clusters_provider_regions_1.snaphost │ │ ├── GET_api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost │ │ ├── Get │ │ │ └── GET_api_atlas_v2_groups_69363dff3077fe411c63de57_userSecurity_1.snaphost │ │ ├── Get_Status │ │ │ └── GET_api_atlas_v2_groups_69363dff3077fe411c63de57_userSecurity_ldap_verify_6936402b3077fe411c644cf6_1.snaphost │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ ├── POST_api_atlas_v2_groups_69363dff3077fe411c63de57_clusters_1.snaphost │ │ ├── Save │ │ │ └── PATCH_api_atlas_v2_groups_69363dff3077fe411c63de57_userSecurity_1.snaphost │ │ ├── Verify │ │ │ └── POST_api_atlas_v2_groups_69363dff3077fe411c63de57_userSecurity_ldap_verify_1.snaphost │ │ ├── Watch │ │ │ ├── GET_api_atlas_v2_groups_69363dff3077fe411c63de57_userSecurity_ldap_verify_6936402b3077fe411c644cf6_1.snaphost │ │ │ └── GET_api_atlas_v2_groups_69363dff3077fe411c63de57_userSecurity_ldap_verify_6936402b3077fe411c644cf6_2.snaphost │ │ └── memory.json │ │ ├── TestLDAPWithStdin │ │ ├── Delete │ │ │ └── DELETE_api_atlas_v2_groups_69364045ca99750d9ec0b8fb_userSecurity_ldap_userToDNMapping_1.snaphost │ │ ├── GET_api_atlas_v2_groups_69364045ca99750d9ec0b8fb_clusters_ldap-73_1.snaphost │ │ ├── GET_api_atlas_v2_groups_69364045ca99750d9ec0b8fb_clusters_ldap-73_2.snaphost │ │ ├── GET_api_atlas_v2_groups_69364045ca99750d9ec0b8fb_clusters_ldap-73_3.snaphost │ │ ├── GET_api_atlas_v2_groups_69364045ca99750d9ec0b8fb_clusters_provider_regions_1.snaphost │ │ ├── GET_api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ ├── POST_api_atlas_v2_groups_69364045ca99750d9ec0b8fb_clusters_1.snaphost │ │ ├── Save │ │ │ └── PATCH_api_atlas_v2_groups_69364045ca99750d9ec0b8fb_userSecurity_1.snaphost │ │ ├── Verify │ │ │ └── POST_api_atlas_v2_groups_69364045ca99750d9ec0b8fb_userSecurity_ldap_verify_1.snaphost │ │ └── memory.json │ │ ├── TestLinkToken │ │ ├── Create │ │ │ └── POST_api_atlas_v2_orgs_a0123456789abcdef012345a_liveMigrations_linkTokens_1.snaphost │ │ ├── DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_liveMigrations_linkTokens_1.snaphost │ │ ├── Delete │ │ │ └── DELETE_api_atlas_v2_orgs_a0123456789abcdef012345a_liveMigrations_linkTokens_1.snaphost │ │ └── memory.json │ │ ├── TestLogs │ │ ├── Download_mongodb-audit-log.gz │ │ │ └── GET_api_atlas_v2_groups_69364068ca99750d9ec0bd63_clusters_atlas-qxxozl-shard-00-00.pbxaod.mongodb-dev.net_logs_mongodb-audit-log.gz_1.snaphost │ │ ├── Download_mongodb.gz │ │ │ └── GET_api_atlas_v2_groups_69364068ca99750d9ec0bd63_clusters_atlas-qxxozl-shard-00-00.pbxaod.mongodb-dev.net_logs_mongodb.gz_1.snaphost │ │ ├── Download_mongodb.gz_no_output_path │ │ │ └── GET_api_atlas_v2_groups_69364068ca99750d9ec0bd63_clusters_atlas-qxxozl-shard-00-00.pbxaod.mongodb-dev.net_logs_mongodb.gz_1.snaphost │ │ ├── Download_mongos-audit-log.gz │ │ │ └── GET_api_atlas_v2_groups_69364068ca99750d9ec0bd63_clusters_atlas-qxxozl-shard-00-00.pbxaod.mongodb-dev.net_logs_mongos-audit-log.gz_1.snaphost │ │ ├── Download_mongos.gz │ │ │ └── GET_api_atlas_v2_groups_69364068ca99750d9ec0bd63_clusters_atlas-qxxozl-shard-00-00.pbxaod.mongodb-dev.net_logs_mongos.gz_1.snaphost │ │ ├── GET_api_atlas_v2_groups_69364068ca99750d9ec0bd63_clusters_logs-624_1.snaphost │ │ ├── GET_api_atlas_v2_groups_69364068ca99750d9ec0bd63_clusters_logs-624_2.snaphost │ │ ├── GET_api_atlas_v2_groups_69364068ca99750d9ec0bd63_clusters_logs-624_3.snaphost │ │ ├── GET_api_atlas_v2_groups_69364068ca99750d9ec0bd63_clusters_provider_regions_1.snaphost │ │ ├── GET_api_atlas_v2_groups_69364068ca99750d9ec0bd63_processes_1.snaphost │ │ ├── GET_api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ ├── POST_api_atlas_v2_groups_69364068ca99750d9ec0bd63_clusters_1.snaphost │ │ └── memory.json │ │ ├── TestMaintenanceWindows │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ ├── clear │ │ │ └── DELETE_api_atlas_v2_groups_69363f08ca99750d9ec0a8ed_maintenanceWindow_1.snaphost │ │ ├── describe │ │ │ └── GET_api_atlas_v2_groups_69363f08ca99750d9ec0a8ed_maintenanceWindow_1.snaphost │ │ ├── memory.json │ │ └── update │ │ │ └── PATCH_api_atlas_v2_groups_69363f08ca99750d9ec0a8ed_maintenanceWindow_1.snaphost │ │ ├── TestMetrics │ │ ├── GET_api_atlas_v2_groups_69363e0bca99750d9ec0673e_clusters_metrics-705_1.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e0bca99750d9ec0673e_clusters_metrics-705_2.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e0bca99750d9ec0673e_clusters_metrics-705_3.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e0bca99750d9ec0673e_clusters_provider_regions_1.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e0bca99750d9ec0673e_processes_1.snaphost │ │ ├── GET_api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ ├── POST_api_atlas_v2_groups_69363e0bca99750d9ec0673e_clusters_1.snaphost │ │ ├── databases_describe │ │ │ └── GET_api_atlas_v2_groups_69363e0bca99750d9ec0673e_processes_atlas-m9np4m-shard-00-00.2swltw.mongodb-dev.net_27017_databases_config_measurements_1.snaphost │ │ ├── databases_list │ │ │ └── GET_api_atlas_v2_groups_69363e0bca99750d9ec0673e_processes_atlas-m9np4m-shard-00-00.2swltw.mongodb-dev.net_27017_databases_1.snaphost │ │ ├── disks_describe │ │ │ └── GET_api_atlas_v2_groups_69363e0bca99750d9ec0673e_processes_atlas-m9np4m-shard-00-00.2swltw.mongodb-dev.net_27017_disks_data_measurements_1.snaphost │ │ ├── disks_list │ │ │ └── GET_api_atlas_v2_groups_69363e0bca99750d9ec0673e_processes_atlas-m9np4m-shard-00-00.2swltw.mongodb-dev.net_27017_disks_1.snaphost │ │ ├── memory.json │ │ ├── processes │ │ │ └── GET_api_atlas_v2_groups_69363e0bca99750d9ec0673e_processes_atlas-m9np4m-shard-00-00.2swltw.mongodb-dev.net_27017_measurements_1.snaphost │ │ └── processes_with_type │ │ │ └── GET_api_atlas_v2_groups_69363e0bca99750d9ec0673e_processes_atlas-m9np4m-shard-00-00.2swltw.mongodb-dev.net_27017_measurements_1.snaphost │ │ ├── TestOnlineArchives │ │ ├── Create │ │ │ └── POST_api_atlas_v2_groups_69363e043077fe411c63e99f_clusters_onlineArchives-808_onlineArchives_1.snaphost │ │ ├── Delete │ │ │ └── DELETE_api_atlas_v2_groups_69363e043077fe411c63e99f_clusters_onlineArchives-808_onlineArchives_6936407c3077fe411c6452db_1.snaphost │ │ ├── Describe │ │ │ └── GET_api_atlas_v2_groups_69363e043077fe411c63e99f_clusters_onlineArchives-808_onlineArchives_6936407c3077fe411c6452db_1.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e043077fe411c63e99f_clusters_onlineArchives-808_1.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e043077fe411c63e99f_clusters_onlineArchives-808_2.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e043077fe411c63e99f_clusters_onlineArchives-808_3.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e043077fe411c63e99f_clusters_provider_regions_1.snaphost │ │ ├── GET_api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost │ │ ├── List │ │ │ └── GET_api_atlas_v2_groups_69363e043077fe411c63e99f_clusters_onlineArchives-808_onlineArchives_1.snaphost │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ ├── POST_api_atlas_v2_groups_69363e043077fe411c63e99f_clusters_1.snaphost │ │ ├── Pause │ │ │ └── PATCH_api_atlas_v2_groups_69363e043077fe411c63e99f_clusters_onlineArchives-808_onlineArchives_6936407c3077fe411c6452db_1.snaphost │ │ ├── Start │ │ │ └── PATCH_api_atlas_v2_groups_69363e043077fe411c63e99f_clusters_onlineArchives-808_onlineArchives_6936407c3077fe411c6452db_1.snaphost │ │ ├── Update │ │ │ └── PATCH_api_atlas_v2_groups_69363e043077fe411c63e99f_clusters_onlineArchives-808_onlineArchives_6936407c3077fe411c6452db_1.snaphost │ │ ├── Watch │ │ │ └── GET_api_atlas_v2_groups_69363e043077fe411c63e99f_clusters_onlineArchives-808_onlineArchives_6936407c3077fe411c6452db_1.snaphost │ │ └── memory.json │ │ ├── TestPerformanceAdvisor │ │ ├── 14ad8edce07c72c5749e8b1e1f6407da7f9f714e_1.snaphost │ │ ├── 14ad8edce07c72c5749e8b1e1f6407da7f9f714e_2.snaphost │ │ ├── 14ad8edce07c72c5749e8b1e1f6407da7f9f714e_3.snaphost │ │ ├── 1863f017946360918358342884898c0598f23aa1_1.snaphost │ │ ├── 2424865946167a9e8caeeb84886cbbd389884f0b_1.snaphost │ │ ├── 5e2fbdf2c9b7b5373dd88f727689fa57442a8014_1.snaphost │ │ ├── 8274a2d533bd64c2448c6b4c5fa1b820526e1e3c_1.snaphost │ │ ├── Disable_Managed_Slow_Operation_Threshold │ │ │ └── 183b2f9b3df2601fcfcd61e5aa84f3f891eb43e1_1.snaphost │ │ ├── Enable_Managed_Slow_Operation_Threshold │ │ │ └── 8ddf485c32663b23161dbd02c8d323315fe4bff2_1.snaphost │ │ ├── List_namespaces │ │ │ └── f15ad5b0a9325d85b0f2e849419d435a6464255b_1.snaphost │ │ ├── List_slow_query_logs │ │ │ └── 74b006c7193f0444c1116bc92c3d38eb768183db_1.snaphost │ │ ├── List_suggested_indexes │ │ │ └── b2af003cc2e7ed6412b1d907e128c1f37e977b41_1.snaphost │ │ ├── fd5ee34c9fccd0941e181b0ece95d180e16cdfc9_1.snaphost │ │ └── memory.json │ │ ├── TestPrivateEndpointsAWS │ │ ├── Create │ │ │ └── POST_api_atlas_v2_groups_69363dff3077fe411c63e1c2_privateEndpoint_endpointService_1.snaphost │ │ ├── Delete │ │ │ └── DELETE_api_atlas_v2_groups_69363dff3077fe411c63e1c2_privateEndpoint_AWS_endpointService_69363e063077fe411c63f17c_1.snaphost │ │ ├── Describe │ │ │ └── GET_api_atlas_v2_groups_69363dff3077fe411c63e1c2_privateEndpoint_AWS_endpointService_69363e063077fe411c63f17c_1.snaphost │ │ ├── List │ │ │ └── GET_api_atlas_v2_groups_69363dff3077fe411c63e1c2_privateEndpoint_AWS_endpointService_1.snaphost │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ ├── Watch │ │ │ ├── GET_api_atlas_v2_groups_69363dff3077fe411c63e1c2_privateEndpoint_AWS_endpointService_69363e063077fe411c63f17c_1.snaphost │ │ │ └── GET_api_atlas_v2_groups_69363dff3077fe411c63e1c2_privateEndpoint_AWS_endpointService_69363e063077fe411c63f17c_2.snaphost │ │ └── memory.json │ │ ├── TestPrivateEndpointsAzure │ │ ├── Create │ │ │ └── POST_api_atlas_v2_groups_69363ebf3077fe411c6436b3_privateEndpoint_endpointService_1.snaphost │ │ ├── Delete │ │ │ └── DELETE_api_atlas_v2_groups_69363ebf3077fe411c6436b3_privateEndpoint_AZURE_endpointService_69363ec53077fe411c643a9b_1.snaphost │ │ ├── Describe │ │ │ └── GET_api_atlas_v2_groups_69363ebf3077fe411c6436b3_privateEndpoint_AZURE_endpointService_69363ec53077fe411c643a9b_1.snaphost │ │ ├── List │ │ │ └── GET_api_atlas_v2_groups_69363ebf3077fe411c6436b3_privateEndpoint_AZURE_endpointService_1.snaphost │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ ├── Watch │ │ │ ├── GET_api_atlas_v2_groups_69363ebf3077fe411c6436b3_privateEndpoint_AZURE_endpointService_69363ec53077fe411c643a9b_1.snaphost │ │ │ └── GET_api_atlas_v2_groups_69363ebf3077fe411c6436b3_privateEndpoint_AZURE_endpointService_69363ec53077fe411c643a9b_2.snaphost │ │ └── memory.json │ │ ├── TestPrivateEndpointsGCP │ │ ├── Create │ │ │ └── POST_api_atlas_v2_groups_69363f09ca99750d9ec0a9bd_privateEndpoint_endpointService_1.snaphost │ │ ├── Delete │ │ │ └── DELETE_api_atlas_v2_groups_69363f09ca99750d9ec0a9bd_privateEndpoint_GCP_endpointService_69363f0fca99750d9ec0b083_1.snaphost │ │ ├── Describe │ │ │ └── GET_api_atlas_v2_groups_69363f09ca99750d9ec0a9bd_privateEndpoint_GCP_endpointService_69363f0fca99750d9ec0b083_1.snaphost │ │ ├── List │ │ │ └── GET_api_atlas_v2_groups_69363f09ca99750d9ec0a9bd_privateEndpoint_GCP_endpointService_1.snaphost │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ ├── Watch │ │ │ ├── GET_api_atlas_v2_groups_69363f09ca99750d9ec0a9bd_privateEndpoint_GCP_endpointService_69363f0fca99750d9ec0b083_1.snaphost │ │ │ ├── GET_api_atlas_v2_groups_69363f09ca99750d9ec0a9bd_privateEndpoint_GCP_endpointService_69363f0fca99750d9ec0b083_2.snaphost │ │ │ ├── GET_api_atlas_v2_groups_69363f09ca99750d9ec0a9bd_privateEndpoint_GCP_endpointService_69363f0fca99750d9ec0b083_3.snaphost │ │ │ └── GET_api_atlas_v2_groups_69363f09ca99750d9ec0a9bd_privateEndpoint_GCP_endpointService_69363f0fca99750d9ec0b083_4.snaphost │ │ └── memory.json │ │ ├── TestProcesses │ │ ├── GET_api_atlas_v2_groups_69363dfa3077fe411c63d9de_clusters_processes-912_1.snaphost │ │ ├── GET_api_atlas_v2_groups_69363dfa3077fe411c63d9de_clusters_processes-912_2.snaphost │ │ ├── GET_api_atlas_v2_groups_69363dfa3077fe411c63d9de_clusters_processes-912_3.snaphost │ │ ├── GET_api_atlas_v2_groups_69363dfa3077fe411c63d9de_clusters_provider_regions_1.snaphost │ │ ├── GET_api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ ├── POST_api_atlas_v2_groups_69363dfa3077fe411c63d9de_clusters_1.snaphost │ │ ├── describe │ │ │ └── GET_api_atlas_v2_groups_69363dfa3077fe411c63d9de_processes_atlas-xs7twr-shard-00-00.hwgfyn.mongodb-dev.net_27017_1.snaphost │ │ ├── list │ │ │ └── GET_api_atlas_v2_groups_69363dfa3077fe411c63d9de_processes_1.snaphost │ │ ├── list_compact │ │ │ └── GET_api_atlas_v2_groups_69363dfa3077fe411c63d9de_processes_1.snaphost │ │ └── memory.json │ │ ├── TestProfile │ │ └── memory.json │ │ ├── TestProjectSettings │ │ ├── Describe │ │ │ └── GET_api_atlas_v2_groups_69363f153077fe411c64432a_settings_1.snaphost │ │ ├── PATCH_api_atlas_v2_groups_69363f153077fe411c64432a_settings_1.snaphost │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ └── memory.json │ │ ├── TestRegionalizedPrivateEndpointsSettings │ │ ├── Disable_regionalized_private_endpoint_setting │ │ │ └── PATCH_api_atlas_v2_groups_693640533077fe411c644e38_privateEndpoint_regionalMode_1.snaphost │ │ ├── Enable_regionalized_private_endpoint_setting │ │ │ └── PATCH_api_atlas_v2_groups_693640533077fe411c644e38_privateEndpoint_regionalMode_1.snaphost │ │ ├── Get_regionalized_private_endpoint_setting │ │ │ └── GET_api_atlas_v2_groups_693640533077fe411c644e38_privateEndpoint_regionalMode_1.snaphost │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ └── memory.json │ │ ├── TestRestores │ │ ├── Create_snapshot │ │ │ └── POST_api_atlas_v2_groups_69363e3b3077fe411c641d4b_clusters_backupRestores-510_backup_snapshots_1.snaphost │ │ ├── DELETE_api_atlas_v2_groups_69363e3b3077fe411c641d4b_1.snaphost │ │ ├── DELETE_api_atlas_v2_groups_69363e3b3077fe411c641d4b_clusters_backupRestores-510_1.snaphost │ │ ├── DELETE_api_atlas_v2_groups_693640d53077fe411c64583c_1.snaphost │ │ ├── DELETE_api_atlas_v2_groups_693640d53077fe411c64583c_clusters_backupRestores2-940_1.snaphost │ │ ├── Delete_snapshot │ │ │ └── DELETE_api_atlas_v2_groups_69363e3b3077fe411c641d4b_clusters_backupRestores-510_backup_snapshots_69364334ca99750d9ec0ca81_1.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e3b3077fe411c641d4b_clusters_backupRestores-510_1.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e3b3077fe411c641d4b_clusters_backupRestores-510_2.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e3b3077fe411c641d4b_clusters_backupRestores-510_3.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e3b3077fe411c641d4b_clusters_backupRestores-510_4.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e3b3077fe411c641d4b_clusters_backupRestores-510_5.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e3b3077fe411c641d4b_clusters_provider_regions_1.snaphost │ │ ├── GET_api_atlas_v2_groups_693640d53077fe411c64583c_clusters_backupRestores2-940_1.snaphost │ │ ├── GET_api_atlas_v2_groups_693640d53077fe411c64583c_clusters_backupRestores2-940_2.snaphost │ │ ├── GET_api_atlas_v2_groups_693640d53077fe411c64583c_clusters_backupRestores2-940_3.snaphost │ │ ├── GET_api_atlas_v2_groups_693640d53077fe411c64583c_clusters_backupRestores2-940_4.snaphost │ │ ├── GET_api_atlas_v2_groups_693640d53077fe411c64583c_clusters_backupRestores2-940_5.snaphost │ │ ├── GET_api_atlas_v2_groups_693640d53077fe411c64583c_clusters_provider_regions_1.snaphost │ │ ├── GET_api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ ├── POST_api_atlas_v2_groups_2.snaphost │ │ ├── POST_api_atlas_v2_groups_69363e3b3077fe411c641d4b_clusters_1.snaphost │ │ ├── POST_api_atlas_v2_groups_693640d53077fe411c64583c_clusters_1.snaphost │ │ ├── Restores_Create_-_Automated │ │ │ ├── GET_api_atlas_v2_groups_69363e3b3077fe411c641d4b_clusters_backupRestores-510_1.snaphost │ │ │ └── POST_api_atlas_v2_groups_69363e3b3077fe411c641d4b_clusters_backupRestores-510_backup_restoreJobs_1.snaphost │ │ ├── Restores_Create_-_Download │ │ │ ├── GET_api_atlas_v2_groups_69363e3b3077fe411c641d4b_clusters_backupRestores-510_1.snaphost │ │ │ └── POST_api_atlas_v2_groups_69363e3b3077fe411c641d4b_clusters_backupRestores-510_backup_restoreJobs_1.snaphost │ │ ├── Restores_Describe │ │ │ ├── GET_api_atlas_v2_groups_69363e3b3077fe411c641d4b_clusters_backupRestores-510_backup_restoreJobs_693643fe3077fe411c646829_1.snaphost │ │ │ └── GET_api_atlas_v2_groups_69363e3b3077fe411c641d4b_flexClusters_backupRestores-510_backup_restoreJobs_693643fe3077fe411c646829_1.snaphost │ │ ├── Restores_List │ │ │ ├── GET_api_atlas_v2_groups_69363e3b3077fe411c641d4b_clusters_backupRestores-510_backup_restoreJobs_1.snaphost │ │ │ └── GET_api_atlas_v2_groups_69363e3b3077fe411c641d4b_flexClusters_backupRestores-510_backup_restoreJobs_1.snaphost │ │ ├── Restores_Watch │ │ │ ├── GET_api_atlas_v2_groups_69363e3b3077fe411c641d4b_clusters_backupRestores-510_backup_restoreJobs_693643fe3077fe411c646829_1.snaphost │ │ │ ├── GET_api_atlas_v2_groups_69363e3b3077fe411c641d4b_clusters_backupRestores-510_backup_restoreJobs_693643fe3077fe411c646829_2.snaphost │ │ │ └── GET_api_atlas_v2_groups_69363e3b3077fe411c641d4b_flexClusters_backupRestores-510_backup_restoreJobs_693643fe3077fe411c646829_1.snaphost │ │ ├── Restores_Watch_-_Download │ │ │ ├── GET_api_atlas_v2_groups_69363e3b3077fe411c641d4b_clusters_backupRestores-510_backup_restoreJobs_693644d63077fe411c6469fe_1.snaphost │ │ │ ├── GET_api_atlas_v2_groups_69363e3b3077fe411c641d4b_clusters_backupRestores-510_backup_restoreJobs_693644d63077fe411c6469fe_2.snaphost │ │ │ └── GET_api_atlas_v2_groups_69363e3b3077fe411c641d4b_flexClusters_backupRestores-510_backup_restoreJobs_693644d63077fe411c6469fe_1.snaphost │ │ ├── Watch_snapshot_creation │ │ │ ├── GET_api_atlas_v2_groups_69363e3b3077fe411c641d4b_clusters_backupRestores-510_backup_snapshots_69364334ca99750d9ec0ca81_1.snaphost │ │ │ ├── GET_api_atlas_v2_groups_69363e3b3077fe411c641d4b_clusters_backupRestores-510_backup_snapshots_69364334ca99750d9ec0ca81_2.snaphost │ │ │ ├── GET_api_atlas_v2_groups_69363e3b3077fe411c641d4b_clusters_backupRestores-510_backup_snapshots_69364334ca99750d9ec0ca81_3.snaphost │ │ │ ├── GET_api_atlas_v2_groups_69363e3b3077fe411c641d4b_clusters_backupRestores-510_backup_snapshots_69364334ca99750d9ec0ca81_4.snaphost │ │ │ └── GET_api_atlas_v2_groups_69363e3b3077fe411c641d4b_flexClusters_backupRestores-510_backup_snapshots_69364334ca99750d9ec0ca81_1.snaphost │ │ └── memory.json │ │ ├── TestSchedule │ │ ├── Delete │ │ │ └── DELETE_api_atlas_v2_groups_69363e0e3077fe411c63fcfe_clusters_backupSchedule-788_backup_schedule_1.snaphost │ │ ├── Describe │ │ │ └── GET_api_atlas_v2_groups_69363e0e3077fe411c63fcfe_clusters_backupSchedule-788_backup_schedule_1.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e0e3077fe411c63fcfe_clusters_backupSchedule-788_1.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e0e3077fe411c63fcfe_clusters_backupSchedule-788_2.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e0e3077fe411c63fcfe_clusters_backupSchedule-788_3.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e0e3077fe411c63fcfe_clusters_provider_regions_1.snaphost │ │ ├── GET_api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ ├── POST_api_atlas_v2_groups_69363e0e3077fe411c63fcfe_clusters_1.snaphost │ │ ├── Update │ │ │ └── PATCH_api_atlas_v2_groups_69363e0e3077fe411c63fcfe_clusters_backupSchedule-788_backup_schedule_1.snaphost │ │ └── memory.json │ │ ├── TestSearch │ │ ├── Create_array_mapping │ │ │ └── POST_api_atlas_v2_groups_69363dfe3077fe411c63dda5_clusters_search-323_search_indexes_1.snaphost │ │ ├── Create_combinedMapping │ │ │ └── POST_api_atlas_v2_groups_69363dfe3077fe411c63dda5_clusters_search-323_search_indexes_1.snaphost │ │ ├── Create_staticMapping │ │ │ └── POST_api_atlas_v2_groups_69363dfe3077fe411c63dda5_clusters_search-323_fts_indexes_1.snaphost │ │ ├── Create_via_file │ │ │ └── POST_api_atlas_v2_groups_69363dfe3077fe411c63dda5_clusters_search-323_search_indexes_1.snaphost │ │ ├── Delete │ │ │ └── DELETE_api_atlas_v2_groups_69363dfe3077fe411c63dda5_clusters_search-323_search_indexes_693640aa3077fe411c6453c2_1.snaphost │ │ ├── Describe │ │ │ └── GET_api_atlas_v2_groups_69363dfe3077fe411c63dda5_clusters_search-323_fts_indexes_693640aa3077fe411c6453c2_1.snaphost │ │ ├── GET_api_atlas_v2_groups_69363dfe3077fe411c63dda5_clusters_provider_regions_1.snaphost │ │ ├── GET_api_atlas_v2_groups_69363dfe3077fe411c63dda5_clusters_search-323_1.snaphost │ │ ├── GET_api_atlas_v2_groups_69363dfe3077fe411c63dda5_clusters_search-323_2.snaphost │ │ ├── GET_api_atlas_v2_groups_69363dfe3077fe411c63dda5_clusters_search-323_3.snaphost │ │ ├── GET_api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost │ │ ├── Load_Sample_data │ │ │ ├── GET_api_atlas_v2_groups_69363dfe3077fe411c63dda5_sampleDatasetLoad_69364071ca99750d9ec0c140_1.snaphost │ │ │ ├── GET_api_atlas_v2_groups_69363dfe3077fe411c63dda5_sampleDatasetLoad_69364071ca99750d9ec0c140_2.snaphost │ │ │ └── POST_api_atlas_v2_groups_69363dfe3077fe411c63dda5_sampleDatasetLoad_search-323_1.snaphost │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ ├── POST_api_atlas_v2_groups_69363dfe3077fe411c63dda5_clusters_1.snaphost │ │ ├── Update_via_file │ │ │ └── PATCH_api_atlas_v2_groups_69363dfe3077fe411c63dda5_clusters_search-323_search_indexes_693640aa3077fe411c6453c2_1.snaphost │ │ ├── list │ │ │ └── GET_api_atlas_v2_groups_69363dfe3077fe411c63dda5_clusters_search-323_fts_indexes_sample_mflix_movies_1.snaphost │ │ └── memory.json │ │ ├── TestSearchDeprecated │ │ ├── Create_array_mapping │ │ │ └── POST_api_atlas_v2_groups_693640c93077fe411c645458_clusters_search-729_fts_indexes_1.snaphost │ │ ├── Create_combinedMapping │ │ │ └── POST_api_atlas_v2_groups_693640c93077fe411c645458_clusters_search-729_fts_indexes_1.snaphost │ │ ├── Create_staticMapping │ │ │ └── POST_api_atlas_v2_groups_693640c93077fe411c645458_clusters_search-729_fts_indexes_1.snaphost │ │ ├── Create_via_file │ │ │ └── POST_api_atlas_v2_groups_693640c93077fe411c645458_clusters_search-729_fts_indexes_1.snaphost │ │ ├── Delete │ │ │ └── DELETE_api_atlas_v2_groups_693640c93077fe411c645458_clusters_search-729_search_indexes_6936438b3077fe411c646730_1.snaphost │ │ ├── Describe │ │ │ └── GET_api_atlas_v2_groups_693640c93077fe411c645458_clusters_search-729_fts_indexes_6936438b3077fe411c646730_1.snaphost │ │ ├── GET_api_atlas_v2_groups_693640c93077fe411c645458_clusters_provider_regions_1.snaphost │ │ ├── GET_api_atlas_v2_groups_693640c93077fe411c645458_clusters_search-729_1.snaphost │ │ ├── GET_api_atlas_v2_groups_693640c93077fe411c645458_clusters_search-729_2.snaphost │ │ ├── GET_api_atlas_v2_groups_693640c93077fe411c645458_clusters_search-729_3.snaphost │ │ ├── GET_api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost │ │ ├── Load_Sample_data │ │ │ ├── GET_api_atlas_v2_groups_693640c93077fe411c645458_sampleDatasetLoad_6936435a3077fe411c6466a5_1.snaphost │ │ │ ├── GET_api_atlas_v2_groups_693640c93077fe411c645458_sampleDatasetLoad_6936435a3077fe411c6466a5_2.snaphost │ │ │ └── POST_api_atlas_v2_groups_693640c93077fe411c645458_sampleDatasetLoad_search-729_1.snaphost │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ ├── POST_api_atlas_v2_groups_693640c93077fe411c645458_clusters_1.snaphost │ │ ├── Update_via_file │ │ │ └── PATCH_api_atlas_v2_groups_693640c93077fe411c645458_clusters_search-729_fts_indexes_6936438b3077fe411c646730_1.snaphost │ │ ├── list │ │ │ └── GET_api_atlas_v2_groups_693640c93077fe411c645458_clusters_search-729_fts_indexes_sample_mflix_movies_1.snaphost │ │ └── memory.json │ │ ├── TestSearchNodes │ │ ├── Create_search_node │ │ │ ├── GET_api_atlas_v2_groups_69363e08ca99750d9ec0634f_clusters_cluster-566_search_deployment_1.snaphost │ │ │ ├── GET_api_atlas_v2_groups_69363e08ca99750d9ec0634f_clusters_cluster-566_search_deployment_2.snaphost │ │ │ └── POST_api_atlas_v2_groups_69363e08ca99750d9ec0634f_clusters_cluster-566_search_deployment_1.snaphost │ │ ├── Delete_search_nodes │ │ │ └── DELETE_api_atlas_v2_groups_69363e08ca99750d9ec0634f_clusters_cluster-566_search_deployment_1.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e08ca99750d9ec0634f_clusters_cluster-566_1.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e08ca99750d9ec0634f_clusters_cluster-566_2.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e08ca99750d9ec0634f_clusters_cluster-566_3.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e08ca99750d9ec0634f_clusters_provider_regions_1.snaphost │ │ ├── List_+_verify_created │ │ │ └── GET_api_atlas_v2_groups_69363e08ca99750d9ec0634f_clusters_cluster-566_search_deployment_1.snaphost │ │ ├── List_+_verify_updated │ │ │ └── GET_api_atlas_v2_groups_69363e08ca99750d9ec0634f_clusters_cluster-566_search_deployment_1.snaphost │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ ├── POST_api_atlas_v2_groups_69363e08ca99750d9ec0634f_clusters_1.snaphost │ │ ├── Update_search_node │ │ │ ├── GET_api_atlas_v2_groups_69363e08ca99750d9ec0634f_clusters_cluster-566_search_deployment_1.snaphost │ │ │ ├── GET_api_atlas_v2_groups_69363e08ca99750d9ec0634f_clusters_cluster-566_search_deployment_2.snaphost │ │ │ └── PATCH_api_atlas_v2_groups_69363e08ca99750d9ec0634f_clusters_cluster-566_search_deployment_1.snaphost │ │ ├── Verify_no_search_node_setup_yet │ │ │ └── GET_api_atlas_v2_groups_69363e08ca99750d9ec0634f_clusters_cluster-566_search_deployment_1.snaphost │ │ └── memory.json │ │ ├── TestServerless │ │ ├── Create │ │ │ └── POST_api_atlas_v2_groups_69363e093077fe411c63f57f_serverless_1.snaphost │ │ ├── Delete │ │ │ └── DELETE_api_atlas_v2_groups_69363e093077fe411c63f57f_serverless_cluster-660_1.snaphost │ │ ├── Describe │ │ │ └── GET_api_atlas_v2_groups_69363e093077fe411c63f57f_serverless_cluster-660_1.snaphost │ │ ├── List │ │ │ └── GET_api_atlas_v2_groups_69363e093077fe411c63f57f_serverless_1.snaphost │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ ├── Update │ │ │ └── PATCH_api_atlas_v2_groups_69363e093077fe411c63f57f_serverless_cluster-660_1.snaphost │ │ ├── Watch │ │ │ ├── GET_api_atlas_v2_groups_69363e093077fe411c63f57f_serverless_cluster-660_1.snaphost │ │ │ └── GET_api_atlas_v2_groups_69363e093077fe411c63f57f_serverless_cluster-660_2.snaphost │ │ └── memory.json │ │ ├── TestSetup │ │ ├── Check_accessListIp_was_correctly_added │ │ │ ├── GET_api_atlas_v2_groups_69363e2e3077fe411c64117e_accessList_1.snaphost │ │ │ └── GET_api_atlas_v2_groups_69363e2e3077fe411c64117e_accessList_2.snaphost │ │ ├── DELETE_api_atlas_v2_groups_69363e2e3077fe411c64117e_clusters_cluster-811_1.snaphost │ │ ├── DELETE_api_atlas_v2_groups_69363e2e3077fe411c64117e_clusters_cluster-811_2.snaphost │ │ ├── Describe_Cluster │ │ │ ├── GET_api_atlas_v2_groups_69363e2e3077fe411c64117e_clusters_cluster-811_1.snaphost │ │ │ └── GET_api_atlas_v2_groups_69363e2e3077fe411c64117e_clusters_cluster-811_2.snaphost │ │ ├── Describe_DB_User │ │ │ ├── GET_api_atlas_v2_groups_69363e2e3077fe411c64117e_databaseUsers_admin_cluster-699_1.snaphost │ │ │ └── GET_api_atlas_v2_groups_69363e2e3077fe411c64117e_databaseUsers_admin_cluster-699_2.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e2e3077fe411c64117e_clusters_cluster-811_1.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e2e3077fe411c64117e_clusters_cluster-811_10.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e2e3077fe411c64117e_clusters_cluster-811_11.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e2e3077fe411c64117e_clusters_cluster-811_12.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e2e3077fe411c64117e_clusters_cluster-811_13.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e2e3077fe411c64117e_clusters_cluster-811_14.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e2e3077fe411c64117e_clusters_cluster-811_15.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e2e3077fe411c64117e_clusters_cluster-811_16.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e2e3077fe411c64117e_clusters_cluster-811_17.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e2e3077fe411c64117e_clusters_cluster-811_18.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e2e3077fe411c64117e_clusters_cluster-811_19.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e2e3077fe411c64117e_clusters_cluster-811_2.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e2e3077fe411c64117e_clusters_cluster-811_20.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e2e3077fe411c64117e_clusters_cluster-811_3.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e2e3077fe411c64117e_clusters_cluster-811_4.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e2e3077fe411c64117e_clusters_cluster-811_5.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e2e3077fe411c64117e_clusters_cluster-811_6.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e2e3077fe411c64117e_clusters_cluster-811_7.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e2e3077fe411c64117e_clusters_cluster-811_8.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e2e3077fe411c64117e_clusters_cluster-811_9.snaphost │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ ├── POST_api_atlas_v2_groups_2.snaphost │ │ ├── Run │ │ │ ├── GET_api_atlas_v2_groups_69363e2e3077fe411c64117e_clusters_cluster-811_1.snaphost │ │ │ ├── GET_api_atlas_v2_groups_69363e2e3077fe411c64117e_clusters_cluster-811_2.snaphost │ │ │ ├── GET_api_atlas_v2_groups_69363e2e3077fe411c64117e_clusters_cluster-811_3.snaphost │ │ │ ├── GET_api_atlas_v2_groups_69363e2e3077fe411c64117e_clusters_cluster-811_4.snaphost │ │ │ ├── GET_api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost │ │ │ ├── POST_api_atlas_v2_groups_69363e2e3077fe411c64117e_accessList_1.snaphost │ │ │ ├── POST_api_atlas_v2_groups_69363e2e3077fe411c64117e_accessList_2.snaphost │ │ │ ├── POST_api_atlas_v2_groups_69363e2e3077fe411c64117e_clusters_1.snaphost │ │ │ ├── POST_api_atlas_v2_groups_69363e2e3077fe411c64117e_clusters_2.snaphost │ │ │ ├── POST_api_atlas_v2_groups_69363e2e3077fe411c64117e_databaseUsers_1.snaphost │ │ │ └── POST_api_atlas_v2_groups_69363e2e3077fe411c64117e_databaseUsers_2.snaphost │ │ └── memory.json │ │ ├── TestSetupFailureFlow │ │ ├── Invalid_Private_Key │ │ │ ├── GET_api_private_ipinfo_1.snaphost │ │ │ ├── GET_api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost │ │ │ └── POST_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_1.snaphost │ │ ├── Invalid_Project_ID │ │ │ ├── GET_api_private_ipinfo_1.snaphost │ │ │ ├── GET_api_private_ipinfo_2.snaphost │ │ │ ├── GET_api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost │ │ │ ├── POST_api_atlas_v2_groups_111111111111111111111111_databaseUsers_1.snaphost │ │ │ └── POST_api_atlas_v2_groups_111111111111111111111111_databaseUsers_2.snaphost │ │ ├── Invalid_Public_Key │ │ │ ├── GET_api_private_ipinfo_1.snaphost │ │ │ ├── GET_api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost │ │ │ └── POST_api_atlas_v2_groups_b0123456789abcdef012345b_databaseUsers_1.snaphost │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ ├── POST_api_atlas_v2_groups_2.snaphost │ │ └── memory.json │ │ ├── TestShardedCluster │ │ ├── Create_sharded_cluster │ │ │ └── POST_api_atlas_v2_groups_69363e21ca99750d9ec06d73_clusters_1.snaphost │ │ ├── Delete_sharded_cluster │ │ │ └── DELETE_api_atlas_v2_groups_69363e21ca99750d9ec06d73_clusters_cluster-998_1.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e21ca99750d9ec06d73_clusters_provider_regions_1.snaphost │ │ ├── GET_api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ └── memory.json │ │ ├── TestSharedClusterUpgrade │ │ ├── GET_api_atlas_v2_groups_69363e02ca99750d9ec05410_clusters_cluster-346_1.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e02ca99750d9ec05410_clusters_cluster-346_2.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e02ca99750d9ec05410_clusters_provider_regions_1.snaphost │ │ ├── GET_api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ ├── POST_api_atlas_v2_groups_69363e02ca99750d9ec05410_clusters_1.snaphost │ │ ├── Upgrade_to_dedicated_tier │ │ │ ├── GET_api_atlas_v1.0_groups_69363e02ca99750d9ec05410_clusters_cluster-346_1.snaphost │ │ │ ├── GET_api_atlas_v2_groups_69363e02ca99750d9ec05410_clusters_cluster-346_1.snaphost │ │ │ ├── GET_api_atlas_v2_groups_69363e02ca99750d9ec05410_clusters_cluster-346_2.snaphost │ │ │ ├── GET_api_atlas_v2_groups_69363e02ca99750d9ec05410_clusters_cluster-346_3.snaphost │ │ │ ├── GET_api_atlas_v2_groups_69363e02ca99750d9ec05410_clusters_cluster-346_4.snaphost │ │ │ ├── GET_api_atlas_v2_groups_69363e02ca99750d9ec05410_clusters_cluster-346_5.snaphost │ │ │ ├── GET_api_atlas_v2_groups_69363e02ca99750d9ec05410_clusters_cluster-346_6.snaphost │ │ │ ├── GET_api_atlas_v2_groups_69363e02ca99750d9ec05410_clusters_cluster-346_7.snaphost │ │ │ ├── GET_api_atlas_v2_groups_69363e02ca99750d9ec05410_clusters_cluster-346_8.snaphost │ │ │ └── POST_api_atlas_v1.0_groups_69363e02ca99750d9ec05410_clusters_tenantUpgrade_1.snaphost │ │ └── memory.json │ │ ├── TestSnapshots │ │ ├── Create_cluster │ │ │ └── POST_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_1.snaphost │ │ ├── Create_snapshot │ │ │ └── POST_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-5_backup_snapshots_1.snaphost │ │ ├── DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-5_1.snaphost │ │ ├── Delete │ │ │ └── DELETE_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-5_backup_snapshots_6936404c3077fe411c644dd2_1.snaphost │ │ ├── Describe │ │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-5_backup_snapshots_6936404c3077fe411c644dd2_1.snaphost │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-5_backup_snapshots_6936404c3077fe411c644dd2_1.snaphost │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-5_1.snaphost │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-5_2.snaphost │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-5_3.snaphost │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-5_4.snaphost │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-5_5.snaphost │ │ ├── GET_api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost │ │ ├── List │ │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-5_backup_snapshots_1.snaphost │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-5_backup_snapshots_1.snaphost │ │ ├── Watch_creation │ │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-5_backup_snapshots_6936404c3077fe411c644dd2_1.snaphost │ │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-5_backup_snapshots_6936404c3077fe411c644dd2_2.snaphost │ │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-5_backup_snapshots_6936404c3077fe411c644dd2_3.snaphost │ │ │ ├── GET_api_atlas_v2_groups_b0123456789abcdef012345b_clusters_cluster-5_backup_snapshots_6936404c3077fe411c644dd2_4.snaphost │ │ │ └── GET_api_atlas_v2_groups_b0123456789abcdef012345b_flexClusters_cluster-5_backup_snapshots_6936404c3077fe411c644dd2_1.snaphost │ │ └── memory.json │ │ ├── TestStreams │ │ ├── Creating_a_streams_connection │ │ │ └── POST_api_atlas_v2_groups_69363e03ca99750d9ec05aab_streams_instance-868_connections_1.snaphost │ │ ├── Creating_a_streams_instance │ │ │ └── POST_api_atlas_v2_groups_69363e03ca99750d9ec05aab_streams_1.snaphost │ │ ├── Creating_a_streams_privateLink_endpoint │ │ │ └── POST_api_atlas_v2_groups_69363e03ca99750d9ec05aab_streams_privateLinkConnections_1.snaphost │ │ ├── Deleting_a_streams_connection │ │ │ └── DELETE_api_atlas_v2_groups_69363e03ca99750d9ec05aab_streams_instance-868_connections_connection-262_1.snaphost │ │ ├── Deleting_a_streams_instance │ │ │ └── DELETE_api_atlas_v2_groups_69363e03ca99750d9ec05aab_streams_instance-868_1.snaphost │ │ ├── Deleting_a_streams_privateLink_endpoint │ │ │ └── DELETE_api_atlas_v2_groups_69363e03ca99750d9ec05aab_streams_privateLinkConnections_69363e1aca99750d9ec06cb4_1.snaphost │ │ ├── Describing_a_streams_connection │ │ │ └── GET_api_atlas_v2_groups_69363e03ca99750d9ec05aab_streams_instance-868_connections_connection-262_1.snaphost │ │ ├── Describing_a_streams_instance │ │ │ └── GET_api_atlas_v2_groups_69363e03ca99750d9ec05aab_streams_instance-868_1.snaphost │ │ ├── Describing_a_streams_privateLink_endpoint │ │ │ └── GET_api_atlas_v2_groups_69363e03ca99750d9ec05aab_streams_privateLinkConnections_69363e1aca99750d9ec06cb4_1.snaphost │ │ ├── Downloading_streams_instance_logs_instance │ │ │ └── GET_api_atlas_v2_groups_69363e03ca99750d9ec05aab_streams_instance-868_auditLogs_1.snaphost │ │ ├── List_all_streams_in_the_e2e_project │ │ │ └── GET_api_atlas_v2_groups_69363e03ca99750d9ec05aab_streams_1.snaphost │ │ ├── List_all_streams_in_the_e2e_project_after_creating │ │ │ └── GET_api_atlas_v2_groups_69363e03ca99750d9ec05aab_streams_1.snaphost │ │ ├── List_all_streams_privateLink_endpoints │ │ │ └── GET_api_atlas_v2_groups_69363e03ca99750d9ec05aab_streams_privateLinkConnections_1.snaphost │ │ ├── Listing_streams_connections │ │ │ └── GET_api_atlas_v2_groups_69363e03ca99750d9ec05aab_streams_instance-868_connections_1.snaphost │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ ├── Updating_a_streams_connection │ │ │ └── PATCH_api_atlas_v2_groups_69363e03ca99750d9ec05aab_streams_instance-868_connections_connection-262_1.snaphost │ │ ├── Updating_a_streams_instance │ │ │ └── PATCH_api_atlas_v2_groups_69363e03ca99750d9ec05aab_streams_instance-868_1.snaphost │ │ └── memory.json │ │ └── TestStreamsWithClusters │ │ ├── Create_a_streams_connection_with_an_atlas_cluster │ │ └── POST_api_atlas_v2_groups_69363e043077fe411c63e97a_streams_instance-26_connections_1.snaphost │ │ ├── Creating_a_streams_instance │ │ └── POST_api_atlas_v2_groups_69363e043077fe411c63e97a_streams_1.snaphost │ │ ├── DELETE_api_atlas_v2_groups_69363e043077fe411c63e97a_streams_instance-26_1.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e043077fe411c63e97a_clusters_cluster-967_1.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e043077fe411c63e97a_clusters_cluster-967_2.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e043077fe411c63e97a_clusters_cluster-967_3.snaphost │ │ ├── GET_api_atlas_v2_groups_69363e043077fe411c63e97a_clusters_provider_regions_1.snaphost │ │ ├── GET_api_private_unauth_nds_defaultMongoDBMajorVersion_1.snaphost │ │ ├── POST_api_atlas_v2_groups_1.snaphost │ │ ├── POST_api_atlas_v2_groups_69363e043077fe411c63e97a_clusters_1.snaphost │ │ └── memory.json └── internal │ ├── atlas_e2e_test_generator.go │ ├── cleanup_test.go │ ├── decryption │ └── decryption.go │ ├── env.go │ └── helper.go └── tools ├── cmd ├── api-generator │ ├── commands.go.tmpl │ ├── convert_commands.go │ ├── convert_commands_test.go │ ├── convert_metadata.go │ ├── main.go │ ├── main_test.go │ ├── metadata.go.tmpl │ ├── string.go │ ├── string_test.go │ ├── testdata │ │ ├── .snapshots │ │ │ ├── 00-spec.yaml-commands.snapshot │ │ │ ├── 00-spec.yaml-metadata.snapshot │ │ │ ├── 01-missing-tag.yaml-commands.snapshot │ │ │ ├── 01-missing-tag.yaml-metadata.snapshot │ │ │ ├── 02-multiple-content-types.yaml-commands.snapshot │ │ │ ├── 02-multiple-content-types.yaml-metadata.snapshot │ │ │ ├── 03-nested-parameter-types.yaml-commands.snapshot │ │ │ ├── 03-nested-parameter-types.yaml-metadata.snapshot │ │ │ ├── 04-spec-with-overrides.yaml-commands.snapshot │ │ │ ├── 04-spec-with-overrides.yaml-metadata.snapshot │ │ │ ├── 05-examples.yaml-commands.snapshot │ │ │ ├── 05-examples.yaml-metadata.snapshot │ │ │ ├── 06-spec-with-cli-specific-extensions.yaml-commands.snapshot │ │ │ ├── 06-spec-with-cli-specific-extensions.yaml-metadata.snapshot │ │ │ ├── 07-sunset.yaml-commands.snapshot │ │ │ ├── 07-sunset.yaml-metadata.snapshot │ │ │ ├── 08-watchers.yaml-commands.snapshot │ │ │ ├── 08-watchers.yaml-metadata.snapshot │ │ │ ├── 09-stability-level-private-preview.yaml-commands.snapshot │ │ │ ├── 09-stability-level-private-preview.yaml-metadata.snapshot │ │ │ ├── 10-stability-level-public-preview.yaml-commands.snapshot │ │ │ ├── 10-stability-level-public-preview.yaml-metadata.snapshot │ │ │ ├── 11-stability-level-upcoming.yaml-commands.snapshot │ │ │ ├── 11-stability-level-upcoming.yaml-metadata.snapshot │ │ │ ├── 12-short-operationid-override.yaml-commands.snapshot │ │ │ └── 12-short-operationid-override.yaml-metadata.snapshot │ │ └── fixtures │ │ │ ├── 00-spec.yaml │ │ │ ├── 01-missing-tag.yaml │ │ │ ├── 02-multiple-content-types.yaml │ │ │ ├── 03-nested-parameter-types.yaml │ │ │ ├── 04-spec-with-overrides.yaml │ │ │ ├── 05-examples.yaml │ │ │ ├── 06-spec-with-cli-specific-extensions.yaml │ │ │ ├── 07-sunset.yaml │ │ │ ├── 08-watchers.yaml │ │ │ ├── 09-stability-level-private-preview.yaml │ │ │ ├── 10-stability-level-public-preview.yaml │ │ │ ├── 11-stability-level-upcoming.yaml │ │ │ └── 12-short-operationid-override.yaml │ ├── watcher.go │ └── watcher_test.go ├── apply-overlay │ ├── main.go │ ├── main_test.go │ └── testdata │ │ ├── .snapshots │ │ ├── 01-spec-with-overlay.yaml.snapshot │ │ └── 02-examples.yaml.snapshot │ │ └── fixtures │ │ ├── 01-spec-with-overlay.yaml │ │ ├── 01-spec-with-overlay.yaml.overlay-1.yaml │ │ ├── 02-examples.yaml │ │ └── 02-examples.yaml.overlay-1.yaml ├── breakvalidator │ ├── generate.go │ ├── generate_test.go │ ├── main.go │ ├── validate.go │ └── validate_test.go ├── docs │ ├── api_docs_long_text.txt │ ├── main.go │ ├── metadata.go │ └── transformations.go ├── genevergreen │ ├── generate │ │ ├── generate.go │ │ ├── generate_test.go │ │ └── publish.go │ └── main.go ├── libraryowners │ └── main.go ├── release │ └── main.go └── templates-checker │ ├── astparsing │ ├── astparsing.go │ ├── packageloading.go │ └── util.go │ ├── main.go │ └── templateparsing │ ├── templateparsing.go │ └── validation.go ├── internal ├── metadatatypes │ └── metadatatypes.go └── specs │ ├── overlays │ ├── examples_clusters.yaml │ ├── examples_monitoring_logs.yaml │ ├── examples_project_ip_access_list.yaml │ ├── examples_projects.yaml │ ├── groupID_flag.yaml │ ├── short-help-text.yaml │ └── watchers.yaml │ ├── spec-with-overlays.yaml │ └── spec.yaml └── shared └── api ├── api.go ├── stability_levels.go └── stability_levels_test.go /.atlas-sdk-version: -------------------------------------------------------------------------------- 1 | v20250312010 2 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | * text=auto eol=lf -------------------------------------------------------------------------------- /.githooks/pre-commit: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | make pre-commit 3 | -------------------------------------------------------------------------------- /.github/CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/.github/CODEOWNERS -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /.github/actionlint-matcher.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/.github/actionlint-matcher.json -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/labeler.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/.github/labeler.yaml -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.github/workflows/autoupdate-sdk.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/.github/workflows/autoupdate-sdk.yaml -------------------------------------------------------------------------------- /.github/workflows/autoupdate-spec.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/.github/workflows/autoupdate-spec.yaml -------------------------------------------------------------------------------- /.github/workflows/breaking-changes.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/.github/workflows/breaking-changes.yaml -------------------------------------------------------------------------------- /.github/workflows/close-jira.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/.github/workflows/close-jira.yml -------------------------------------------------------------------------------- /.github/workflows/code-health.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/.github/workflows/code-health.yml -------------------------------------------------------------------------------- /.github/workflows/docker-release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/.github/workflows/docker-release.yml -------------------------------------------------------------------------------- /.github/workflows/issues.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/.github/workflows/issues.yml -------------------------------------------------------------------------------- /.github/workflows/labeler.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/.github/workflows/labeler.yaml -------------------------------------------------------------------------------- /.github/workflows/stale.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/.github/workflows/stale.yml -------------------------------------------------------------------------------- /.github/workflows/update-e2e-tests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/.github/workflows/update-e2e-tests.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/.gitignore -------------------------------------------------------------------------------- /.golangci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/.golangci.yml -------------------------------------------------------------------------------- /.hadolint.yaml: -------------------------------------------------------------------------------- 1 | failure-threshold: error 2 | ignored: 3 | - DL3041 4 | -------------------------------------------------------------------------------- /.snyk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/.snyk -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSING-NOTES.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/LICENSING-NOTES.txt -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/README.md -------------------------------------------------------------------------------- /RELEASING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/RELEASING.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/SECURITY.md -------------------------------------------------------------------------------- /assets/atlas-cli-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/assets/atlas-cli-icon.png -------------------------------------------------------------------------------- /bin/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cmd/atlas/atlas.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/cmd/atlas/atlas.go -------------------------------------------------------------------------------- /cmd/atlas/atlas_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/cmd/atlas/atlas_test.go -------------------------------------------------------------------------------- /compliance/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cov/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/command/atlas-accessLists-create.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-accessLists-create.txt -------------------------------------------------------------------------------- /docs/command/atlas-accessLists-delete.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-accessLists-delete.txt -------------------------------------------------------------------------------- /docs/command/atlas-accessLists-list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-accessLists-list.txt -------------------------------------------------------------------------------- /docs/command/atlas-accessLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-accessLists.txt -------------------------------------------------------------------------------- /docs/command/atlas-accessLogs-list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-accessLogs-list.txt -------------------------------------------------------------------------------- /docs/command/atlas-accessLogs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-accessLogs.txt -------------------------------------------------------------------------------- /docs/command/atlas-alerts-acknowledge.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-alerts-acknowledge.txt -------------------------------------------------------------------------------- /docs/command/atlas-alerts-describe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-alerts-describe.txt -------------------------------------------------------------------------------- /docs/command/atlas-alerts-list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-alerts-list.txt -------------------------------------------------------------------------------- /docs/command/atlas-alerts-settings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-alerts-settings.txt -------------------------------------------------------------------------------- /docs/command/atlas-alerts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-alerts.txt -------------------------------------------------------------------------------- /docs/command/atlas-api-accessTracking.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-api-accessTracking.txt -------------------------------------------------------------------------------- /docs/command/atlas-api-alerts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-api-alerts.txt -------------------------------------------------------------------------------- /docs/command/atlas-api-atlasSearch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-api-atlasSearch.txt -------------------------------------------------------------------------------- /docs/command/atlas-api-auditing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-api-auditing.txt -------------------------------------------------------------------------------- /docs/command/atlas-api-awsClustersDns.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-api-awsClustersDns.txt -------------------------------------------------------------------------------- /docs/command/atlas-api-cloudBackups.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-api-cloudBackups.txt -------------------------------------------------------------------------------- /docs/command/atlas-api-clusters.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-api-clusters.txt -------------------------------------------------------------------------------- /docs/command/atlas-api-dataFederation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-api-dataFederation.txt -------------------------------------------------------------------------------- /docs/command/atlas-api-databaseUsers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-api-databaseUsers.txt -------------------------------------------------------------------------------- /docs/command/atlas-api-events.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-api-events.txt -------------------------------------------------------------------------------- /docs/command/atlas-api-flexClusters.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-api-flexClusters.txt -------------------------------------------------------------------------------- /docs/command/atlas-api-flexSnapshots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-api-flexSnapshots.txt -------------------------------------------------------------------------------- /docs/command/atlas-api-globalClusters.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-api-globalClusters.txt -------------------------------------------------------------------------------- /docs/command/atlas-api-invoices.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-api-invoices.txt -------------------------------------------------------------------------------- /docs/command/atlas-api-legacyBackup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-api-legacyBackup.txt -------------------------------------------------------------------------------- /docs/command/atlas-api-networkPeering.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-api-networkPeering.txt -------------------------------------------------------------------------------- /docs/command/atlas-api-onlineArchive.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-api-onlineArchive.txt -------------------------------------------------------------------------------- /docs/command/atlas-api-organizations.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-api-organizations.txt -------------------------------------------------------------------------------- /docs/command/atlas-api-projects.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-api-projects.txt -------------------------------------------------------------------------------- /docs/command/atlas-api-rollingIndex.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-api-rollingIndex.txt -------------------------------------------------------------------------------- /docs/command/atlas-api-root.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-api-root.txt -------------------------------------------------------------------------------- /docs/command/atlas-api-streams.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-api-streams.txt -------------------------------------------------------------------------------- /docs/command/atlas-api-teams.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-api-teams.txt -------------------------------------------------------------------------------- /docs/command/atlas-api.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-api.txt -------------------------------------------------------------------------------- /docs/command/atlas-auditing-describe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-auditing-describe.txt -------------------------------------------------------------------------------- /docs/command/atlas-auditing-update.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-auditing-update.txt -------------------------------------------------------------------------------- /docs/command/atlas-auditing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-auditing.txt -------------------------------------------------------------------------------- /docs/command/atlas-auth-login.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-auth-login.txt -------------------------------------------------------------------------------- /docs/command/atlas-auth-logout.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-auth-logout.txt -------------------------------------------------------------------------------- /docs/command/atlas-auth-register.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-auth-register.txt -------------------------------------------------------------------------------- /docs/command/atlas-auth-whoami.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-auth-whoami.txt -------------------------------------------------------------------------------- /docs/command/atlas-auth.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-auth.txt -------------------------------------------------------------------------------- /docs/command/atlas-backups-exports.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-backups-exports.txt -------------------------------------------------------------------------------- /docs/command/atlas-backups-restores.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-backups-restores.txt -------------------------------------------------------------------------------- /docs/command/atlas-backups-schedule.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-backups-schedule.txt -------------------------------------------------------------------------------- /docs/command/atlas-backups-snapshots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-backups-snapshots.txt -------------------------------------------------------------------------------- /docs/command/atlas-backups.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-backups.txt -------------------------------------------------------------------------------- /docs/command/atlas-cloudProviders.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-cloudProviders.txt -------------------------------------------------------------------------------- /docs/command/atlas-clusters-create.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-clusters-create.txt -------------------------------------------------------------------------------- /docs/command/atlas-clusters-delete.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-clusters-delete.txt -------------------------------------------------------------------------------- /docs/command/atlas-clusters-describe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-clusters-describe.txt -------------------------------------------------------------------------------- /docs/command/atlas-clusters-failover.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-clusters-failover.txt -------------------------------------------------------------------------------- /docs/command/atlas-clusters-indexes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-clusters-indexes.txt -------------------------------------------------------------------------------- /docs/command/atlas-clusters-list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-clusters-list.txt -------------------------------------------------------------------------------- /docs/command/atlas-clusters-pause.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-clusters-pause.txt -------------------------------------------------------------------------------- /docs/command/atlas-clusters-search.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-clusters-search.txt -------------------------------------------------------------------------------- /docs/command/atlas-clusters-start.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-clusters-start.txt -------------------------------------------------------------------------------- /docs/command/atlas-clusters-update.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-clusters-update.txt -------------------------------------------------------------------------------- /docs/command/atlas-clusters-upgrade.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-clusters-upgrade.txt -------------------------------------------------------------------------------- /docs/command/atlas-clusters-watch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-clusters-watch.txt -------------------------------------------------------------------------------- /docs/command/atlas-clusters.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-clusters.txt -------------------------------------------------------------------------------- /docs/command/atlas-completion-bash.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-completion-bash.txt -------------------------------------------------------------------------------- /docs/command/atlas-completion-fish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-completion-fish.txt -------------------------------------------------------------------------------- /docs/command/atlas-completion-zsh.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-completion-zsh.txt -------------------------------------------------------------------------------- /docs/command/atlas-completion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-completion.txt -------------------------------------------------------------------------------- /docs/command/atlas-config-describe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-config-describe.txt -------------------------------------------------------------------------------- /docs/command/atlas-config-edit.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-config-edit.txt -------------------------------------------------------------------------------- /docs/command/atlas-config-list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-config-list.txt -------------------------------------------------------------------------------- /docs/command/atlas-config-rename.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-config-rename.txt -------------------------------------------------------------------------------- /docs/command/atlas-config-set.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-config-set.txt -------------------------------------------------------------------------------- /docs/command/atlas-config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-config.txt -------------------------------------------------------------------------------- /docs/command/atlas-customDbRoles-list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-customDbRoles-list.txt -------------------------------------------------------------------------------- /docs/command/atlas-customDbRoles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-customDbRoles.txt -------------------------------------------------------------------------------- /docs/command/atlas-customDns-aws.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-customDns-aws.txt -------------------------------------------------------------------------------- /docs/command/atlas-customDns.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-customDns.txt -------------------------------------------------------------------------------- /docs/command/atlas-dataFederation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-dataFederation.txt -------------------------------------------------------------------------------- /docs/command/atlas-dbusers-certs-list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-dbusers-certs-list.txt -------------------------------------------------------------------------------- /docs/command/atlas-dbusers-certs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-dbusers-certs.txt -------------------------------------------------------------------------------- /docs/command/atlas-dbusers-create.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-dbusers-create.txt -------------------------------------------------------------------------------- /docs/command/atlas-dbusers-delete.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-dbusers-delete.txt -------------------------------------------------------------------------------- /docs/command/atlas-dbusers-describe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-dbusers-describe.txt -------------------------------------------------------------------------------- /docs/command/atlas-dbusers-list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-dbusers-list.txt -------------------------------------------------------------------------------- /docs/command/atlas-dbusers-update.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-dbusers-update.txt -------------------------------------------------------------------------------- /docs/command/atlas-dbusers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-dbusers.txt -------------------------------------------------------------------------------- /docs/command/atlas-deployments-delete.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-deployments-delete.txt -------------------------------------------------------------------------------- /docs/command/atlas-deployments-list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-deployments-list.txt -------------------------------------------------------------------------------- /docs/command/atlas-deployments-logs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-deployments-logs.txt -------------------------------------------------------------------------------- /docs/command/atlas-deployments-pause.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-deployments-pause.txt -------------------------------------------------------------------------------- /docs/command/atlas-deployments-search.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-deployments-search.txt -------------------------------------------------------------------------------- /docs/command/atlas-deployments-setup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-deployments-setup.txt -------------------------------------------------------------------------------- /docs/command/atlas-deployments-start.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-deployments-start.txt -------------------------------------------------------------------------------- /docs/command/atlas-deployments.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-deployments.txt -------------------------------------------------------------------------------- /docs/command/atlas-events-projects.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-events-projects.txt -------------------------------------------------------------------------------- /docs/command/atlas-events.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-events.txt -------------------------------------------------------------------------------- /docs/command/atlas-integrations-list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-integrations-list.txt -------------------------------------------------------------------------------- /docs/command/atlas-integrations.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-integrations.txt -------------------------------------------------------------------------------- /docs/command/atlas-liveMigrations.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-liveMigrations.txt -------------------------------------------------------------------------------- /docs/command/atlas-logs-download.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-logs-download.txt -------------------------------------------------------------------------------- /docs/command/atlas-logs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-logs.txt -------------------------------------------------------------------------------- /docs/command/atlas-maintenanceWindows.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-maintenanceWindows.txt -------------------------------------------------------------------------------- /docs/command/atlas-metrics-databases.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-metrics-databases.txt -------------------------------------------------------------------------------- /docs/command/atlas-metrics-disks-list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-metrics-disks-list.txt -------------------------------------------------------------------------------- /docs/command/atlas-metrics-disks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-metrics-disks.txt -------------------------------------------------------------------------------- /docs/command/atlas-metrics-processes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-metrics-processes.txt -------------------------------------------------------------------------------- /docs/command/atlas-metrics.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-metrics.txt -------------------------------------------------------------------------------- /docs/command/atlas-networking-peering.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-networking-peering.txt -------------------------------------------------------------------------------- /docs/command/atlas-networking.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-networking.txt -------------------------------------------------------------------------------- /docs/command/atlas-organizations-list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-organizations-list.txt -------------------------------------------------------------------------------- /docs/command/atlas-organizations.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-organizations.txt -------------------------------------------------------------------------------- /docs/command/atlas-performanceAdvisor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-performanceAdvisor.txt -------------------------------------------------------------------------------- /docs/command/atlas-plugin-install.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-plugin-install.txt -------------------------------------------------------------------------------- /docs/command/atlas-plugin-list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-plugin-list.txt -------------------------------------------------------------------------------- /docs/command/atlas-plugin-uninstall.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-plugin-uninstall.txt -------------------------------------------------------------------------------- /docs/command/atlas-plugin-update.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-plugin-update.txt -------------------------------------------------------------------------------- /docs/command/atlas-plugin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-plugin.txt -------------------------------------------------------------------------------- /docs/command/atlas-privateEndpoints.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-privateEndpoints.txt -------------------------------------------------------------------------------- /docs/command/atlas-processes-describe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-processes-describe.txt -------------------------------------------------------------------------------- /docs/command/atlas-processes-list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-processes-list.txt -------------------------------------------------------------------------------- /docs/command/atlas-processes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-processes.txt -------------------------------------------------------------------------------- /docs/command/atlas-projects-apiKeys.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-projects-apiKeys.txt -------------------------------------------------------------------------------- /docs/command/atlas-projects-create.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-projects-create.txt -------------------------------------------------------------------------------- /docs/command/atlas-projects-delete.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-projects-delete.txt -------------------------------------------------------------------------------- /docs/command/atlas-projects-describe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-projects-describe.txt -------------------------------------------------------------------------------- /docs/command/atlas-projects-list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-projects-list.txt -------------------------------------------------------------------------------- /docs/command/atlas-projects-settings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-projects-settings.txt -------------------------------------------------------------------------------- /docs/command/atlas-projects-teams-add.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-projects-teams-add.txt -------------------------------------------------------------------------------- /docs/command/atlas-projects-teams.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-projects-teams.txt -------------------------------------------------------------------------------- /docs/command/atlas-projects-update.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-projects-update.txt -------------------------------------------------------------------------------- /docs/command/atlas-projects-users.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-projects-users.txt -------------------------------------------------------------------------------- /docs/command/atlas-projects.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-projects.txt -------------------------------------------------------------------------------- /docs/command/atlas-security-ldap-get.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-security-ldap-get.txt -------------------------------------------------------------------------------- /docs/command/atlas-security-ldap-save.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-security-ldap-save.txt -------------------------------------------------------------------------------- /docs/command/atlas-security-ldap.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-security-ldap.txt -------------------------------------------------------------------------------- /docs/command/atlas-security.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-security.txt -------------------------------------------------------------------------------- /docs/command/atlas-setup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-setup.txt -------------------------------------------------------------------------------- /docs/command/atlas-streams-instances.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-streams-instances.txt -------------------------------------------------------------------------------- /docs/command/atlas-streams.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-streams.txt -------------------------------------------------------------------------------- /docs/command/atlas-teams-create.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-teams-create.txt -------------------------------------------------------------------------------- /docs/command/atlas-teams-delete.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-teams-delete.txt -------------------------------------------------------------------------------- /docs/command/atlas-teams-describe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-teams-describe.txt -------------------------------------------------------------------------------- /docs/command/atlas-teams-list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-teams-list.txt -------------------------------------------------------------------------------- /docs/command/atlas-teams-rename.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-teams-rename.txt -------------------------------------------------------------------------------- /docs/command/atlas-teams-users-add.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-teams-users-add.txt -------------------------------------------------------------------------------- /docs/command/atlas-teams-users-delete.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-teams-users-delete.txt -------------------------------------------------------------------------------- /docs/command/atlas-teams-users-list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-teams-users-list.txt -------------------------------------------------------------------------------- /docs/command/atlas-teams-users.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-teams-users.txt -------------------------------------------------------------------------------- /docs/command/atlas-teams.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-teams.txt -------------------------------------------------------------------------------- /docs/command/atlas-users-describe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-users-describe.txt -------------------------------------------------------------------------------- /docs/command/atlas-users-invite.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-users-invite.txt -------------------------------------------------------------------------------- /docs/command/atlas-users.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas-users.txt -------------------------------------------------------------------------------- /docs/command/atlas.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/docs/command/atlas.txt -------------------------------------------------------------------------------- /docs/command/includes/atlas-api-projects-createGroup-2023-01-01-create_project.sh: -------------------------------------------------------------------------------- 1 | atlas api projects createGroup --version 2023-01-01 2 | -------------------------------------------------------------------------------- /docs/command/includes/atlas-api-projects-listGroups-2023-01-01-list_projects.sh: -------------------------------------------------------------------------------- 1 | atlas api projects listGroups --version 2023-01-01 2 | -------------------------------------------------------------------------------- /docs/command/includes/listOrgSandboxConfig-preview-default.sh: -------------------------------------------------------------------------------- 1 | listOrgSandboxConfig --version preview --orgId 4888442a3354817a7320eb61 2 | -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/go.mod -------------------------------------------------------------------------------- /go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/go.sum -------------------------------------------------------------------------------- /guides/examples/create-cluster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/guides/examples/create-cluster.md -------------------------------------------------------------------------------- /guides/examples/log-download.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/guides/examples/log-download.md -------------------------------------------------------------------------------- /guides/examples/rename-cluster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/guides/examples/rename-cluster.md -------------------------------------------------------------------------------- /internal/api/commands.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/api/commands.go -------------------------------------------------------------------------------- /internal/api/config.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/api/config.go -------------------------------------------------------------------------------- /internal/api/executor.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/api/executor.go -------------------------------------------------------------------------------- /internal/api/executor_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/api/executor_test.go -------------------------------------------------------------------------------- /internal/api/formatter.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/api/formatter.go -------------------------------------------------------------------------------- /internal/api/formatter_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/api/formatter_test.go -------------------------------------------------------------------------------- /internal/api/httprequest.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/api/httprequest.go -------------------------------------------------------------------------------- /internal/api/httprequest_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/api/httprequest_test.go -------------------------------------------------------------------------------- /internal/api/interface.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/api/interface.go -------------------------------------------------------------------------------- /internal/api/mocks.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/api/mocks.go -------------------------------------------------------------------------------- /internal/api/watcher.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/api/watcher.go -------------------------------------------------------------------------------- /internal/api/watcher_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/api/watcher_test.go -------------------------------------------------------------------------------- /internal/cli/accesslists/access_lists.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/accesslists/access_lists.go -------------------------------------------------------------------------------- /internal/cli/accesslists/create.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/accesslists/create.go -------------------------------------------------------------------------------- /internal/cli/accesslists/create_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/accesslists/create_test.go -------------------------------------------------------------------------------- /internal/cli/accesslists/delete.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/accesslists/delete.go -------------------------------------------------------------------------------- /internal/cli/accesslists/delete_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/accesslists/delete_test.go -------------------------------------------------------------------------------- /internal/cli/accesslists/describe.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/accesslists/describe.go -------------------------------------------------------------------------------- /internal/cli/accesslists/describe_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/accesslists/describe_test.go -------------------------------------------------------------------------------- /internal/cli/accesslists/list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/accesslists/list.go -------------------------------------------------------------------------------- /internal/cli/accesslists/list_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/accesslists/list_test.go -------------------------------------------------------------------------------- /internal/cli/accesslogs/access_logs.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/accesslogs/access_logs.go -------------------------------------------------------------------------------- /internal/cli/accesslogs/list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/accesslogs/list.go -------------------------------------------------------------------------------- /internal/cli/accesslogs/list_mock_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/accesslogs/list_mock_test.go -------------------------------------------------------------------------------- /internal/cli/accesslogs/list_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/accesslogs/list_test.go -------------------------------------------------------------------------------- /internal/cli/alerts/acknowledge.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/alerts/acknowledge.go -------------------------------------------------------------------------------- /internal/cli/alerts/acknowledge_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/alerts/acknowledge_test.go -------------------------------------------------------------------------------- /internal/cli/alerts/alerts.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/alerts/alerts.go -------------------------------------------------------------------------------- /internal/cli/alerts/describe.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/alerts/describe.go -------------------------------------------------------------------------------- /internal/cli/alerts/describe_mock_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/alerts/describe_mock_test.go -------------------------------------------------------------------------------- /internal/cli/alerts/describe_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/alerts/describe_test.go -------------------------------------------------------------------------------- /internal/cli/alerts/list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/alerts/list.go -------------------------------------------------------------------------------- /internal/cli/alerts/list_mock_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/alerts/list_mock_test.go -------------------------------------------------------------------------------- /internal/cli/alerts/list_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/alerts/list_test.go -------------------------------------------------------------------------------- /internal/cli/alerts/settings/create.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/alerts/settings/create.go -------------------------------------------------------------------------------- /internal/cli/alerts/settings/delete.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/alerts/settings/delete.go -------------------------------------------------------------------------------- /internal/cli/alerts/settings/describe.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/alerts/settings/describe.go -------------------------------------------------------------------------------- /internal/cli/alerts/settings/disable.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/alerts/settings/disable.go -------------------------------------------------------------------------------- /internal/cli/alerts/settings/enable.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/alerts/settings/enable.go -------------------------------------------------------------------------------- /internal/cli/alerts/settings/fields.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/alerts/settings/fields.go -------------------------------------------------------------------------------- /internal/cli/alerts/settings/list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/alerts/settings/list.go -------------------------------------------------------------------------------- /internal/cli/alerts/settings/list_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/alerts/settings/list_test.go -------------------------------------------------------------------------------- /internal/cli/alerts/settings/settings.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/alerts/settings/settings.go -------------------------------------------------------------------------------- /internal/cli/alerts/settings/update.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/alerts/settings/update.go -------------------------------------------------------------------------------- /internal/cli/alerts/settings/validator.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/alerts/settings/validator.go -------------------------------------------------------------------------------- /internal/cli/alerts/unacknowledge.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/alerts/unacknowledge.go -------------------------------------------------------------------------------- /internal/cli/alerts/unacknowledge_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/alerts/unacknowledge_test.go -------------------------------------------------------------------------------- /internal/cli/api/api.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/api/api.go -------------------------------------------------------------------------------- /internal/cli/api/api_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/api/api_test.go -------------------------------------------------------------------------------- /internal/cli/api/command_request.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/api/command_request.go -------------------------------------------------------------------------------- /internal/cli/api/command_request_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/api/command_request_test.go -------------------------------------------------------------------------------- /internal/cli/api/flags.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/api/flags.go -------------------------------------------------------------------------------- /internal/cli/api/profile.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/api/profile.go -------------------------------------------------------------------------------- /internal/cli/api/strings.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/api/strings.go -------------------------------------------------------------------------------- /internal/cli/api/strings_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/api/strings_test.go -------------------------------------------------------------------------------- /internal/cli/api/watcher.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/api/watcher.go -------------------------------------------------------------------------------- /internal/cli/atlas_cluster_opts.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/atlas_cluster_opts.go -------------------------------------------------------------------------------- /internal/cli/auditing/auditing.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/auditing/auditing.go -------------------------------------------------------------------------------- /internal/cli/auditing/describe.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/auditing/describe.go -------------------------------------------------------------------------------- /internal/cli/auditing/describe_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/auditing/describe_test.go -------------------------------------------------------------------------------- /internal/cli/auditing/update.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/auditing/update.go -------------------------------------------------------------------------------- /internal/cli/auditing/update_mock_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/auditing/update_mock_test.go -------------------------------------------------------------------------------- /internal/cli/auditing/update_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/auditing/update_test.go -------------------------------------------------------------------------------- /internal/cli/auth/auth.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/auth/auth.go -------------------------------------------------------------------------------- /internal/cli/auth/login.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/auth/login.go -------------------------------------------------------------------------------- /internal/cli/auth/login_mock_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/auth/login_mock_test.go -------------------------------------------------------------------------------- /internal/cli/auth/login_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/auth/login_test.go -------------------------------------------------------------------------------- /internal/cli/auth/logout.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/auth/logout.go -------------------------------------------------------------------------------- /internal/cli/auth/logout_mock_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/auth/logout_mock_test.go -------------------------------------------------------------------------------- /internal/cli/auth/logout_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/auth/logout_test.go -------------------------------------------------------------------------------- /internal/cli/auth/register.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/auth/register.go -------------------------------------------------------------------------------- /internal/cli/auth/register_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/auth/register_test.go -------------------------------------------------------------------------------- /internal/cli/auth/token.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/auth/token.go -------------------------------------------------------------------------------- /internal/cli/auth/token_mock_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/auth/token_mock_test.go -------------------------------------------------------------------------------- /internal/cli/auth/token_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/auth/token_test.go -------------------------------------------------------------------------------- /internal/cli/auth/whoami.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/auth/whoami.go -------------------------------------------------------------------------------- /internal/cli/auth/whoami_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/auth/whoami_test.go -------------------------------------------------------------------------------- /internal/cli/backup/backup.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/backup/backup.go -------------------------------------------------------------------------------- /internal/cli/backup/exports/exports.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/backup/exports/exports.go -------------------------------------------------------------------------------- /internal/cli/backup/exports/jobs/jobs.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/backup/exports/jobs/jobs.go -------------------------------------------------------------------------------- /internal/cli/backup/exports/jobs/list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/backup/exports/jobs/list.go -------------------------------------------------------------------------------- /internal/cli/backup/exports/jobs/watch.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/backup/exports/jobs/watch.go -------------------------------------------------------------------------------- /internal/cli/backup/restores/describe.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/backup/restores/describe.go -------------------------------------------------------------------------------- /internal/cli/backup/restores/list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/backup/restores/list.go -------------------------------------------------------------------------------- /internal/cli/backup/restores/list_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/backup/restores/list_test.go -------------------------------------------------------------------------------- /internal/cli/backup/restores/restores.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/backup/restores/restores.go -------------------------------------------------------------------------------- /internal/cli/backup/restores/start.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/backup/restores/start.go -------------------------------------------------------------------------------- /internal/cli/backup/restores/watch.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/backup/restores/watch.go -------------------------------------------------------------------------------- /internal/cli/backup/schedule/delete.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/backup/schedule/delete.go -------------------------------------------------------------------------------- /internal/cli/backup/schedule/describe.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/backup/schedule/describe.go -------------------------------------------------------------------------------- /internal/cli/backup/schedule/schedule.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/backup/schedule/schedule.go -------------------------------------------------------------------------------- /internal/cli/backup/schedule/update.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/backup/schedule/update.go -------------------------------------------------------------------------------- /internal/cli/backup/snapshots/create.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/backup/snapshots/create.go -------------------------------------------------------------------------------- /internal/cli/backup/snapshots/delete.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/backup/snapshots/delete.go -------------------------------------------------------------------------------- /internal/cli/backup/snapshots/describe.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/backup/snapshots/describe.go -------------------------------------------------------------------------------- /internal/cli/backup/snapshots/download.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/backup/snapshots/download.go -------------------------------------------------------------------------------- /internal/cli/backup/snapshots/list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/backup/snapshots/list.go -------------------------------------------------------------------------------- /internal/cli/backup/snapshots/watch.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/backup/snapshots/watch.go -------------------------------------------------------------------------------- /internal/cli/cli.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/cli.go -------------------------------------------------------------------------------- /internal/cli/cli_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/cli_test.go -------------------------------------------------------------------------------- /internal/cli/clusters/clusters.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/clusters/clusters.go -------------------------------------------------------------------------------- /internal/cli/clusters/clusters_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/clusters/clusters_test.go -------------------------------------------------------------------------------- /internal/cli/clusters/create.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/clusters/create.go -------------------------------------------------------------------------------- /internal/cli/clusters/create_mock_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/clusters/create_mock_test.go -------------------------------------------------------------------------------- /internal/cli/clusters/create_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/clusters/create_test.go -------------------------------------------------------------------------------- /internal/cli/clusters/delete.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/clusters/delete.go -------------------------------------------------------------------------------- /internal/cli/clusters/delete_mock_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/clusters/delete_mock_test.go -------------------------------------------------------------------------------- /internal/cli/clusters/delete_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/clusters/delete_test.go -------------------------------------------------------------------------------- /internal/cli/clusters/describe.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/clusters/describe.go -------------------------------------------------------------------------------- /internal/cli/clusters/describe_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/clusters/describe_test.go -------------------------------------------------------------------------------- /internal/cli/clusters/failover.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/clusters/failover.go -------------------------------------------------------------------------------- /internal/cli/clusters/failover_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/clusters/failover_test.go -------------------------------------------------------------------------------- /internal/cli/clusters/indexes/create.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/clusters/indexes/create.go -------------------------------------------------------------------------------- /internal/cli/clusters/indexes/indexes.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/clusters/indexes/indexes.go -------------------------------------------------------------------------------- /internal/cli/clusters/list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/clusters/list.go -------------------------------------------------------------------------------- /internal/cli/clusters/list_mock_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/clusters/list_mock_test.go -------------------------------------------------------------------------------- /internal/cli/clusters/list_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/clusters/list_test.go -------------------------------------------------------------------------------- /internal/cli/clusters/load_sample_data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/clusters/load_sample_data.go -------------------------------------------------------------------------------- /internal/cli/clusters/pause.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/clusters/pause.go -------------------------------------------------------------------------------- /internal/cli/clusters/pause_mock_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/clusters/pause_mock_test.go -------------------------------------------------------------------------------- /internal/cli/clusters/pause_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/clusters/pause_test.go -------------------------------------------------------------------------------- /internal/cli/clusters/sampledata/load.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/clusters/sampledata/load.go -------------------------------------------------------------------------------- /internal/cli/clusters/sampledata/watch.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/clusters/sampledata/watch.go -------------------------------------------------------------------------------- /internal/cli/clusters/start.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/clusters/start.go -------------------------------------------------------------------------------- /internal/cli/clusters/start_mock_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/clusters/start_mock_test.go -------------------------------------------------------------------------------- /internal/cli/clusters/start_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/clusters/start_test.go -------------------------------------------------------------------------------- /internal/cli/clusters/update.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/clusters/update.go -------------------------------------------------------------------------------- /internal/cli/clusters/update_mock_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/clusters/update_mock_test.go -------------------------------------------------------------------------------- /internal/cli/clusters/update_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/clusters/update_test.go -------------------------------------------------------------------------------- /internal/cli/clusters/upgrade.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/clusters/upgrade.go -------------------------------------------------------------------------------- /internal/cli/clusters/upgrade_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/clusters/upgrade_test.go -------------------------------------------------------------------------------- /internal/cli/clusters/watch.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/clusters/watch.go -------------------------------------------------------------------------------- /internal/cli/clusters/watch_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/clusters/watch_test.go -------------------------------------------------------------------------------- /internal/cli/commonerrors/errors.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/commonerrors/errors.go -------------------------------------------------------------------------------- /internal/cli/commonerrors/errors_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/commonerrors/errors_test.go -------------------------------------------------------------------------------- /internal/cli/config/config.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/config/config.go -------------------------------------------------------------------------------- /internal/cli/config/default_editor.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/config/default_editor.go -------------------------------------------------------------------------------- /internal/cli/config/delete.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/config/delete.go -------------------------------------------------------------------------------- /internal/cli/config/describe.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/config/describe.go -------------------------------------------------------------------------------- /internal/cli/config/describe_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/config/describe_test.go -------------------------------------------------------------------------------- /internal/cli/config/edit.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/config/edit.go -------------------------------------------------------------------------------- /internal/cli/config/init.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/config/init.go -------------------------------------------------------------------------------- /internal/cli/config/init_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/config/init_test.go -------------------------------------------------------------------------------- /internal/cli/config/list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/config/list.go -------------------------------------------------------------------------------- /internal/cli/config/rename.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/config/rename.go -------------------------------------------------------------------------------- /internal/cli/config/set.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/config/set.go -------------------------------------------------------------------------------- /internal/cli/config/set_mock_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/config/set_mock_test.go -------------------------------------------------------------------------------- /internal/cli/config/set_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/config/set_test.go -------------------------------------------------------------------------------- /internal/cli/customdbroles/create.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/customdbroles/create.go -------------------------------------------------------------------------------- /internal/cli/customdbroles/create_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/customdbroles/create_test.go -------------------------------------------------------------------------------- /internal/cli/customdbroles/delete.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/customdbroles/delete.go -------------------------------------------------------------------------------- /internal/cli/customdbroles/delete_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/customdbroles/delete_test.go -------------------------------------------------------------------------------- /internal/cli/customdbroles/describe.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/customdbroles/describe.go -------------------------------------------------------------------------------- /internal/cli/customdbroles/list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/customdbroles/list.go -------------------------------------------------------------------------------- /internal/cli/customdbroles/list_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/customdbroles/list_test.go -------------------------------------------------------------------------------- /internal/cli/customdbroles/update.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/customdbroles/update.go -------------------------------------------------------------------------------- /internal/cli/customdbroles/update_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/customdbroles/update_test.go -------------------------------------------------------------------------------- /internal/cli/customdns/aws/aws.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/customdns/aws/aws.go -------------------------------------------------------------------------------- /internal/cli/customdns/aws/aws_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/customdns/aws/aws_test.go -------------------------------------------------------------------------------- /internal/cli/customdns/aws/describe.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/customdns/aws/describe.go -------------------------------------------------------------------------------- /internal/cli/customdns/aws/disable.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/customdns/aws/disable.go -------------------------------------------------------------------------------- /internal/cli/customdns/aws/enable.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/customdns/aws/enable.go -------------------------------------------------------------------------------- /internal/cli/customdns/aws/enable_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/customdns/aws/enable_test.go -------------------------------------------------------------------------------- /internal/cli/customdns/custom_dns.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/customdns/custom_dns.go -------------------------------------------------------------------------------- /internal/cli/customdns/custom_dns_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/customdns/custom_dns_test.go -------------------------------------------------------------------------------- /internal/cli/datafederation/create.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/datafederation/create.go -------------------------------------------------------------------------------- /internal/cli/datafederation/delete.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/datafederation/delete.go -------------------------------------------------------------------------------- /internal/cli/datafederation/describe.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/datafederation/describe.go -------------------------------------------------------------------------------- /internal/cli/datafederation/list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/datafederation/list.go -------------------------------------------------------------------------------- /internal/cli/datafederation/list_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/datafederation/list_test.go -------------------------------------------------------------------------------- /internal/cli/datafederation/logs.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/datafederation/logs.go -------------------------------------------------------------------------------- /internal/cli/datafederation/logs_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/datafederation/logs_test.go -------------------------------------------------------------------------------- /internal/cli/datafederation/update.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/datafederation/update.go -------------------------------------------------------------------------------- /internal/cli/datalake/create.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/datalake/create.go -------------------------------------------------------------------------------- /internal/cli/datalake/create_mock_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/datalake/create_mock_test.go -------------------------------------------------------------------------------- /internal/cli/datalake/create_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/datalake/create_test.go -------------------------------------------------------------------------------- /internal/cli/datalake/data_lake.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/datalake/data_lake.go -------------------------------------------------------------------------------- /internal/cli/datalake/delete.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/datalake/delete.go -------------------------------------------------------------------------------- /internal/cli/datalake/delete_mock_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/datalake/delete_mock_test.go -------------------------------------------------------------------------------- /internal/cli/datalake/delete_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/datalake/delete_test.go -------------------------------------------------------------------------------- /internal/cli/datalake/describe.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/datalake/describe.go -------------------------------------------------------------------------------- /internal/cli/datalake/describe_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/datalake/describe_test.go -------------------------------------------------------------------------------- /internal/cli/datalake/list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/datalake/list.go -------------------------------------------------------------------------------- /internal/cli/datalake/list_mock_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/datalake/list_mock_test.go -------------------------------------------------------------------------------- /internal/cli/datalake/list_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/datalake/list_test.go -------------------------------------------------------------------------------- /internal/cli/datalake/update.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/datalake/update.go -------------------------------------------------------------------------------- /internal/cli/datalake/update_mock_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/datalake/update_mock_test.go -------------------------------------------------------------------------------- /internal/cli/datalake/update_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/datalake/update_test.go -------------------------------------------------------------------------------- /internal/cli/dbusers/certs/certs.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/dbusers/certs/certs.go -------------------------------------------------------------------------------- /internal/cli/dbusers/certs/create.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/dbusers/certs/create.go -------------------------------------------------------------------------------- /internal/cli/dbusers/certs/create_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/dbusers/certs/create_test.go -------------------------------------------------------------------------------- /internal/cli/dbusers/certs/list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/dbusers/certs/list.go -------------------------------------------------------------------------------- /internal/cli/dbusers/certs/list_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/dbusers/certs/list_test.go -------------------------------------------------------------------------------- /internal/cli/dbusers/create.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/dbusers/create.go -------------------------------------------------------------------------------- /internal/cli/dbusers/create_mock_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/dbusers/create_mock_test.go -------------------------------------------------------------------------------- /internal/cli/dbusers/create_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/dbusers/create_test.go -------------------------------------------------------------------------------- /internal/cli/dbusers/dbusers.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/dbusers/dbusers.go -------------------------------------------------------------------------------- /internal/cli/dbusers/delete.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/dbusers/delete.go -------------------------------------------------------------------------------- /internal/cli/dbusers/delete_mock_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/dbusers/delete_mock_test.go -------------------------------------------------------------------------------- /internal/cli/dbusers/delete_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/dbusers/delete_test.go -------------------------------------------------------------------------------- /internal/cli/dbusers/describe.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/dbusers/describe.go -------------------------------------------------------------------------------- /internal/cli/dbusers/describe_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/dbusers/describe_test.go -------------------------------------------------------------------------------- /internal/cli/dbusers/list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/dbusers/list.go -------------------------------------------------------------------------------- /internal/cli/dbusers/list_mock_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/dbusers/list_mock_test.go -------------------------------------------------------------------------------- /internal/cli/dbusers/list_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/dbusers/list_test.go -------------------------------------------------------------------------------- /internal/cli/dbusers/update.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/dbusers/update.go -------------------------------------------------------------------------------- /internal/cli/dbusers/update_mock_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/dbusers/update_mock_test.go -------------------------------------------------------------------------------- /internal/cli/dbusers/update_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/dbusers/update_test.go -------------------------------------------------------------------------------- /internal/cli/decryption/key_providers.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/decryption/key_providers.go -------------------------------------------------------------------------------- /internal/cli/default_setter_opts.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/default_setter_opts.go -------------------------------------------------------------------------------- /internal/cli/default_setter_opts_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/default_setter_opts_test.go -------------------------------------------------------------------------------- /internal/cli/delete_opts.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/delete_opts.go -------------------------------------------------------------------------------- /internal/cli/deployments/connect.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/deployments/connect.go -------------------------------------------------------------------------------- /internal/cli/deployments/connect_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/deployments/connect_test.go -------------------------------------------------------------------------------- /internal/cli/deployments/delete.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/deployments/delete.go -------------------------------------------------------------------------------- /internal/cli/deployments/delete_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/deployments/delete_test.go -------------------------------------------------------------------------------- /internal/cli/deployments/deployments.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/deployments/deployments.go -------------------------------------------------------------------------------- /internal/cli/deployments/diagnostics.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/deployments/diagnostics.go -------------------------------------------------------------------------------- /internal/cli/deployments/list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/deployments/list.go -------------------------------------------------------------------------------- /internal/cli/deployments/list_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/deployments/list_test.go -------------------------------------------------------------------------------- /internal/cli/deployments/logs.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/deployments/logs.go -------------------------------------------------------------------------------- /internal/cli/deployments/logs_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/deployments/logs_test.go -------------------------------------------------------------------------------- /internal/cli/deployments/pause.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/deployments/pause.go -------------------------------------------------------------------------------- /internal/cli/deployments/pause_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/deployments/pause_test.go -------------------------------------------------------------------------------- /internal/cli/deployments/search/search.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/deployments/search/search.go -------------------------------------------------------------------------------- /internal/cli/deployments/setup.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/deployments/setup.go -------------------------------------------------------------------------------- /internal/cli/deployments/setup_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/deployments/setup_test.go -------------------------------------------------------------------------------- /internal/cli/deployments/start.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/deployments/start.go -------------------------------------------------------------------------------- /internal/cli/deployments/start_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/deployments/start_test.go -------------------------------------------------------------------------------- /internal/cli/downloader_opts.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/downloader_opts.go -------------------------------------------------------------------------------- /internal/cli/errors.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/errors.go -------------------------------------------------------------------------------- /internal/cli/events/events.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/events/events.go -------------------------------------------------------------------------------- /internal/cli/events/list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/events/list.go -------------------------------------------------------------------------------- /internal/cli/events/list_mock_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/events/list_mock_test.go -------------------------------------------------------------------------------- /internal/cli/events/list_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/events/list_test.go -------------------------------------------------------------------------------- /internal/cli/events/orgs_list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/events/orgs_list.go -------------------------------------------------------------------------------- /internal/cli/events/orgs_list_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/events/orgs_list_test.go -------------------------------------------------------------------------------- /internal/cli/events/projects_list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/events/projects_list.go -------------------------------------------------------------------------------- /internal/cli/events/projects_list_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/events/projects_list_test.go -------------------------------------------------------------------------------- /internal/cli/help_templates.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/help_templates.go -------------------------------------------------------------------------------- /internal/cli/input_opts.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/input_opts.go -------------------------------------------------------------------------------- /internal/cli/integrations/delete.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/integrations/delete.go -------------------------------------------------------------------------------- /internal/cli/integrations/delete_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/integrations/delete_test.go -------------------------------------------------------------------------------- /internal/cli/integrations/describe.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/integrations/describe.go -------------------------------------------------------------------------------- /internal/cli/integrations/integrations.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/integrations/integrations.go -------------------------------------------------------------------------------- /internal/cli/integrations/list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/integrations/list.go -------------------------------------------------------------------------------- /internal/cli/integrations/list_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/integrations/list_test.go -------------------------------------------------------------------------------- /internal/cli/list_opts.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/list_opts.go -------------------------------------------------------------------------------- /internal/cli/livemigrations/create.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/livemigrations/create.go -------------------------------------------------------------------------------- /internal/cli/livemigrations/cutover.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/livemigrations/cutover.go -------------------------------------------------------------------------------- /internal/cli/livemigrations/describe.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/livemigrations/describe.go -------------------------------------------------------------------------------- /internal/cli/livemigrations/link/link.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/livemigrations/link/link.go -------------------------------------------------------------------------------- /internal/cli/logs/decrypt.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/logs/decrypt.go -------------------------------------------------------------------------------- /internal/cli/logs/decrypt_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/logs/decrypt_test.go -------------------------------------------------------------------------------- /internal/cli/logs/download.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/logs/download.go -------------------------------------------------------------------------------- /internal/cli/logs/download_mock_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/logs/download_mock_test.go -------------------------------------------------------------------------------- /internal/cli/logs/download_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/logs/download_test.go -------------------------------------------------------------------------------- /internal/cli/logs/logs.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/logs/logs.go -------------------------------------------------------------------------------- /internal/cli/maintenance/clear.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/maintenance/clear.go -------------------------------------------------------------------------------- /internal/cli/maintenance/clear_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/maintenance/clear_test.go -------------------------------------------------------------------------------- /internal/cli/maintenance/defer.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/maintenance/defer.go -------------------------------------------------------------------------------- /internal/cli/maintenance/defer_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/maintenance/defer_test.go -------------------------------------------------------------------------------- /internal/cli/maintenance/describe.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/maintenance/describe.go -------------------------------------------------------------------------------- /internal/cli/maintenance/describe_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/maintenance/describe_test.go -------------------------------------------------------------------------------- /internal/cli/maintenance/maintenance.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/maintenance/maintenance.go -------------------------------------------------------------------------------- /internal/cli/maintenance/update.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/maintenance/update.go -------------------------------------------------------------------------------- /internal/cli/maintenance/update_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/maintenance/update_test.go -------------------------------------------------------------------------------- /internal/cli/metrics/databases/list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/metrics/databases/list.go -------------------------------------------------------------------------------- /internal/cli/metrics/disks/describe.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/metrics/disks/describe.go -------------------------------------------------------------------------------- /internal/cli/metrics/disks/disks.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/metrics/disks/disks.go -------------------------------------------------------------------------------- /internal/cli/metrics/disks/list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/metrics/disks/list.go -------------------------------------------------------------------------------- /internal/cli/metrics/disks/list_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/metrics/disks/list_test.go -------------------------------------------------------------------------------- /internal/cli/metrics/metrics.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/metrics/metrics.go -------------------------------------------------------------------------------- /internal/cli/metrics_opt.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/metrics_opt.go -------------------------------------------------------------------------------- /internal/cli/metrics_opts_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/metrics_opts_test.go -------------------------------------------------------------------------------- /internal/cli/networking/networking.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/networking/networking.go -------------------------------------------------------------------------------- /internal/cli/networking/peering/delete.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/networking/peering/delete.go -------------------------------------------------------------------------------- /internal/cli/networking/peering/list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/networking/peering/list.go -------------------------------------------------------------------------------- /internal/cli/networking/peering/watch.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/networking/peering/watch.go -------------------------------------------------------------------------------- /internal/cli/org_opts.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/org_opts.go -------------------------------------------------------------------------------- /internal/cli/org_opts_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/org_opts_test.go -------------------------------------------------------------------------------- /internal/cli/organizations/create.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/organizations/create.go -------------------------------------------------------------------------------- /internal/cli/organizations/create_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/organizations/create_test.go -------------------------------------------------------------------------------- /internal/cli/organizations/delete.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/organizations/delete.go -------------------------------------------------------------------------------- /internal/cli/organizations/delete_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/organizations/delete_test.go -------------------------------------------------------------------------------- /internal/cli/organizations/describe.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/organizations/describe.go -------------------------------------------------------------------------------- /internal/cli/organizations/list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/organizations/list.go -------------------------------------------------------------------------------- /internal/cli/output_opts.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/output_opts.go -------------------------------------------------------------------------------- /internal/cli/output_opts_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/output_opts_test.go -------------------------------------------------------------------------------- /internal/cli/plugin/first_class.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/plugin/first_class.go -------------------------------------------------------------------------------- /internal/cli/plugin/github.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/plugin/github.go -------------------------------------------------------------------------------- /internal/cli/plugin/install.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/plugin/install.go -------------------------------------------------------------------------------- /internal/cli/plugin/install_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/plugin/install_test.go -------------------------------------------------------------------------------- /internal/cli/plugin/list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/plugin/list.go -------------------------------------------------------------------------------- /internal/cli/plugin/list_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/plugin/list_test.go -------------------------------------------------------------------------------- /internal/cli/plugin/plugin.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/plugin/plugin.go -------------------------------------------------------------------------------- /internal/cli/plugin/plugin_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/plugin/plugin_test.go -------------------------------------------------------------------------------- /internal/cli/plugin/uninstall.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/plugin/uninstall.go -------------------------------------------------------------------------------- /internal/cli/plugin/uninstall_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/plugin/uninstall_test.go -------------------------------------------------------------------------------- /internal/cli/plugin/update.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/plugin/update.go -------------------------------------------------------------------------------- /internal/cli/plugin/update_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/plugin/update_test.go -------------------------------------------------------------------------------- /internal/cli/prerun_opts.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/prerun_opts.go -------------------------------------------------------------------------------- /internal/cli/privateendpoints/list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/privateendpoints/list.go -------------------------------------------------------------------------------- /internal/cli/privateendpoints/watch.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/privateendpoints/watch.go -------------------------------------------------------------------------------- /internal/cli/processes/describe.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/processes/describe.go -------------------------------------------------------------------------------- /internal/cli/processes/list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/processes/list.go -------------------------------------------------------------------------------- /internal/cli/processes/list_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/processes/list_test.go -------------------------------------------------------------------------------- /internal/cli/processes/processes.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/processes/processes.go -------------------------------------------------------------------------------- /internal/cli/profile.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/profile.go -------------------------------------------------------------------------------- /internal/cli/project_opts.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/project_opts.go -------------------------------------------------------------------------------- /internal/cli/project_opts_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/project_opts_test.go -------------------------------------------------------------------------------- /internal/cli/projects/apikeys/list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/projects/apikeys/list.go -------------------------------------------------------------------------------- /internal/cli/projects/create.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/projects/create.go -------------------------------------------------------------------------------- /internal/cli/projects/create_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/projects/create_test.go -------------------------------------------------------------------------------- /internal/cli/projects/delete.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/projects/delete.go -------------------------------------------------------------------------------- /internal/cli/projects/delete_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/projects/delete_test.go -------------------------------------------------------------------------------- /internal/cli/projects/describe.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/projects/describe.go -------------------------------------------------------------------------------- /internal/cli/projects/describe_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/projects/describe_test.go -------------------------------------------------------------------------------- /internal/cli/projects/list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/projects/list.go -------------------------------------------------------------------------------- /internal/cli/projects/list_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/projects/list_test.go -------------------------------------------------------------------------------- /internal/cli/projects/projects.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/projects/projects.go -------------------------------------------------------------------------------- /internal/cli/projects/teams/add.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/projects/teams/add.go -------------------------------------------------------------------------------- /internal/cli/projects/teams/delete.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/projects/teams/delete.go -------------------------------------------------------------------------------- /internal/cli/projects/teams/list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/projects/teams/list.go -------------------------------------------------------------------------------- /internal/cli/projects/teams/teams.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/projects/teams/teams.go -------------------------------------------------------------------------------- /internal/cli/projects/teams/update.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/projects/teams/update.go -------------------------------------------------------------------------------- /internal/cli/projects/update.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/projects/update.go -------------------------------------------------------------------------------- /internal/cli/projects/update_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/projects/update_test.go -------------------------------------------------------------------------------- /internal/cli/projects/users/delete.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/projects/users/delete.go -------------------------------------------------------------------------------- /internal/cli/projects/users/list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/projects/users/list.go -------------------------------------------------------------------------------- /internal/cli/projects/users/users.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/projects/users/users.go -------------------------------------------------------------------------------- /internal/cli/refresher_opts.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/refresher_opts.go -------------------------------------------------------------------------------- /internal/cli/require/require.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/require/require.go -------------------------------------------------------------------------------- /internal/cli/require/require_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/require/require_test.go -------------------------------------------------------------------------------- /internal/cli/root/builder.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/root/builder.go -------------------------------------------------------------------------------- /internal/cli/root/builder_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/root/builder_test.go -------------------------------------------------------------------------------- /internal/cli/search/create.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/search/create.go -------------------------------------------------------------------------------- /internal/cli/search/create_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/search/create_test.go -------------------------------------------------------------------------------- /internal/cli/search/delete.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/search/delete.go -------------------------------------------------------------------------------- /internal/cli/search/delete_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/search/delete_test.go -------------------------------------------------------------------------------- /internal/cli/search/describe.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/search/describe.go -------------------------------------------------------------------------------- /internal/cli/search/describe_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/search/describe_test.go -------------------------------------------------------------------------------- /internal/cli/search/index_opts.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/search/index_opts.go -------------------------------------------------------------------------------- /internal/cli/search/indexes.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/search/indexes.go -------------------------------------------------------------------------------- /internal/cli/search/list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/search/list.go -------------------------------------------------------------------------------- /internal/cli/search/list_mock_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/search/list_mock_test.go -------------------------------------------------------------------------------- /internal/cli/search/list_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/search/list_test.go -------------------------------------------------------------------------------- /internal/cli/search/nodes/create.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/search/nodes/create.go -------------------------------------------------------------------------------- /internal/cli/search/nodes/delete.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/search/nodes/delete.go -------------------------------------------------------------------------------- /internal/cli/search/nodes/list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/search/nodes/list.go -------------------------------------------------------------------------------- /internal/cli/search/nodes/list_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/search/nodes/list_test.go -------------------------------------------------------------------------------- /internal/cli/search/nodes/nodes.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/search/nodes/nodes.go -------------------------------------------------------------------------------- /internal/cli/search/nodes/spec_file.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/search/nodes/spec_file.go -------------------------------------------------------------------------------- /internal/cli/search/nodes/update.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/search/nodes/update.go -------------------------------------------------------------------------------- /internal/cli/search/search.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/search/search.go -------------------------------------------------------------------------------- /internal/cli/search/update.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/search/update.go -------------------------------------------------------------------------------- /internal/cli/search/update_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/search/update_test.go -------------------------------------------------------------------------------- /internal/cli/security/ldap/delete.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/security/ldap/delete.go -------------------------------------------------------------------------------- /internal/cli/security/ldap/get.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/security/ldap/get.go -------------------------------------------------------------------------------- /internal/cli/security/ldap/get_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/security/ldap/get_test.go -------------------------------------------------------------------------------- /internal/cli/security/ldap/ldap.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/security/ldap/ldap.go -------------------------------------------------------------------------------- /internal/cli/security/ldap/save.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/security/ldap/save.go -------------------------------------------------------------------------------- /internal/cli/security/ldap/status.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/security/ldap/status.go -------------------------------------------------------------------------------- /internal/cli/security/ldap/verify.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/security/ldap/verify.go -------------------------------------------------------------------------------- /internal/cli/security/ldap/watch.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/security/ldap/watch.go -------------------------------------------------------------------------------- /internal/cli/security/security.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/security/security.go -------------------------------------------------------------------------------- /internal/cli/serverless/create.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/serverless/create.go -------------------------------------------------------------------------------- /internal/cli/serverless/create_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/serverless/create_test.go -------------------------------------------------------------------------------- /internal/cli/serverless/delete.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/serverless/delete.go -------------------------------------------------------------------------------- /internal/cli/serverless/delete_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/serverless/delete_test.go -------------------------------------------------------------------------------- /internal/cli/serverless/describe.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/serverless/describe.go -------------------------------------------------------------------------------- /internal/cli/serverless/list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/serverless/list.go -------------------------------------------------------------------------------- /internal/cli/serverless/list_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/serverless/list_test.go -------------------------------------------------------------------------------- /internal/cli/serverless/serverless.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/serverless/serverless.go -------------------------------------------------------------------------------- /internal/cli/serverless/update.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/serverless/update.go -------------------------------------------------------------------------------- /internal/cli/serverless/update_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/serverless/update_test.go -------------------------------------------------------------------------------- /internal/cli/serverless/watch.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/serverless/watch.go -------------------------------------------------------------------------------- /internal/cli/serverless/watch_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/serverless/watch_test.go -------------------------------------------------------------------------------- /internal/cli/setup/cluster_config.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/setup/cluster_config.go -------------------------------------------------------------------------------- /internal/cli/setup/cluster_setup.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/setup/cluster_setup.go -------------------------------------------------------------------------------- /internal/cli/setup/dbuser_setup.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/setup/dbuser_setup.go -------------------------------------------------------------------------------- /internal/cli/setup/prompt.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/setup/prompt.go -------------------------------------------------------------------------------- /internal/cli/setup/setup_cmd.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/setup/setup_cmd.go -------------------------------------------------------------------------------- /internal/cli/setup/setup_cmd_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/setup/setup_cmd_test.go -------------------------------------------------------------------------------- /internal/cli/setup/setup_mock_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/setup/setup_mock_test.go -------------------------------------------------------------------------------- /internal/cli/streams/instance/list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/streams/instance/list.go -------------------------------------------------------------------------------- /internal/cli/streams/streams.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/streams/streams.go -------------------------------------------------------------------------------- /internal/cli/teams/create.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/teams/create.go -------------------------------------------------------------------------------- /internal/cli/teams/create_mock_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/teams/create_mock_test.go -------------------------------------------------------------------------------- /internal/cli/teams/create_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/teams/create_test.go -------------------------------------------------------------------------------- /internal/cli/teams/delete.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/teams/delete.go -------------------------------------------------------------------------------- /internal/cli/teams/delete_mock_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/teams/delete_mock_test.go -------------------------------------------------------------------------------- /internal/cli/teams/delete_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/teams/delete_test.go -------------------------------------------------------------------------------- /internal/cli/teams/describe.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/teams/describe.go -------------------------------------------------------------------------------- /internal/cli/teams/describe_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/teams/describe_test.go -------------------------------------------------------------------------------- /internal/cli/teams/list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/teams/list.go -------------------------------------------------------------------------------- /internal/cli/teams/list_mock_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/teams/list_mock_test.go -------------------------------------------------------------------------------- /internal/cli/teams/list_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/teams/list_test.go -------------------------------------------------------------------------------- /internal/cli/teams/rename.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/teams/rename.go -------------------------------------------------------------------------------- /internal/cli/teams/rename_mock_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/teams/rename_mock_test.go -------------------------------------------------------------------------------- /internal/cli/teams/rename_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/teams/rename_test.go -------------------------------------------------------------------------------- /internal/cli/teams/teams.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/teams/teams.go -------------------------------------------------------------------------------- /internal/cli/teams/users/add.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/teams/users/add.go -------------------------------------------------------------------------------- /internal/cli/teams/users/add_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/teams/users/add_test.go -------------------------------------------------------------------------------- /internal/cli/teams/users/delete.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/teams/users/delete.go -------------------------------------------------------------------------------- /internal/cli/teams/users/list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/teams/users/list.go -------------------------------------------------------------------------------- /internal/cli/teams/users/list_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/teams/users/list_test.go -------------------------------------------------------------------------------- /internal/cli/teams/users/users.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/teams/users/users.go -------------------------------------------------------------------------------- /internal/cli/users/describe.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/users/describe.go -------------------------------------------------------------------------------- /internal/cli/users/describe_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/users/describe_test.go -------------------------------------------------------------------------------- /internal/cli/users/invite.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/users/invite.go -------------------------------------------------------------------------------- /internal/cli/users/invite_mock_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/users/invite_mock_test.go -------------------------------------------------------------------------------- /internal/cli/users/invite_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/users/invite_test.go -------------------------------------------------------------------------------- /internal/cli/users/users.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/users/users.go -------------------------------------------------------------------------------- /internal/cli/watch_opts.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/watch_opts.go -------------------------------------------------------------------------------- /internal/cli/workflows/flags.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/workflows/flags.go -------------------------------------------------------------------------------- /internal/cli/workflows/flags_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/cli/workflows/flags_test.go -------------------------------------------------------------------------------- /internal/compass/compass.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/compass/compass.go -------------------------------------------------------------------------------- /internal/compass/compass_bin_darwin.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/compass/compass_bin_darwin.go -------------------------------------------------------------------------------- /internal/compass/compass_bin_linux.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/compass/compass_bin_linux.go -------------------------------------------------------------------------------- /internal/compass/compass_cmd.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/compass/compass_cmd.go -------------------------------------------------------------------------------- /internal/config/migrations/v2.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/config/migrations/v2.go -------------------------------------------------------------------------------- /internal/config/migrations/v2_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/config/migrations/v2_test.go -------------------------------------------------------------------------------- /internal/container/container.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/container/container.go -------------------------------------------------------------------------------- /internal/container/container_new.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/container/container_new.go -------------------------------------------------------------------------------- /internal/container/docker.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/container/docker.go -------------------------------------------------------------------------------- /internal/container/docker_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/container/docker_test.go -------------------------------------------------------------------------------- /internal/container/podman.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/container/podman.go -------------------------------------------------------------------------------- /internal/convert/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/convert/README.md -------------------------------------------------------------------------------- /internal/convert/custom_db_role.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/convert/custom_db_role.go -------------------------------------------------------------------------------- /internal/convert/database_user.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/convert/database_user.go -------------------------------------------------------------------------------- /internal/convert/database_user_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/convert/database_user_test.go -------------------------------------------------------------------------------- /internal/convert/time.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/convert/time.go -------------------------------------------------------------------------------- /internal/convert/time_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/convert/time_test.go -------------------------------------------------------------------------------- /internal/decryption/aes/cbc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/decryption/aes/cbc.go -------------------------------------------------------------------------------- /internal/decryption/aes/gcm.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/decryption/aes/gcm.go -------------------------------------------------------------------------------- /internal/decryption/decompress.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/decryption/decompress.go -------------------------------------------------------------------------------- /internal/decryption/decryption.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/decryption/decryption.go -------------------------------------------------------------------------------- /internal/decryption/decryption_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/decryption/decryption_test.go -------------------------------------------------------------------------------- /internal/decryption/header.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/decryption/header.go -------------------------------------------------------------------------------- /internal/decryption/header_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/decryption/header_test.go -------------------------------------------------------------------------------- /internal/decryption/list_providers.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/decryption/list_providers.go -------------------------------------------------------------------------------- /internal/decryption/log_record.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/decryption/log_record.go -------------------------------------------------------------------------------- /internal/decryption/output.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/decryption/output.go -------------------------------------------------------------------------------- /internal/file/file.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/file/file.go -------------------------------------------------------------------------------- /internal/file/file_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/file/file_test.go -------------------------------------------------------------------------------- /internal/flag/flags.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/flag/flags.go -------------------------------------------------------------------------------- /internal/homebrew/homebrew.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/homebrew/homebrew.go -------------------------------------------------------------------------------- /internal/homebrew/homebrew_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/homebrew/homebrew_test.go -------------------------------------------------------------------------------- /internal/jsonwriter/jsonwriter.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/jsonwriter/jsonwriter.go -------------------------------------------------------------------------------- /internal/latestrelease/finder.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/latestrelease/finder.go -------------------------------------------------------------------------------- /internal/latestrelease/finder_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/latestrelease/finder_test.go -------------------------------------------------------------------------------- /internal/log/log.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/log/log.go -------------------------------------------------------------------------------- /internal/log/log_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/log/log_test.go -------------------------------------------------------------------------------- /internal/mocks/mock_clusters.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/mocks/mock_clusters.go -------------------------------------------------------------------------------- /internal/mocks/mock_container.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/mocks/mock_container.go -------------------------------------------------------------------------------- /internal/mocks/mock_default_opts.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/mocks/mock_default_opts.go -------------------------------------------------------------------------------- /internal/mocks/mock_mongodb_client.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/mocks/mock_mongodb_client.go -------------------------------------------------------------------------------- /internal/mocks/mock_podman.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/mocks/mock_podman.go -------------------------------------------------------------------------------- /internal/mocks/mock_refresher.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/mocks/mock_refresher.go -------------------------------------------------------------------------------- /internal/mocks/mock_release_version.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/mocks/mock_release_version.go -------------------------------------------------------------------------------- /internal/mocks/mock_store.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/mocks/mock_store.go -------------------------------------------------------------------------------- /internal/mongodbclient/client.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/mongodbclient/client.go -------------------------------------------------------------------------------- /internal/mongodbclient/collection.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/mongodbclient/collection.go -------------------------------------------------------------------------------- /internal/mongodbclient/database.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/mongodbclient/database.go -------------------------------------------------------------------------------- /internal/mongosh/mongosh.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/mongosh/mongosh.go -------------------------------------------------------------------------------- /internal/mongosh/mongosh_bin.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/mongosh/mongosh_bin.go -------------------------------------------------------------------------------- /internal/plugin/plugin.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/plugin/plugin.go -------------------------------------------------------------------------------- /internal/plugin/plugin_manifest.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/plugin/plugin_manifest.go -------------------------------------------------------------------------------- /internal/plugin/plugin_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/plugin/plugin_test.go -------------------------------------------------------------------------------- /internal/podman/client.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/podman/client.go -------------------------------------------------------------------------------- /internal/podman/container_inspect.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/podman/container_inspect.go -------------------------------------------------------------------------------- /internal/podman/docker_schema2.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/podman/docker_schema2.go -------------------------------------------------------------------------------- /internal/podman/network.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/podman/network.go -------------------------------------------------------------------------------- /internal/pointer/pointer.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/pointer/pointer.go -------------------------------------------------------------------------------- /internal/prerun/prerun.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/prerun/prerun.go -------------------------------------------------------------------------------- /internal/prompt/config.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/prompt/config.go -------------------------------------------------------------------------------- /internal/prompt/prompt.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/prompt/prompt.go -------------------------------------------------------------------------------- /internal/randgen/randgen.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/randgen/randgen.go -------------------------------------------------------------------------------- /internal/search/search.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/search/search.go -------------------------------------------------------------------------------- /internal/search/search_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/search/search_test.go -------------------------------------------------------------------------------- /internal/set/set.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/set/set.go -------------------------------------------------------------------------------- /internal/set/set_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/set/set_test.go -------------------------------------------------------------------------------- /internal/sighandle/sighandle.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/sighandle/sighandle.go -------------------------------------------------------------------------------- /internal/store/access_logs.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/access_logs.go -------------------------------------------------------------------------------- /internal/store/access_role.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/access_role.go -------------------------------------------------------------------------------- /internal/store/alert_configuration.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/alert_configuration.go -------------------------------------------------------------------------------- /internal/store/alerts.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/alerts.go -------------------------------------------------------------------------------- /internal/store/api_keys.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/api_keys.go -------------------------------------------------------------------------------- /internal/store/api_keys_access_list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/api_keys_access_list.go -------------------------------------------------------------------------------- /internal/store/auditing.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/auditing.go -------------------------------------------------------------------------------- /internal/store/backup_compliance.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/backup_compliance.go -------------------------------------------------------------------------------- /internal/store/clusters.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/clusters.go -------------------------------------------------------------------------------- /internal/store/custom_dns.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/custom_dns.go -------------------------------------------------------------------------------- /internal/store/data_federation.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/data_federation.go -------------------------------------------------------------------------------- /internal/store/data_lake.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/data_lake.go -------------------------------------------------------------------------------- /internal/store/database_roles.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/database_roles.go -------------------------------------------------------------------------------- /internal/store/database_users.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/database_users.go -------------------------------------------------------------------------------- /internal/store/events.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/events.go -------------------------------------------------------------------------------- /internal/store/federation_settings.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/federation_settings.go -------------------------------------------------------------------------------- /internal/store/flex_clusters.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/flex_clusters.go -------------------------------------------------------------------------------- /internal/store/identity_providers.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/identity_providers.go -------------------------------------------------------------------------------- /internal/store/indexes.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/indexes.go -------------------------------------------------------------------------------- /internal/store/integrations.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/integrations.go -------------------------------------------------------------------------------- /internal/store/ip_info.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/ip_info.go -------------------------------------------------------------------------------- /internal/store/ldap_configurations.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/ldap_configurations.go -------------------------------------------------------------------------------- /internal/store/live_migration.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/live_migration.go -------------------------------------------------------------------------------- /internal/store/live_migrations.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/live_migrations.go -------------------------------------------------------------------------------- /internal/store/logs.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/logs.go -------------------------------------------------------------------------------- /internal/store/maintenance.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/maintenance.go -------------------------------------------------------------------------------- /internal/store/online_archives.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/online_archives.go -------------------------------------------------------------------------------- /internal/store/organizations.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/organizations.go -------------------------------------------------------------------------------- /internal/store/peering_connections.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/peering_connections.go -------------------------------------------------------------------------------- /internal/store/performance_advisor.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/performance_advisor.go -------------------------------------------------------------------------------- /internal/store/private_endpoints.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/private_endpoints.go -------------------------------------------------------------------------------- /internal/store/process_databases.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/process_databases.go -------------------------------------------------------------------------------- /internal/store/process_disks.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/process_disks.go -------------------------------------------------------------------------------- /internal/store/process_measurements.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/process_measurements.go -------------------------------------------------------------------------------- /internal/store/processes.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/processes.go -------------------------------------------------------------------------------- /internal/store/project_invitations.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/project_invitations.go -------------------------------------------------------------------------------- /internal/store/project_settings.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/project_settings.go -------------------------------------------------------------------------------- /internal/store/projects.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/projects.go -------------------------------------------------------------------------------- /internal/store/search.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/search.go -------------------------------------------------------------------------------- /internal/store/search_deprecated.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/search_deprecated.go -------------------------------------------------------------------------------- /internal/store/search_nodes.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/search_nodes.go -------------------------------------------------------------------------------- /internal/store/serverless_instances.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/serverless_instances.go -------------------------------------------------------------------------------- /internal/store/store.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/store.go -------------------------------------------------------------------------------- /internal/store/store_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/store_test.go -------------------------------------------------------------------------------- /internal/store/streams.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/streams.go -------------------------------------------------------------------------------- /internal/store/teams.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/teams.go -------------------------------------------------------------------------------- /internal/store/telemetry.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/telemetry.go -------------------------------------------------------------------------------- /internal/store/users.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/store/users.go -------------------------------------------------------------------------------- /internal/telemetry/ask.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/telemetry/ask.go -------------------------------------------------------------------------------- /internal/telemetry/command.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/telemetry/command.go -------------------------------------------------------------------------------- /internal/telemetry/event.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/telemetry/event.go -------------------------------------------------------------------------------- /internal/telemetry/event_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/telemetry/event_test.go -------------------------------------------------------------------------------- /internal/telemetry/installer.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/telemetry/installer.go -------------------------------------------------------------------------------- /internal/telemetry/installer_darwin.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/telemetry/installer_darwin.go -------------------------------------------------------------------------------- /internal/telemetry/installer_linux.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/telemetry/installer_linux.go -------------------------------------------------------------------------------- /internal/telemetry/read_answer.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/telemetry/read_answer.go -------------------------------------------------------------------------------- /internal/telemetry/read_answer_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/telemetry/read_answer_test.go -------------------------------------------------------------------------------- /internal/telemetry/telemetry.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/telemetry/telemetry.go -------------------------------------------------------------------------------- /internal/telemetry/tracker.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/telemetry/tracker.go -------------------------------------------------------------------------------- /internal/telemetry/tracker_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/telemetry/tracker_test.go -------------------------------------------------------------------------------- /internal/terminal/terminal.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/terminal/terminal.go -------------------------------------------------------------------------------- /internal/test/test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/test/test.go -------------------------------------------------------------------------------- /internal/usage/usage.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/usage/usage.go -------------------------------------------------------------------------------- /internal/validate/common_password.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/validate/common_password.go -------------------------------------------------------------------------------- /internal/validate/validate.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/validate/validate.go -------------------------------------------------------------------------------- /internal/validate/validate_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/validate/validate_test.go -------------------------------------------------------------------------------- /internal/version/release_version.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/version/release_version.go -------------------------------------------------------------------------------- /internal/version/version.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/version/version.go -------------------------------------------------------------------------------- /internal/vscode/vscode.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/vscode/vscode.go -------------------------------------------------------------------------------- /internal/vscode/vscode_cli_bin.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/vscode/vscode_cli_bin.go -------------------------------------------------------------------------------- /internal/vscode/vscode_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/vscode/vscode_test.go -------------------------------------------------------------------------------- /internal/watchers/cluster.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/watchers/cluster.go -------------------------------------------------------------------------------- /internal/watchers/flex_cluster.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/watchers/flex_cluster.go -------------------------------------------------------------------------------- /internal/watchers/watcher.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/internal/watchers/watcher.go -------------------------------------------------------------------------------- /scripts/add-copy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/scripts/add-copy.sh -------------------------------------------------------------------------------- /scripts/add-e2e-profiles.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/scripts/add-e2e-profiles.sh -------------------------------------------------------------------------------- /scripts/fix-lint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/scripts/fix-lint.sh -------------------------------------------------------------------------------- /scripts/pre-commit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/scripts/pre-commit.sh -------------------------------------------------------------------------------- /scripts/release.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/scripts/release.sh -------------------------------------------------------------------------------- /scripts/update-openapi-spec.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/scripts/update-openapi-spec.sh -------------------------------------------------------------------------------- /scripts/update-sdk.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/scripts/update-sdk.sh -------------------------------------------------------------------------------- /test/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/test/README.md -------------------------------------------------------------------------------- /test/e2e/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/test/e2e/.DS_Store -------------------------------------------------------------------------------- /test/e2e/atlas/iam/atlasprojects/testdata/update_project_reset_tags.json: -------------------------------------------------------------------------------- 1 | { 2 | "tags": [] 3 | } 4 | -------------------------------------------------------------------------------- /test/e2e/atlas/ldap/ldap/ldap_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/test/e2e/atlas/ldap/ldap/ldap_test.go -------------------------------------------------------------------------------- /test/e2e/atlas/logs/logs/logs_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/test/e2e/atlas/logs/logs/logs_test.go -------------------------------------------------------------------------------- /test/e2e/brew/brew/brew_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/test/e2e/brew/brew/brew_test.go -------------------------------------------------------------------------------- /test/e2e/config/config/config_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/test/e2e/config/config/config_test.go -------------------------------------------------------------------------------- /test/e2e/testdata/.snapshots/TestAccessList/memory.json: -------------------------------------------------------------------------------- 1 | {"TestAccessList/rand":"EA=="} -------------------------------------------------------------------------------- /test/e2e/testdata/.snapshots/TestAccessRoles/memory.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /test/e2e/testdata/.snapshots/TestAlerts/memory.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeyAccessList/memory.json: -------------------------------------------------------------------------------- 1 | {"TestAtlasOrgAPIKeyAccessList/rand":"SA=="} -------------------------------------------------------------------------------- /test/e2e/testdata/.snapshots/TestAtlasOrgAPIKeys/memory.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /test/e2e/testdata/.snapshots/TestAtlasOrgs/memory.json: -------------------------------------------------------------------------------- 1 | {"TestAtlasOrgs/rand":"EA=="} -------------------------------------------------------------------------------- /test/e2e/testdata/.snapshots/TestAtlasProjectAPIKeys/memory.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /test/e2e/testdata/.snapshots/TestAtlasProjectInvitations/memory.json: -------------------------------------------------------------------------------- 1 | {"TestAtlasProjectInvitations/rand":"A0I="} -------------------------------------------------------------------------------- /test/e2e/testdata/.snapshots/TestAtlasProjectTeams/memory.json: -------------------------------------------------------------------------------- 1 | {"TestAtlasProjectTeams/rand":"AzY="} -------------------------------------------------------------------------------- /test/e2e/testdata/.snapshots/TestAtlasProjects/memory.json: -------------------------------------------------------------------------------- 1 | {"TestAtlasProjects/rand":"SQ=="} -------------------------------------------------------------------------------- /test/e2e/testdata/.snapshots/TestAtlasTeamUsers/memory.json: -------------------------------------------------------------------------------- 1 | {"TestAtlasTeamUsers/rand":"AlY="} -------------------------------------------------------------------------------- /test/e2e/testdata/.snapshots/TestAtlasTeams/memory.json: -------------------------------------------------------------------------------- 1 | {"TestAtlasTeams/rand":"A3s="} -------------------------------------------------------------------------------- /test/e2e/testdata/.snapshots/TestAtlasUsers/memory.json: -------------------------------------------------------------------------------- 1 | {"TestAtlasUsers/Invite/rand":"GPE="} -------------------------------------------------------------------------------- /test/e2e/testdata/.snapshots/TestAuditing/memory.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /test/e2e/testdata/.snapshots/TestBackupCompliancePolicyCopyProtection/memory.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /test/e2e/testdata/.snapshots/TestBackupCompliancePolicyDescribe/memory.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /test/e2e/testdata/.snapshots/TestBackupCompliancePolicyEnable/memory.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPointInTimeRestore/memory.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /test/e2e/testdata/.snapshots/TestBackupCompliancePolicyPoliciesDescribe/memory.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /test/e2e/testdata/.snapshots/TestBackupCompliancePolicySetup/memory.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /test/e2e/testdata/.snapshots/TestCustomDNS/memory.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /test/e2e/testdata/.snapshots/TestDBRoles/memory.json: -------------------------------------------------------------------------------- 1 | {"TestDBRoles/rand":"ApY="} -------------------------------------------------------------------------------- /test/e2e/testdata/.snapshots/TestDBUserCerts/memory.json: -------------------------------------------------------------------------------- 1 | {"TestDBUserCerts/rand":"AnY="} -------------------------------------------------------------------------------- /test/e2e/testdata/.snapshots/TestDataFederation/memory.json: -------------------------------------------------------------------------------- 1 | {"TestDataFederation/rand":"4Q=="} -------------------------------------------------------------------------------- /test/e2e/testdata/.snapshots/TestDataFederationPrivateEndpointsAWS/memory.json: -------------------------------------------------------------------------------- 1 | {"TestDataFederationPrivateEndpointsAWS/rand":"A40="} -------------------------------------------------------------------------------- /test/e2e/testdata/.snapshots/TestDataFederationQueryLimit/memory.json: -------------------------------------------------------------------------------- 1 | {"TestDataFederationQueryLimit/rand":"ASM="} -------------------------------------------------------------------------------- /test/e2e/testdata/.snapshots/TestEvents/memory.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /test/e2e/testdata/.snapshots/TestExportBuckets/memory.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /test/e2e/testdata/.snapshots/TestIdentityProviders/memory.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /test/e2e/testdata/.snapshots/TestLDAPWithFlags/memory.json: -------------------------------------------------------------------------------- 1 | {"TestLDAPWithFlags/ldapGenerateClusterName":"ldap-237"} -------------------------------------------------------------------------------- /test/e2e/testdata/.snapshots/TestLDAPWithStdin/memory.json: -------------------------------------------------------------------------------- 1 | {"TestLDAPWithStdin/ldapGenerateClusterName":"ldap-73"} -------------------------------------------------------------------------------- /test/e2e/testdata/.snapshots/TestLinkToken/memory.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /test/e2e/testdata/.snapshots/TestMaintenanceWindows/memory.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /test/e2e/testdata/.snapshots/TestPrivateEndpointsAWS/memory.json: -------------------------------------------------------------------------------- 1 | {"TestPrivateEndpointsAWS/rand":"Bg=="} -------------------------------------------------------------------------------- /test/e2e/testdata/.snapshots/TestPrivateEndpointsAzure/memory.json: -------------------------------------------------------------------------------- 1 | {"TestPrivateEndpointsAzure/rand":"AQ=="} -------------------------------------------------------------------------------- /test/e2e/testdata/.snapshots/TestPrivateEndpointsGCP/memory.json: -------------------------------------------------------------------------------- 1 | {"TestPrivateEndpointsGCP/rand":"Bg=="} -------------------------------------------------------------------------------- /test/e2e/testdata/.snapshots/TestProfile/memory.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /test/e2e/testdata/.snapshots/TestProjectSettings/memory.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /test/e2e/testdata/.snapshots/TestRegionalizedPrivateEndpointsSettings/memory.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /test/e2e/testdata/.snapshots/TestSetupFailureFlow/memory.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /test/internal/cleanup_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/test/internal/cleanup_test.go -------------------------------------------------------------------------------- /test/internal/decryption/decryption.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/test/internal/decryption/decryption.go -------------------------------------------------------------------------------- /test/internal/env.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/test/internal/env.go -------------------------------------------------------------------------------- /test/internal/helper.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/test/internal/helper.go -------------------------------------------------------------------------------- /tools/cmd/api-generator/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/tools/cmd/api-generator/main.go -------------------------------------------------------------------------------- /tools/cmd/api-generator/main_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/tools/cmd/api-generator/main_test.go -------------------------------------------------------------------------------- /tools/cmd/api-generator/string.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/tools/cmd/api-generator/string.go -------------------------------------------------------------------------------- /tools/cmd/api-generator/string_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/tools/cmd/api-generator/string_test.go -------------------------------------------------------------------------------- /tools/cmd/api-generator/watcher.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/tools/cmd/api-generator/watcher.go -------------------------------------------------------------------------------- /tools/cmd/apply-overlay/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/tools/cmd/apply-overlay/main.go -------------------------------------------------------------------------------- /tools/cmd/apply-overlay/main_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/tools/cmd/apply-overlay/main_test.go -------------------------------------------------------------------------------- /tools/cmd/breakvalidator/generate.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/tools/cmd/breakvalidator/generate.go -------------------------------------------------------------------------------- /tools/cmd/breakvalidator/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/tools/cmd/breakvalidator/main.go -------------------------------------------------------------------------------- /tools/cmd/breakvalidator/validate.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/tools/cmd/breakvalidator/validate.go -------------------------------------------------------------------------------- /tools/cmd/docs/api_docs_long_text.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/tools/cmd/docs/api_docs_long_text.txt -------------------------------------------------------------------------------- /tools/cmd/docs/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/tools/cmd/docs/main.go -------------------------------------------------------------------------------- /tools/cmd/docs/metadata.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/tools/cmd/docs/metadata.go -------------------------------------------------------------------------------- /tools/cmd/docs/transformations.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/tools/cmd/docs/transformations.go -------------------------------------------------------------------------------- /tools/cmd/genevergreen/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/tools/cmd/genevergreen/main.go -------------------------------------------------------------------------------- /tools/cmd/libraryowners/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/tools/cmd/libraryowners/main.go -------------------------------------------------------------------------------- /tools/cmd/release/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/tools/cmd/release/main.go -------------------------------------------------------------------------------- /tools/cmd/templates-checker/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/tools/cmd/templates-checker/main.go -------------------------------------------------------------------------------- /tools/internal/specs/spec.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/tools/internal/specs/spec.yaml -------------------------------------------------------------------------------- /tools/shared/api/api.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/tools/shared/api/api.go -------------------------------------------------------------------------------- /tools/shared/api/stability_levels.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb/mongodb-atlas-cli/HEAD/tools/shared/api/stability_levels.go --------------------------------------------------------------------------------