@@ -75,7 +75,8 @@ b2 delete-bucket [-h] bucketName
7575b2 delete-file-version [-h] [--bypassGovernance] [fileName] fileId
7676b2 delete-key [-h] applicationKeyId
7777b2 download-file-by-id [-h] [--threads THREADS] [--noProgress] [--sourceServerSideEncryption {SSE-C}] [--sourceServerSideEncryptionAlgorithm {AES256}] [--write-buffer-size BYTES] [--skip-hash-verification] [--max-download-streams-per-file MAX_DOWNLOAD_STREAMS_PER_FILE] fileId localFileName
78- b2 download-file-by-name [-h] [--noProgress] [--threads THREADS] [--sourceServerSideEncryption {SSE-C}] [--sourceServerSideEncryptionAlgorithm {AES256}] [--write-buffer-size BYTES] [--skip-hash-verification] [--max-download-streams-per-file MAX_DOWNLOAD_STREAMS_PER_FILE] bucketName b2FileName localFileName
78+ b2 download-file-by-name [-h] [--threads THREADS] [--noProgress] [--sourceServerSideEncryption {SSE-C}] [--sourceServerSideEncryptionAlgorithm {AES256}] [--write-buffer-size BYTES] [--skip-hash-verification] [--max-download-streams-per-file MAX_DOWNLOAD_STREAMS_PER_FILE] bucketName b2FileName localFileName
79+ b2 cat [-h] [--noProgress] [--sourceServerSideEncryption {SSE-C}] [--sourceServerSideEncryptionAlgorithm {AES256}] [--write-buffer-size BYTES] [--skip-hash-verification] b2uri
7980b2 get-account-info [-h]
8081b2 get-bucket [-h] [--showSize] bucketName
8182b2 get-file-info [-h] fileId
@@ -86,8 +87,8 @@ b2 list-buckets [-h] [--json]
8687b2 list-keys [-h] [--long]
8788b2 list-parts [-h] largeFileId
8889b2 list-unfinished-large-files [-h] bucketName
89- b2 ls [-h] [--long] [--json] [--replication] [--versions] [--recursive ] [--withWildcard] bucketName [folderName]
90- b2 rm [-h] [--dryRun] [--queueSize QUEUESIZE] [--noProgress] [--failFast] [--threads THREADS] [--versions] [--recursive ] [--withWildcard] bucketName [folderName]
90+ b2 ls [-h] [--long] [--json] [--replication] [--versions] [-r ] [--withWildcard] bucketName [folderName]
91+ b2 rm [-h] [--dryRun] [--queueSize QUEUESIZE] [--noProgress] [--failFast] [--threads THREADS] [--versions] [-r ] [--withWildcard] bucketName [folderName]
9192b2 make-url [-h] fileId
9293b2 make-friendly-url [-h] bucketName fileName
9394b2 sync [-h] [--noProgress] [--dryRun] [--allowEmptySource] [--excludeAllSymlinks] [--syncThreads SYNCTHREADS] [--downloadThreads DOWNLOADTHREADS] [--uploadThreads UPLOADTHREADS] [--compareVersions {none,modTime,size}] [--compareThreshold MILLIS] [--excludeRegex REGEX] [--includeRegex REGEX] [--excludeDirRegex REGEX] [--excludeIfModifiedAfter TIMESTAMP] [--threads THREADS] [--destinationServerSideEncryption {SSE-B2,SSE-C}] [--destinationServerSideEncryptionAlgorithm {AES256}] [--sourceServerSideEncryption {SSE-C}] [--sourceServerSideEncryptionAlgorithm {AES256}] [--write-buffer-size BYTES] [--skip-hash-verification] [--max-download-streams-per-file MAX_DOWNLOAD_STREAMS_PER_FILE] [--incrementalMode] [--skipNewer | --replaceNewer] [--delete | --keepDays DAYS] source destination
@@ -101,7 +102,7 @@ b2 replication-delete [-h] SOURCE_BUCKET_NAME REPLICATION_RULE_NAME
101102b2 replication-pause [-h] SOURCE_BUCKET_NAME REPLICATION_RULE_NAME
102103b2 replication-unpause [-h] SOURCE_BUCKET_NAME REPLICATION_RULE_NAME
103104b2 replication-status [-h] [--rule REPLICATION_RULE_NAME] [--destination-profile DESTINATION_PROFILE] [--dont-scan-destination] [--output-format {console,json,csv}] [--noProgress] [--columns COLUMN ONE,COLUMN TWO] SOURCE_BUCKET_NAME
104- b2 version [-h]
105+ b2 version [-h] [--short]
105106b2 license [-h]
106107b2 install-autocomplete [-h] [--shell {bash}]
107108```
0 commit comments