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: README.md
+19-17Lines changed: 19 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -250,23 +250,25 @@ Usage:
250
250
stree [bucket/prefix] [flags]
251
251
252
252
Flags:
253
-
-D, --date-time Print the last modified time of each file.
254
-
-d, --directory-only List directories only.
255
-
-e, --endpoint-url string AWS endpoint URL to use (useful forlocal testing with LocalStack)
256
-
-f, --full-path Print the full path prefix for each file.
257
-
-h, --help helpfor stree
258
-
-H, --human-readable Print the size of each file but in a more human readable way, e.g. appending a size letter for kilobytes (K), megabytes (M), gigabytes (G), terabytes (T), petabytes (P) and exabytes(E).
259
-
-L, --level int Descend only level directories
260
-
-l, --local Use LocalStack configuration
261
-
-m, --mfa Use Multi-Factor Authentication
262
-
-n, --no-color Disable colorized output
263
-
-o, --output string Send output to filename.
264
-
-P, --pattern string List files that match the pattern.
265
-
-p, --profile string AWS profile to use (default "default")
266
-
-r, --region string AWS region to use (overrides the region specified in the profile)
267
-
-s, --size Print the size of each file in bytes along with the name.
268
-
-u, --username Print the owner of each file.
269
-
-v, --version version for stree
253
+
-D, --date-time Print the last modified time of each file.
254
+
-d, --directory-only List directories only.
255
+
-e, --endpoint-url string AWS endpoint URL to use (useful forlocal testing with LocalStack)
256
+
-f, --full-path Print the full path prefix for each file.
257
+
-h, --help helpfor stree
258
+
-H, --human-readable Print the size of each file but in a more human readable way, e.g. appending a size letter for kilobytes (K), megabytes (M), gigabytes (G), terabytes (T), petabytes (P) and exabytes(E).
259
+
-I, --inverse-pattern string List files that do not match the pattern.
260
+
-L, --level int Descend only level directories
261
+
-l, --local Use LocalStack configuration
262
+
-m, --mfa Use Multi-Factor Authentication
263
+
-n, --no-color Disable colorized output
264
+
-o, --output string Send output to filename.
265
+
-P, --pattern string List files that match the pattern.
266
+
-p, --profile string AWS profile to use (default "default")
267
+
-r, --region string AWS region to use (overrides the region specified in the profile)
268
+
-s, --size Print the size of each file in bytes along with the name.
0 commit comments