This repository has been archived by the owner on Sep 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Available Flags
eXhumer edited this page Sep 28, 2020
·
1 revision
Flag | Description |
---|---|
--credentials CREDENTIALS_FILE_NAME |
Path to Google Application Credentials |
--token TOKEN_FILE_PATH |
Path to Google OAuth2.0 User Token |
--headless |
Allows to perform Google OAuth2.0 User Token Authentication in headless environment |
--index-file INDEX_FILE_PATH |
Path to output index file |
--share-files |
Share all files inside the index file |
--no-recursion |
Scans for files only in top directory for each Folder ID entered |
--add-nsw-files-without-title-id |
Adds files without valid Title ID |
--add-non-nsw-files |
Adds files without valid NSW ROM extension(NSP/NSZ/XCI/XCZ) to index |
--success SUCCESS_MESSAGE |
Adds a success message to index file to show if index is successfully read by Tinfoil |
--encrypt |
Encrypts the resulting index file with AES-ECB-256 |
--public-key PUBLIC_KEY_FILE_PATH |
Path to RSA Public Key to encrypt AES-ECB-256 key with |
--upload-to-folder-id UPLOAD_FOLDER_ID |
Upload resulting index to Folder ID supplied |
--upload-to-my-drive |
Upload resulting index to My Drive |
--new-upload-id |
Uploads the newly generated index file with a new File ID instead of replacing old one |
--share-uploaded-index |
Shares the index file that is uploaded to Google Drive |
--zstandard / --zstd |
Compresses index with Zstandard compression method |
--zlib |
Compresses index with zlib compression method |
--no-compress |
Flag to not compress index |