File tree
2 files changed
+17
-2
lines changed- source/reference/json
- submodules
2 files changed
+17
-2
lines changedLines changed: 16 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
184 | 184 |
| |
185 | 185 |
| |
186 | 186 |
| |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
187 | 202 |
| |
188 | 203 |
| |
189 |
| - | |
| 204 | + | |
190 | 205 |
| |
191 | 206 |
| |
192 | 207 |
| |
|
Submodule mongodb-atlas-cli updated 79 files
- .github/workflows/labeler.yaml+1-1
- .github/workflows/stale.yml+1-1
- docs/atlascli/command/atlas-alerts-settings-list.txt-4
- docs/atlascli/command/atlas-clusters-create.txt+3-3
- docs/atlascli/command/atlas-clusters-delete.txt+2-1
- docs/atlascli/command/atlas-clusters-sampleData-load.txt-7
- docs/atlascli/command/atlas-customDbRoles-create.txt+2-8
- docs/atlascli/command/atlas-dbusers-list.txt-4
- docs/atlascli/command/atlas-kubernetes-config-apply.txt+2-2
- docs/atlascli/command/atlas-kubernetes-config-generate.txt+2-2
- docs/atlascli/command/atlas-kubernetes-config.txt+2-2
- docs/atlascli/command/atlas-logs-download.txt+2-2
- docs/atlascli/command/atlas-organizations-apiKeys-list.txt-4
- docs/atlascli/command/atlas-processes-list.txt-4
- docs/atlascli/command/atlas-projects-apiKeys-list.txt-4
- docs/atlascli/command/atlas-projects-users-list.txt-4
- docs/atlascli/command/atlas-teams-list.txt-4
- docs/atlascli/command/atlas-teams-users-list.txt-4
- docs/mongocli/command/mongocli-atlas-clusters-create.txt+3-3
- docs/mongocli/command/mongocli-atlas-clusters-delete.txt+2-1
- docs/mongocli/command/mongocli-atlas-customDbRoles-create.txt+2-8
- docs/mongocli/command/mongocli-atlas-dbusers-list.txt-4
- docs/mongocli/command/mongocli-atlas-logs-download.txt+2-2
- docs/mongocli/command/mongocli-atlas-processes-list.txt-4
- go.mod+1-1
- go.sum+2-2
- internal/cli/atlas/accesslists/create.go+5-13
- internal/cli/atlas/accesslists/create_test.go+1-3
- internal/cli/atlas/alerts/acknowledge.go+1-2
- internal/cli/atlas/alerts/settings/list.go+1-7
- internal/cli/atlas/clusters/create.go+8-15
- internal/cli/atlas/clusters/delete.go+2-38
- internal/cli/atlas/clusters/sampledata/load.go-2
- internal/cli/atlas/clusters/watch.go+4-3
- internal/cli/atlas/customdbroles/create.go+2-5
- internal/cli/atlas/datalakepipelines/availablesnapshots/list.go+2-3
- internal/cli/atlas/dbusers/list.go+1-7
- internal/cli/atlas/kubernetes/config/apply.go+2-2
- internal/cli/atlas/kubernetes/config/generate.go+2-2
- internal/cli/atlas/logs/download.go+11-21
- internal/cli/atlas/logs/download_test.go+1-1
- internal/cli/atlas/organizations/apikeys/list.go+1-7
- internal/cli/atlas/processes/list.go+1-7
- internal/cli/atlas/projects/apikeys/list.go+1-7
- internal/cli/atlas/projects/users/list.go+1-7
- internal/cli/atlas/teams/list.go+1-7
- internal/cli/atlas/teams/users/list.go+2-8
- internal/cli/errors.go-1
- internal/cli/output_opts.go-44
- internal/cli/output_opts_test.go-34
- internal/cli/watch_opts.go-14
- internal/convert/database_user.go+1-2
- internal/flag/flags.go-5
- internal/mocks/mock_logs.go+5-5
- internal/pointer/pointer.go+1-2
- internal/store/logs.go+4-11
- internal/time/time.go-36
- internal/time/time_test.go-62
- internal/usage/usage.go-5
- internal/watchers/cluster.go-74
- internal/watchers/watcher.go-246
- test/e2e/atlas/alert_settings_test.go-22
- test/e2e/atlas/backup_export_jobs_test.go+1-1
- test/e2e/atlas/backup_snapshot_test.go+1-1
- test/e2e/atlas/clusters_file_test.go+1-1
- test/e2e/atlas/clusters_flags_test.go+17-3
- test/e2e/atlas/clusters_m0_test.go+1-1
- test/e2e/atlas/clusters_sharded_test.go+1-1
- test/e2e/atlas/clusters_upgrade_test.go+1-1
- test/e2e/atlas/dbusers_test.go-18
- test/e2e/atlas/logs_test.go+9-14
- test/e2e/atlas/processes_test.go-21
- test/e2e/atlas/quickstart_test.go+1-1
- test/e2e/atlas/search_test.go+29-59
- test/e2e/atlas/setup_force_test.go+1-1
- test/e2e/iam/atlas_org_api_keys_test.go-20
- test/e2e/iam/atlas_project_api_keys_test.go-20
- test/e2e/iam/atlas_team_users_test.go-19
- test/e2e/iam/atlas_teams_test.go-18
0 commit comments