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
@@ -49,6 +53,10 @@ Copy the logs for the containers with similar name, Optional, by default copies
49
53
Target folder path to copy logs to. Optional, by default creates the result in the local folder. Cannot be specified multiple times. If specified multiple times, last one will be used
50
54
#### `--pod`
51
55
Copy the logs for the pods with similar name. Optional, by default copies logs for all pods. Cannot be specified multiple times. If specified multiple times, last one will be used
56
+
#### `--resource-kind -rk`
57
+
Copy the logs for the resource of a particular kind. Cannot specified multiple times. If specified multiple times, last one will be used. If specified, --resource-name should also be specified to identify the resource.
58
+
#### `--resource-name -rn`
59
+
Copy the logs for the resource of the specified name. Cannot be specified multiple times. If specified multiple times, last one will be used. If specified, --resource-kind should also be specified to identify the resource.
52
60
#### `--timeout -t`
53
61
The number of seconds to wait for the command to complete. The default value is 0 which is unlimited
54
62
#### `--skip-compress -sc`
@@ -101,3 +109,4 @@ Increase logging verbosity. Use --debug for full debug logs.
101
109
For more information about other **azdata** commands, see [azdata reference](reference-azdata.md).
102
110
103
111
For more information about how to install the **azdata** tool, see [Install azdata](..\install\deploy-install-azdata.md).
0 commit comments