2 files changed
+13
-1
lines changedLines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
40 | 52 |
| |
41 | 53 |
| |
42 | 54 |
| |
|
Submodule mongodb-atlas-cli updated 34 files
- docs/atlascli/command/atlas-clusters-create.txt+3-3
- docs/atlascli/command/atlas-clusters-delete.txt+2-1
- docs/atlascli/command/atlas-customDbRoles-create.txt+2-8
- docs/atlascli/command/atlas-logs-download.txt+2-2
- 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-logs-download.txt+2-2
- go.mod+1-1
- go.sum+2-2
- internal/cli/atlas/clusters/create.go+8-15
- internal/cli/atlas/clusters/delete.go+2-38
- internal/cli/atlas/customdbroles/create.go+2-5
- internal/cli/atlas/logs/download.go+11-21
- internal/cli/atlas/logs/download_test.go+1-1
- internal/cli/errors.go-1
- internal/cli/watch_opts.go-14
- internal/flag/flags.go-3
- internal/mocks/mock_logs.go+5-5
- internal/store/logs.go+4-11
- internal/usage/usage.go-4
- internal/watchers/cluster.go-74
- internal/watchers/watcher.go-246
- 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/logs_test.go+9-14
- 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
0 commit comments