You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/atlascli/command/atlas-deployments-logs.txt
+28
Original file line number
Diff line number
Diff line change
@@ -39,14 +39,42 @@ Options
39
39
- string
40
40
- false
41
41
- Name of the deployment.
42
+
* - --end
43
+
- int
44
+
- false
45
+
- UNIX Epoch-formatted ending date and time for the range of log messages to retrieve. This value defaults to the current timestamp.
46
+
* - --force
47
+
-
48
+
- false
49
+
- Overwrites the destination file.
42
50
* - -h, --help
43
51
-
44
52
- false
45
53
- help for logs
54
+
* - --hostname
55
+
- string
56
+
- false
57
+
- Name of the host that stores the log files that you want to download.
58
+
* - --name
59
+
- string
60
+
- false
61
+
- Name of the log file (e.g. mongodb.gz|mongos.gz|mongosqld.gz|mongodb-audit-log.gz|mongos-audit-log.gz).
46
62
* - -o, --output
47
63
- string
48
64
- false
49
65
- Output format. Valid values are json, json-path, go-template, or go-template-file. To see full output, use the -o json option.
66
+
* - --projectId
67
+
- string
68
+
- false
69
+
- Hexadecimal string that identifies the project to use. This option overrides the settings in the configuration file or environment variable.
70
+
* - --start
71
+
- int
72
+
- false
73
+
- UNIX Epoch-formatted starting date and time for the range of log messages to retrieve. This value defaults to 24 hours prior to the current timestamp.
74
+
* - --type
75
+
- string
76
+
- false
77
+
- Type of deployment that you want to create. Valid values are ATLAS or LOCAL.
0 commit comments