2 files changed
+5
-2
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
39 | 42 |
| |
40 | 43 |
| |
41 | 44 |
| |
|
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