opencode-skills-collection 3.1.12 → 3.1.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (770) hide show
  1. package/README.md +4 -6
  2. package/bundled-skills/.antigravity-install-manifest.json +195 -1
  3. package/bundled-skills/ab-testing/SKILL.md +368 -0
  4. package/bundled-skills/ab-testing/evals/evals.json +105 -0
  5. package/bundled-skills/ab-testing/references/sample-size-guide.md +263 -0
  6. package/bundled-skills/ab-testing/references/test-templates.md +277 -0
  7. package/bundled-skills/accint-commitments/SKILL.md +32 -0
  8. package/bundled-skills/accint-frames/SKILL.md +35 -0
  9. package/bundled-skills/accint-solve/SKILL.md +22 -192
  10. package/bundled-skills/add-app-clip/SKILL.md +297 -0
  11. package/bundled-skills/add-app-clip/agents/openai.yaml +4 -0
  12. package/bundled-skills/add-app-clip/references/native-module.md +96 -0
  13. package/bundled-skills/agent-memory/SKILL.md +84 -0
  14. package/bundled-skills/alternatives-pages/README.md +46 -0
  15. package/bundled-skills/alternatives-pages/SKILL.md +376 -0
  16. package/bundled-skills/analytics/SKILL.md +324 -0
  17. package/bundled-skills/analytics/evals/evals.json +90 -0
  18. package/bundled-skills/analytics/references/event-library.md +260 -0
  19. package/bundled-skills/analytics/references/ga4-implementation.md +300 -0
  20. package/bundled-skills/analytics/references/gtm-implementation.md +390 -0
  21. package/bundled-skills/anti-deception/SKILL.md +50 -0
  22. package/bundled-skills/api-analyzer/SKILL.md +101 -0
  23. package/bundled-skills/api-and-interface-design/SKILL.md +307 -0
  24. package/bundled-skills/api-designer/SKILL.md +167 -0
  25. package/bundled-skills/api-integration/SKILL.md +175 -0
  26. package/bundled-skills/api-onboarding/README.md +47 -0
  27. package/bundled-skills/api-onboarding/SKILL.md +473 -0
  28. package/bundled-skills/api-sdk-generator/SKILL.md +223 -0
  29. package/bundled-skills/appium-skill/SKILL.md +317 -0
  30. package/bundled-skills/applicationinsights-web-ts/SKILL.md +477 -0
  31. package/bundled-skills/automated-triage/SKILL.md +189 -0
  32. package/bundled-skills/aws-agentic-ai/SKILL.md +141 -0
  33. package/bundled-skills/aws-cdk-development/SKILL.md +275 -0
  34. package/bundled-skills/aws-cost-operations/SKILL.md +273 -0
  35. package/bundled-skills/aws-mcp-setup/SKILL.md +192 -0
  36. package/bundled-skills/aws-serverless-eda/SKILL.md +394 -0
  37. package/bundled-skills/aws-sst-development/SKILL.md +175 -0
  38. package/bundled-skills/azure-ai-language-conversations-py/SKILL.md +112 -0
  39. package/bundled-skills/azure-servicebus-rust/SKILL.md +182 -0
  40. package/bundled-skills/azure-storage-queue-rust/SKILL.md +178 -0
  41. package/bundled-skills/baseline-ui/SKILL.md +15 -10
  42. package/bundled-skills/before-you-build/SKILL.md +111 -0
  43. package/bundled-skills/brooks-audit/SKILL.md +49 -0
  44. package/bundled-skills/brooks-audit/architecture-guide.md +195 -0
  45. package/bundled-skills/brooks-audit/onboarding-guide.md +89 -0
  46. package/bundled-skills/brooks-debt/SKILL.md +42 -0
  47. package/bundled-skills/brooks-debt/debt-guide.md +125 -0
  48. package/bundled-skills/brooks-harness/SKILL.md +139 -0
  49. package/bundled-skills/brooks-review/SKILL.md +42 -0
  50. package/bundled-skills/brooks-review/pr-review-guide.md +163 -0
  51. package/bundled-skills/brooks-sweep/SKILL.md +44 -0
  52. package/bundled-skills/brooks-sweep/sweep-guide.md +264 -0
  53. package/bundled-skills/brooks-test/SKILL.md +41 -0
  54. package/bundled-skills/brooks-test/test-guide.md +147 -0
  55. package/bundled-skills/bug-hunt-swarm/SKILL.md +189 -0
  56. package/bundled-skills/bug-hunt-swarm/agents/openai.yaml +4 -0
  57. package/bundled-skills/building-native-ui/SKILL.md +77 -18
  58. package/bundled-skills/building-native-ui/agents/openai.yaml +4 -0
  59. package/bundled-skills/building-native-ui/references/animations.md +220 -0
  60. package/bundled-skills/building-native-ui/references/controls.md +270 -0
  61. package/bundled-skills/building-native-ui/references/form-sheet.md +253 -0
  62. package/bundled-skills/building-native-ui/references/gradients.md +106 -0
  63. package/bundled-skills/building-native-ui/references/icons.md +213 -0
  64. package/bundled-skills/building-native-ui/references/media.md +198 -0
  65. package/bundled-skills/building-native-ui/references/route-structure.md +229 -0
  66. package/bundled-skills/building-native-ui/references/search.md +248 -0
  67. package/bundled-skills/building-native-ui/references/storage.md +121 -0
  68. package/bundled-skills/building-native-ui/references/tabs.md +433 -0
  69. package/bundled-skills/building-native-ui/references/toolbar-and-headers.md +284 -0
  70. package/bundled-skills/building-native-ui/references/visual-effects.md +197 -0
  71. package/bundled-skills/building-native-ui/references/webgpu-three.md +605 -0
  72. package/bundled-skills/building-native-ui/references/zoom-transitions.md +158 -0
  73. package/bundled-skills/changelog-updates/README.md +53 -0
  74. package/bundled-skills/changelog-updates/SKILL.md +552 -0
  75. package/bundled-skills/ci-cd-and-automation/SKILL.md +403 -0
  76. package/bundled-skills/claimable-postgres/SKILL.md +91 -59
  77. package/bundled-skills/co-marketing/SKILL.md +301 -0
  78. package/bundled-skills/co-marketing/evals/evals.json +84 -0
  79. package/bundled-skills/code-review-and-quality/SKILL.md +394 -0
  80. package/bundled-skills/code-showcase-core-components/SKILL.md +281 -0
  81. package/bundled-skills/code-showcase-react-ui-patterns/SKILL.md +306 -0
  82. package/bundled-skills/code-showcase-systematic-debugging/SKILL.md +167 -0
  83. package/bundled-skills/code-showcase-testing-patterns/SKILL.md +276 -0
  84. package/bundled-skills/code-simplification/SKILL.md +344 -0
  85. package/bundled-skills/community-building/README.md +102 -0
  86. package/bundled-skills/community-building/SKILL.md +415 -0
  87. package/bundled-skills/competitor-profiling/SKILL.md +427 -0
  88. package/bundled-skills/competitor-profiling/evals/evals.json +85 -0
  89. package/bundled-skills/competitor-profiling/references/templates.md +167 -0
  90. package/bundled-skills/competitor-profiling/references/tool-reference.md +179 -0
  91. package/bundled-skills/competitor-tracking/README.md +40 -0
  92. package/bundled-skills/competitor-tracking/SKILL.md +322 -0
  93. package/bundled-skills/context-engineering/SKILL.md +302 -0
  94. package/bundled-skills/cro/SKILL.md +202 -0
  95. package/bundled-skills/cro/evals/evals.json +111 -0
  96. package/bundled-skills/cro/references/experiments.md +248 -0
  97. package/bundled-skills/cro/references/form.md +422 -0
  98. package/bundled-skills/cron-doctor/scripts/cron-engine.js +10 -7
  99. package/bundled-skills/cucumber-skill/SKILL.md +235 -0
  100. package/bundled-skills/customer-research/SKILL.md +287 -0
  101. package/bundled-skills/customer-research/evals/evals.json +162 -0
  102. package/bundled-skills/customer-research/references/source-guides.md +401 -0
  103. package/bundled-skills/cypress-skill/SKILL.md +235 -0
  104. package/bundled-skills/debugging-and-error-recovery/SKILL.md +313 -0
  105. package/bundled-skills/debugging-code/SKILL.md +284 -0
  106. package/bundled-skills/debugging-code/references/advanced-techniques.md +50 -0
  107. package/bundled-skills/debugging-code/references/installing-debuggers.md +67 -0
  108. package/bundled-skills/debugging-code/scripts/install-dap.sh +87 -0
  109. package/bundled-skills/deprecation-and-migration/SKILL.md +219 -0
  110. package/bundled-skills/design-philosophy/SKILL.md +40 -0
  111. package/bundled-skills/design-philosophy/reference.md +19 -0
  112. package/bundled-skills/design-spatial/SKILL.md +271 -0
  113. package/bundled-skills/design-spatial/scripts/layout-audit.js +138 -0
  114. package/bundled-skills/design-system/SKILL.md +140 -0
  115. package/bundled-skills/design-system/references/motion-choreography.md +111 -0
  116. package/bundled-skills/design-thinking/SKILL.md +109 -0
  117. package/bundled-skills/design-ux/SKILL.md +75 -0
  118. package/bundled-skills/dev-to-hashnode/README.md +62 -0
  119. package/bundled-skills/dev-to-hashnode/SKILL.md +399 -0
  120. package/bundled-skills/developer-advocacy/README.md +102 -0
  121. package/bundled-skills/developer-advocacy/SKILL.md +423 -0
  122. package/bundled-skills/developer-audience-context/README.md +61 -0
  123. package/bundled-skills/developer-audience-context/SKILL.md +271 -0
  124. package/bundled-skills/developer-audience-context/references/example-apitest.md +175 -0
  125. package/bundled-skills/developer-audience-context/references/template.md +152 -0
  126. package/bundled-skills/developer-churn/README.md +80 -0
  127. package/bundled-skills/developer-churn/SKILL.md +652 -0
  128. package/bundled-skills/developer-listening/README.md +30 -0
  129. package/bundled-skills/developer-listening/SKILL.md +232 -0
  130. package/bundled-skills/developer-newsletter/README.md +84 -0
  131. package/bundled-skills/developer-newsletter/SKILL.md +376 -0
  132. package/bundled-skills/developer-onboarding/README.md +35 -0
  133. package/bundled-skills/developer-onboarding/SKILL.md +530 -0
  134. package/bundled-skills/developer-sandbox/README.md +47 -0
  135. package/bundled-skills/developer-sandbox/SKILL.md +504 -0
  136. package/bundled-skills/developer-seo/README.md +36 -0
  137. package/bundled-skills/developer-seo/SKILL.md +296 -0
  138. package/bundled-skills/developer-signup-flow/README.md +36 -0
  139. package/bundled-skills/developer-signup-flow/SKILL.md +397 -0
  140. package/bundled-skills/devrel-content/README.md +81 -0
  141. package/bundled-skills/devrel-content/SKILL.md +428 -0
  142. package/bundled-skills/dispatch/SKILL.md +130 -0
  143. package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
  144. package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
  145. package/bundled-skills/docs/maintainers/repo-growth-seo.md +3 -3
  146. package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
  147. package/bundled-skills/docs/users/bundles.md +1 -1
  148. package/bundled-skills/docs/users/claude-code-skills.md +1 -1
  149. package/bundled-skills/docs/users/faq.md +1 -1
  150. package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
  151. package/bundled-skills/docs/users/getting-started.md +1 -1
  152. package/bundled-skills/docs/users/kiro-integration.md +1 -1
  153. package/bundled-skills/docs/users/usage.md +8 -8
  154. package/bundled-skills/docs/users/visual-guide.md +8 -8
  155. package/bundled-skills/docs-as-marketing/README.md +37 -0
  156. package/bundled-skills/docs-as-marketing/SKILL.md +398 -0
  157. package/bundled-skills/documentation-and-adrs/SKILL.md +291 -0
  158. package/bundled-skills/doubt-driven-development/SKILL.md +256 -0
  159. package/bundled-skills/eas-update-insights/SKILL.md +232 -0
  160. package/bundled-skills/eas-update-insights/agents/openai.yaml +4 -0
  161. package/bundled-skills/eas-update-insights/references/channel-insights-schema.md +47 -0
  162. package/bundled-skills/eas-update-insights/references/update-insights-schema.md +69 -0
  163. package/bundled-skills/expo-api-routes/SKILL.md +9 -5
  164. package/bundled-skills/expo-api-routes/agents/openai.yaml +4 -0
  165. package/bundled-skills/expo-brownfield/SKILL.md +71 -0
  166. package/bundled-skills/expo-brownfield/agents/openai.yaml +4 -0
  167. package/bundled-skills/expo-brownfield/references/brownfield-integrated.md +526 -0
  168. package/bundled-skills/expo-brownfield/references/brownfield-isolated.md +402 -0
  169. package/bundled-skills/expo-brownfield/references/comparison.md +63 -0
  170. package/bundled-skills/expo-brownfield/references/troubleshooting.md +88 -0
  171. package/bundled-skills/expo-cicd-workflows/SKILL.md +18 -16
  172. package/bundled-skills/expo-cicd-workflows/agents/openai.yaml +4 -0
  173. package/bundled-skills/expo-cicd-workflows/scripts/fetch.js +109 -0
  174. package/bundled-skills/expo-cicd-workflows/scripts/package.json +11 -0
  175. package/bundled-skills/expo-cicd-workflows/scripts/validate.js +84 -0
  176. package/bundled-skills/expo-deployment/SKILL.md +157 -53
  177. package/bundled-skills/expo-deployment/agents/openai.yaml +4 -0
  178. package/bundled-skills/expo-deployment/references/app-store-metadata.md +497 -0
  179. package/bundled-skills/expo-deployment/references/ios-app-store.md +371 -0
  180. package/bundled-skills/expo-deployment/references/play-store.md +246 -0
  181. package/bundled-skills/expo-deployment/references/testflight.md +58 -0
  182. package/bundled-skills/expo-deployment/references/workflows.md +160 -0
  183. package/bundled-skills/expo-dev-client/SKILL.md +25 -14
  184. package/bundled-skills/expo-dev-client/agents/openai.yaml +4 -0
  185. package/bundled-skills/expo-examples/SKILL.md +111 -0
  186. package/bundled-skills/expo-examples/references/catalog.md +105 -0
  187. package/bundled-skills/expo-module/SKILL.md +152 -0
  188. package/bundled-skills/expo-module/agents/openai.yaml +4 -0
  189. package/bundled-skills/expo-module/references/config-plugin.md +90 -0
  190. package/bundled-skills/expo-module/references/create-expo-module.md +206 -0
  191. package/bundled-skills/expo-module/references/lifecycle.md +127 -0
  192. package/bundled-skills/expo-module/references/module-config.md +48 -0
  193. package/bundled-skills/expo-module/references/native-module.md +286 -0
  194. package/bundled-skills/expo-module/references/native-view.md +171 -0
  195. package/bundled-skills/expo-observe/SKILL.md +44 -0
  196. package/bundled-skills/expo-observe/references/metrics.md +47 -0
  197. package/bundled-skills/expo-observe/references/queries.md +342 -0
  198. package/bundled-skills/expo-observe/references/setup.md +255 -0
  199. package/bundled-skills/expo-tailwind-setup/SKILL.md +13 -10
  200. package/bundled-skills/expo-tailwind-setup/agents/openai.yaml +4 -0
  201. package/bundled-skills/expo-ui/SKILL.md +61 -0
  202. package/bundled-skills/expo-ui/agents/openai.yaml +4 -0
  203. package/bundled-skills/expo-ui/references/drop-in-replacements.md +27 -0
  204. package/bundled-skills/expo-ui/references/jetpack-compose.md +73 -0
  205. package/bundled-skills/expo-ui/references/swift-ui.md +73 -0
  206. package/bundled-skills/expo-ui/references/universal.md +73 -0
  207. package/bundled-skills/expo-ui/scripts/list-components.js +193 -0
  208. package/bundled-skills/faf-context/SKILL.md +106 -0
  209. package/bundled-skills/faf-go/SKILL.md +336 -0
  210. package/bundled-skills/fixing-accessibility/SKILL.md +16 -5
  211. package/bundled-skills/fixing-metadata/SKILL.md +18 -8
  212. package/bundled-skills/fixing-motion-performance/SKILL.md +17 -6
  213. package/bundled-skills/formik-patterns/SKILL.md +379 -0
  214. package/bundled-skills/free-tier-strategy/README.md +39 -0
  215. package/bundled-skills/free-tier-strategy/SKILL.md +462 -0
  216. package/bundled-skills/frontend-architecture/SKILL.md +419 -0
  217. package/bundled-skills/frontend-data-contracts/SKILL.md +331 -0
  218. package/bundled-skills/frontend-observability/SKILL.md +434 -0
  219. package/bundled-skills/frontend-optimistic-mutations/SKILL.md +278 -0
  220. package/bundled-skills/frontend-seo/SKILL.md +710 -0
  221. package/bundled-skills/frontend-slides-frontend-slides/SKILL.md +397 -0
  222. package/bundled-skills/frontend-ui-engineering/SKILL.md +341 -0
  223. package/bundled-skills/gemini-api-dev/SKILL.md +96 -53
  224. package/bundled-skills/gemini-live-api-dev/SKILL.md +339 -0
  225. package/bundled-skills/gemini-omni-flash-api/SKILL.md +335 -0
  226. package/bundled-skills/gemini-omni-flash-api/scripts/upload_file.py +218 -0
  227. package/bundled-skills/gemini-omni-flash-api/scripts/video/generate_video.py +439 -0
  228. package/bundled-skills/gemini-omni-flash-api/scripts/video/inspect_video.py +197 -0
  229. package/bundled-skills/gemini-omni-flash-api/scripts/video/prep_video.py +255 -0
  230. package/bundled-skills/gh-image/SKILL.md +10 -2
  231. package/bundled-skills/git-workflow-and-versioning/SKILL.md +313 -0
  232. package/bundled-skills/github-presence/README.md +67 -0
  233. package/bundled-skills/github-presence/SKILL.md +484 -0
  234. package/bundled-skills/graphql-schema/SKILL.md +309 -0
  235. package/bundled-skills/hf-mcp/SKILL.md +195 -0
  236. package/bundled-skills/hf-mem/SKILL.md +92 -0
  237. package/bundled-skills/hugging-face-cli/SKILL.md +155 -115
  238. package/bundled-skills/hugging-face-community-evals/SKILL.md +14 -7
  239. package/bundled-skills/hugging-face-dataset-viewer/SKILL.md +30 -37
  240. package/bundled-skills/hugging-face-gradio/SKILL.md +14 -7
  241. package/bundled-skills/hugging-face-model-trainer/SKILL.md +42 -11
  242. package/bundled-skills/hugging-face-model-trainer/references/gguf_conversion.md +5 -0
  243. package/bundled-skills/hugging-face-model-trainer/scripts/convert_to_gguf.py +57 -51
  244. package/bundled-skills/hugging-face-model-trainer/scripts/hf_benchmarks.py +659 -0
  245. package/bundled-skills/hugging-face-paper-publisher/SKILL.md +13 -6
  246. package/bundled-skills/hugging-face-papers/SKILL.md +12 -5
  247. package/bundled-skills/hugging-face-trackio/SKILL.md +11 -5
  248. package/bundled-skills/hugging-face-vision-trainer/SKILL.md +11 -5
  249. package/bundled-skills/huggingface-best/SKILL.md +143 -0
  250. package/bundled-skills/huggingface-local-models/SKILL.md +130 -0
  251. package/bundled-skills/huggingface-local-models/references/hardware.md +38 -0
  252. package/bundled-skills/huggingface-local-models/references/hub-discovery.md +178 -0
  253. package/bundled-skills/huggingface-local-models/references/quantization.md +256 -0
  254. package/bundled-skills/huggingface-lora-space-builder/SKILL.md +409 -0
  255. package/bundled-skills/huggingface-lora-space-builder/references/adapting-to-the-lora.md +113 -0
  256. package/bundled-skills/huggingface-lora-space-builder/references/base-models/krea-2.md +63 -0
  257. package/bundled-skills/huggingface-lora-space-builder/references/base-models/ltx.md +205 -0
  258. package/bundled-skills/huggingface-lora-space-builder/references/base-models/qwen-image.md +144 -0
  259. package/bundled-skills/huggingface-lora-space-builder/references/creative-mode.md +262 -0
  260. package/bundled-skills/huggingface-lora-space-builder/references/tasks.md +124 -0
  261. package/bundled-skills/huggingface-lora-space-builder/references/zerogpu-and-publishing.md +194 -0
  262. package/bundled-skills/huggingface-spaces/SKILL.md +247 -0
  263. package/bundled-skills/huggingface-spaces/references/buckets.md +89 -0
  264. package/bundled-skills/huggingface-spaces/references/debugging.md +234 -0
  265. package/bundled-skills/huggingface-spaces/references/gradio.md +171 -0
  266. package/bundled-skills/huggingface-spaces/references/grants.md +56 -0
  267. package/bundled-skills/huggingface-spaces/references/inference-providers.md +85 -0
  268. package/bundled-skills/huggingface-spaces/references/known-errors.md +232 -0
  269. package/bundled-skills/huggingface-spaces/references/requirements.md +153 -0
  270. package/bundled-skills/huggingface-spaces/references/zerogpu.md +276 -0
  271. package/bundled-skills/huggingface-tool-builder/SKILL.md +137 -0
  272. package/bundled-skills/huggingface-tool-builder/references/baseline_hf_api.py +57 -0
  273. package/bundled-skills/huggingface-tool-builder/references/baseline_hf_api.sh +40 -0
  274. package/bundled-skills/huggingface-tool-builder/references/baseline_hf_api.tsx +57 -0
  275. package/bundled-skills/huggingface-tool-builder/references/find_models_by_paper.sh +230 -0
  276. package/bundled-skills/huggingface-tool-builder/references/hf_enrich_models.sh +96 -0
  277. package/bundled-skills/huggingface-tool-builder/references/hf_model_card_frontmatter.sh +188 -0
  278. package/bundled-skills/huggingface-tool-builder/references/hf_model_papers_auth.sh +171 -0
  279. package/bundled-skills/huggingface-zerogpu/SKILL.md +306 -0
  280. package/bundled-skills/huggingface-zerogpu/references/concurrency.md +79 -0
  281. package/bundled-skills/huggingface-zerogpu/references/cuda-and-deps.md +66 -0
  282. package/bundled-skills/huggingface-zerogpu/references/how-quota-works.md +74 -0
  283. package/bundled-skills/huggingface-zerogpu/references/how-zerogpu-works.md +50 -0
  284. package/bundled-skills/hugo-to-markdown/SKILL.md +201 -0
  285. package/bundled-skills/hugo-to-markdown/agents/openai.yaml +4 -0
  286. package/bundled-skills/hugo-to-markdown/references/conversion-workflow.md +143 -0
  287. package/bundled-skills/hugo-to-markdown/references/front-matter-and-content.md +145 -0
  288. package/bundled-skills/hugo-to-markdown/references/links-assets-and-validation.md +106 -0
  289. package/bundled-skills/hugo-to-markdown/references/shortcodes-and-render-hooks.md +281 -0
  290. package/bundled-skills/hugo-to-markdown/scripts/check_standard_markdown.py +70 -0
  291. package/bundled-skills/hugo-to-markdown/scripts/inventory_hugo_rules.py +188 -0
  292. package/bundled-skills/hyperexecute-skill/SKILL.md +65 -0
  293. package/bundled-skills/idea-refine/SKILL.md +195 -0
  294. package/bundled-skills/idea-refine/examples.md +238 -0
  295. package/bundled-skills/idea-refine/frameworks.md +99 -0
  296. package/bundled-skills/idea-refine/refinement-criteria.md +113 -0
  297. package/bundled-skills/idea-refine/scripts/idea-refine.sh +15 -0
  298. package/bundled-skills/implement/SKILL.md +32 -0
  299. package/bundled-skills/incremental-implementation/SKILL.md +262 -0
  300. package/bundled-skills/jest-skill/SKILL.md +182 -0
  301. package/bundled-skills/junit-5-skill/SKILL.md +236 -0
  302. package/bundled-skills/logic-diff/SKILL.md +50 -0
  303. package/bundled-skills/logic-diff/logic-diff-guide.md +75 -0
  304. package/bundled-skills/logic-explain/SKILL.md +50 -0
  305. package/bundled-skills/logic-explain/logic-explain-guide.md +74 -0
  306. package/bundled-skills/logic-fix-all/SKILL.md +87 -0
  307. package/bundled-skills/logic-fix-all/guide-phases-0-2-consent-scope-health.md +113 -0
  308. package/bundled-skills/logic-fix-all/guide-phases-3-5-review-locate-clarify.md +47 -0
  309. package/bundled-skills/logic-fix-all/guide-phases-6-9-fix-iterate-report.md +143 -0
  310. package/bundled-skills/logic-fix-all/logic-fix-all-guide.md +60 -0
  311. package/bundled-skills/logic-locate/SKILL.md +52 -0
  312. package/bundled-skills/logic-locate/logic-locate-guide.md +85 -0
  313. package/bundled-skills/logic-review/SKILL.md +100 -0
  314. package/bundled-skills/logic-review/logic-review-guide.md +296 -0
  315. package/bundled-skills/longbridge-content/SKILL.md +87 -0
  316. package/bundled-skills/longbridge-fundamentals/SKILL.md +134 -0
  317. package/bundled-skills/longbridge-market-data/SKILL.md +129 -0
  318. package/bundled-skills/loopy/SKILL.md +289 -0
  319. package/bundled-skills/loopy/agents/openai.yaml +4 -0
  320. package/bundled-skills/loopy/references/audit.md +61 -0
  321. package/bundled-skills/loopy/references/debrief.md +43 -0
  322. package/bundled-skills/loopy/references/discover.md +72 -0
  323. package/bundled-skills/loopy/references/publish.md +65 -0
  324. package/bundled-skills/loopy/references/run.md +73 -0
  325. package/bundled-skills/marketing-plan/SKILL.md +283 -0
  326. package/bundled-skills/marketing-plan/evals/evals.json +96 -0
  327. package/bundled-skills/marketing-plan/references/aarrr-framework.md +180 -0
  328. package/bundled-skills/marketing-plan/references/budget-planning.md +168 -0
  329. package/bundled-skills/marketing-plan/references/client-types.md +373 -0
  330. package/bundled-skills/marketing-plan/references/current-state-rubric.md +255 -0
  331. package/bundled-skills/marketing-plan/references/example-quietude.md +972 -0
  332. package/bundled-skills/marketing-plan/references/funding-stage-unlocks.md +230 -0
  333. package/bundled-skills/marketing-plan/references/growth-patterns.md +148 -0
  334. package/bundled-skills/marketing-plan/references/idea-cross-reference.md +265 -0
  335. package/bundled-skills/marketing-plan/references/measurement-framework.md +213 -0
  336. package/bundled-skills/marketing-plan/references/methodology.md +363 -0
  337. package/bundled-skills/marketing-plan/references/ops-stack-mapping.md +197 -0
  338. package/bundled-skills/marketing-plan/references/plan-template.md +494 -0
  339. package/bundled-skills/marketing-plan/references/team-and-agency-model.md +278 -0
  340. package/bundled-skills/mdpr-skill/SKILL.md +233 -0
  341. package/bundled-skills/monte-carlo-analyze-root-cause/SKILL.md +229 -0
  342. package/bundled-skills/monte-carlo-asset-health/SKILL.md +200 -0
  343. package/bundled-skills/monte-carlo-monitoring-advisor/SKILL.md +317 -0
  344. package/bundled-skills/monte-carlo-performance-diagnosis/SKILL.md +153 -0
  345. package/bundled-skills/monte-carlo-remediation/SKILL.md +359 -0
  346. package/bundled-skills/monte-carlo-storage-cost-analysis/SKILL.md +162 -0
  347. package/bundled-skills/native-data-fetching/SKILL.md +11 -8
  348. package/bundled-skills/native-data-fetching/agents/openai.yaml +4 -0
  349. package/bundled-skills/native-data-fetching/references/expo-router-loaders.md +341 -0
  350. package/bundled-skills/neon-ai-gateway/SKILL.md +237 -0
  351. package/bundled-skills/neon-functions/SKILL.md +465 -0
  352. package/bundled-skills/neon-functions/references/ai-sdk.md +139 -0
  353. package/bundled-skills/neon-functions/references/hono-websockets.md +145 -0
  354. package/bundled-skills/neon-functions/references/mastra-studio.md +132 -0
  355. package/bundled-skills/neon-functions/references/mcp.md +137 -0
  356. package/bundled-skills/neon-functions/references/sentry.md +131 -0
  357. package/bundled-skills/neon-functions/references/sse.md +143 -0
  358. package/bundled-skills/neon-object-storage/SKILL.md +200 -0
  359. package/bundled-skills/neon-postgres/SKILL.md +234 -469
  360. package/bundled-skills/neon-postgres-branches/SKILL.md +292 -0
  361. package/bundled-skills/neon-postgres-egress-optimizer/SKILL.md +256 -0
  362. package/bundled-skills/newman-cicd-integration/SKILL.md +330 -0
  363. package/bundled-skills/observability-and-instrumentation/SKILL.md +216 -0
  364. package/bundled-skills/odw/SKILL.md +57 -0
  365. package/bundled-skills/offers/SKILL.md +168 -0
  366. package/bundled-skills/offers/references/bonus-stacking.md +150 -0
  367. package/bundled-skills/offers/references/examples.md +215 -0
  368. package/bundled-skills/offers/references/guarantee-design.md +172 -0
  369. package/bundled-skills/offers/references/offer-anatomy.md +203 -0
  370. package/bundled-skills/offers/references/offer-formats.md +240 -0
  371. package/bundled-skills/offers/references/scarcity-urgency.md +175 -0
  372. package/bundled-skills/offers/references/value-equation.md +134 -0
  373. package/bundled-skills/onboarding/SKILL.md +235 -0
  374. package/bundled-skills/onboarding/evals/evals.json +92 -0
  375. package/bundled-skills/onboarding/references/experiments.md +258 -0
  376. package/bundled-skills/open-source-marketing/README.md +100 -0
  377. package/bundled-skills/open-source-marketing/SKILL.md +466 -0
  378. package/bundled-skills/openapi-spec-generator/SKILL.md +335 -0
  379. package/bundled-skills/performance-optimization/SKILL.md +363 -0
  380. package/bundled-skills/planning-and-task-breakdown/SKILL.md +240 -0
  381. package/bundled-skills/polis-protocol-a-self-optimizing-city-of-agents/SKILL.md +170 -0
  382. package/bundled-skills/postgresql-cli/SKILL.md +498 -0
  383. package/bundled-skills/postgresql-cli/references/cli-options-and-variables.md +444 -0
  384. package/bundled-skills/postgresql-cli/references/meta-commands-core.md +466 -0
  385. package/bundled-skills/postgresql-cli/references/meta-commands-formatting.md +154 -0
  386. package/bundled-skills/postgresql-cli/references/meta-commands-inspection.md +134 -0
  387. package/bundled-skills/postgresql-cli/references/tips-advanced.md +289 -0
  388. package/bundled-skills/postgresql-cli/references/tips-workflows.md +407 -0
  389. package/bundled-skills/postman-collection-generator/SKILL.md +184 -0
  390. package/bundled-skills/postman-newman-automation/SKILL.md +311 -0
  391. package/bundled-skills/postman-openapi-converter/SKILL.md +174 -0
  392. package/bundled-skills/power-user-cultivation/README.md +78 -0
  393. package/bundled-skills/power-user-cultivation/SKILL.md +598 -0
  394. package/bundled-skills/pricing/SKILL.md +246 -0
  395. package/bundled-skills/pricing/evals/evals.json +90 -0
  396. package/bundled-skills/pricing/references/research-methods.md +152 -0
  397. package/bundled-skills/pricing/references/tier-structure.md +232 -0
  398. package/bundled-skills/privacy-mask/SKILL.md +96 -0
  399. package/bundled-skills/product-marketing/SKILL.md +256 -0
  400. package/bundled-skills/product-marketing/evals/evals.json +85 -0
  401. package/bundled-skills/public-relations/SKILL.md +146 -0
  402. package/bundled-skills/public-relations/references/journalist-pitching.md +368 -0
  403. package/bundled-skills/public-relations/references/media-outlets.md +207 -0
  404. package/bundled-skills/public-relations/references/newsjacking.md +218 -0
  405. package/bundled-skills/public-relations/references/press-platforms.md +188 -0
  406. package/bundled-skills/puppeteer-skill/SKILL.md +143 -0
  407. package/bundled-skills/pytest-skill/SKILL.md +201 -0
  408. package/bundled-skills/rclone-cli/SKILL.md +351 -0
  409. package/bundled-skills/rclone-cli/references/bisync.md +2003 -0
  410. package/bundled-skills/rclone-cli/references/cache.md +726 -0
  411. package/bundled-skills/rclone-cli/references/chunker.md +484 -0
  412. package/bundled-skills/rclone-cli/references/combine.md +187 -0
  413. package/bundled-skills/rclone-cli/references/commands/rclone.md +1169 -0
  414. package/bundled-skills/rclone-cli/references/commands/rclone_about.md +89 -0
  415. package/bundled-skills/rclone-cli/references/commands/rclone_archive.md +49 -0
  416. package/bundled-skills/rclone-cli/references/commands/rclone_archive_create.md +97 -0
  417. package/bundled-skills/rclone-cli/references/commands/rclone_archive_extract.md +83 -0
  418. package/bundled-skills/rclone-cli/references/commands/rclone_archive_list.md +98 -0
  419. package/bundled-skills/rclone-cli/references/commands/rclone_authorize.md +53 -0
  420. package/bundled-skills/rclone-cli/references/commands/rclone_backend.md +82 -0
  421. package/bundled-skills/rclone-cli/references/commands/rclone_bisync.md +160 -0
  422. package/bundled-skills/rclone-cli/references/commands/rclone_cat.md +122 -0
  423. package/bundled-skills/rclone-cli/references/commands/rclone_check.md +134 -0
  424. package/bundled-skills/rclone-cli/references/commands/rclone_checksum.md +120 -0
  425. package/bundled-skills/rclone-cli/references/commands/rclone_cleanup.md +49 -0
  426. package/bundled-skills/rclone-cli/references/commands/rclone_completion.md +40 -0
  427. package/bundled-skills/rclone-cli/references/commands/rclone_completion_bash.md +70 -0
  428. package/bundled-skills/rclone-cli/references/commands/rclone_completion_fish.md +57 -0
  429. package/bundled-skills/rclone-cli/references/commands/rclone_completion_powershell.md +49 -0
  430. package/bundled-skills/rclone-cli/references/commands/rclone_completion_zsh.md +57 -0
  431. package/bundled-skills/rclone-cli/references/commands/rclone_config.md +56 -0
  432. package/bundled-skills/rclone-cli/references/commands/rclone_config_create.md +150 -0
  433. package/bundled-skills/rclone-cli/references/commands/rclone_config_delete.md +33 -0
  434. package/bundled-skills/rclone-cli/references/commands/rclone_config_disconnect.md +40 -0
  435. package/bundled-skills/rclone-cli/references/commands/rclone_config_dump.md +33 -0
  436. package/bundled-skills/rclone-cli/references/commands/rclone_config_edit.md +39 -0
  437. package/bundled-skills/rclone-cli/references/commands/rclone_config_encryption.md +36 -0
  438. package/bundled-skills/rclone-cli/references/commands/rclone_config_encryption_check.md +43 -0
  439. package/bundled-skills/rclone-cli/references/commands/rclone_config_encryption_remove.md +44 -0
  440. package/bundled-skills/rclone-cli/references/commands/rclone_config_encryption_set.md +54 -0
  441. package/bundled-skills/rclone-cli/references/commands/rclone_config_file.md +33 -0
  442. package/bundled-skills/rclone-cli/references/commands/rclone_config_password.md +49 -0
  443. package/bundled-skills/rclone-cli/references/commands/rclone_config_paths.md +33 -0
  444. package/bundled-skills/rclone-cli/references/commands/rclone_config_providers.md +33 -0
  445. package/bundled-skills/rclone-cli/references/commands/rclone_config_reconnect.md +40 -0
  446. package/bundled-skills/rclone-cli/references/commands/rclone_config_redacted.md +45 -0
  447. package/bundled-skills/rclone-cli/references/commands/rclone_config_show.md +33 -0
  448. package/bundled-skills/rclone-cli/references/commands/rclone_config_string.md +57 -0
  449. package/bundled-skills/rclone-cli/references/commands/rclone_config_touch.md +33 -0
  450. package/bundled-skills/rclone-cli/references/commands/rclone_config_update.md +150 -0
  451. package/bundled-skills/rclone-cli/references/commands/rclone_config_userinfo.md +38 -0
  452. package/bundled-skills/rclone-cli/references/commands/rclone_convmv.md +440 -0
  453. package/bundled-skills/rclone-cli/references/commands/rclone_copy.md +258 -0
  454. package/bundled-skills/rclone-cli/references/commands/rclone_copyto.md +219 -0
  455. package/bundled-skills/rclone-cli/references/commands/rclone_copyurl.md +91 -0
  456. package/bundled-skills/rclone-cli/references/commands/rclone_cryptcheck.md +141 -0
  457. package/bundled-skills/rclone-cli/references/commands/rclone_cryptdecode.md +51 -0
  458. package/bundled-skills/rclone-cli/references/commands/rclone_dedupe.md +166 -0
  459. package/bundled-skills/rclone-cli/references/commands/rclone_delete.md +117 -0
  460. package/bundled-skills/rclone-cli/references/commands/rclone_deletefile.md +50 -0
  461. package/bundled-skills/rclone-cli/references/commands/rclone_gendocs.md +39 -0
  462. package/bundled-skills/rclone-cli/references/commands/rclone_gitannex.md +113 -0
  463. package/bundled-skills/rclone-cli/references/commands/rclone_hashsum.md +120 -0
  464. package/bundled-skills/rclone-cli/references/commands/rclone_link.md +60 -0
  465. package/bundled-skills/rclone-cli/references/commands/rclone_listremotes.md +55 -0
  466. package/bundled-skills/rclone-cli/references/commands/rclone_ls.md +114 -0
  467. package/bundled-skills/rclone-cli/references/commands/rclone_lsd.md +127 -0
  468. package/bundled-skills/rclone-cli/references/commands/rclone_lsf.md +241 -0
  469. package/bundled-skills/rclone-cli/references/commands/rclone_lsjson.md +195 -0
  470. package/bundled-skills/rclone-cli/references/commands/rclone_lsl.md +115 -0
  471. package/bundled-skills/rclone-cli/references/commands/rclone_md5sum.md +96 -0
  472. package/bundled-skills/rclone-cli/references/commands/rclone_mkdir.md +43 -0
  473. package/bundled-skills/rclone-cli/references/commands/rclone_mount.md +1105 -0
  474. package/bundled-skills/rclone-cli/references/commands/rclone_move.md +223 -0
  475. package/bundled-skills/rclone-cli/references/commands/rclone_moveto.md +218 -0
  476. package/bundled-skills/rclone-cli/references/commands/rclone_ncdu.md +140 -0
  477. package/bundled-skills/rclone-cli/references/commands/rclone_nfsmount.md +1111 -0
  478. package/bundled-skills/rclone-cli/references/commands/rclone_obscure.md +60 -0
  479. package/bundled-skills/rclone-cli/references/commands/rclone_purge.md +58 -0
  480. package/bundled-skills/rclone-cli/references/commands/rclone_rc.md +111 -0
  481. package/bundled-skills/rclone-cli/references/commands/rclone_rcat.md +79 -0
  482. package/bundled-skills/rclone-cli/references/commands/rclone_rcd.md +219 -0
  483. package/bundled-skills/rclone-cli/references/commands/rclone_rmdir.md +52 -0
  484. package/bundled-skills/rclone-cli/references/commands/rclone_rmdirs.md +66 -0
  485. package/bundled-skills/rclone-cli/references/commands/rclone_selfupdate.md +91 -0
  486. package/bundled-skills/rclone-cli/references/commands/rclone_serve.md +61 -0
  487. package/bundled-skills/rclone-cli/references/commands/rclone_serve_dlna.md +619 -0
  488. package/bundled-skills/rclone-cli/references/commands/rclone_serve_docker.md +653 -0
  489. package/bundled-skills/rclone-cli/references/commands/rclone_serve_ftp.md +698 -0
  490. package/bundled-skills/rclone-cli/references/commands/rclone_serve_http.md +837 -0
  491. package/bundled-skills/rclone-cli/references/commands/rclone_serve_nfs.md +670 -0
  492. package/bundled-skills/rclone-cli/references/commands/rclone_serve_restic.md +246 -0
  493. package/bundled-skills/rclone-cli/references/commands/rclone_serve_s3.md +867 -0
  494. package/bundled-skills/rclone-cli/references/commands/rclone_serve_sftp.md +745 -0
  495. package/bundled-skills/rclone-cli/references/commands/rclone_serve_webdav.md +896 -0
  496. package/bundled-skills/rclone-cli/references/commands/rclone_settier.md +63 -0
  497. package/bundled-skills/rclone-cli/references/commands/rclone_sha1sum.md +99 -0
  498. package/bundled-skills/rclone-cli/references/commands/rclone_size.md +94 -0
  499. package/bundled-skills/rclone-cli/references/commands/rclone_sync.md +252 -0
  500. package/bundled-skills/rclone-cli/references/commands/rclone_test.md +51 -0
  501. package/bundled-skills/rclone-cli/references/commands/rclone_test_changenotify.md +34 -0
  502. package/bundled-skills/rclone-cli/references/commands/rclone_test_histogram.md +41 -0
  503. package/bundled-skills/rclone-cli/references/commands/rclone_test_info.md +51 -0
  504. package/bundled-skills/rclone-cli/references/commands/rclone_test_makefile.md +39 -0
  505. package/bundled-skills/rclone-cli/references/commands/rclone_test_makefiles.md +47 -0
  506. package/bundled-skills/rclone-cli/references/commands/rclone_test_memory.md +33 -0
  507. package/bundled-skills/rclone-cli/references/commands/rclone_test_speed.md +66 -0
  508. package/bundled-skills/rclone-cli/references/commands/rclone_touch.md +110 -0
  509. package/bundled-skills/rclone-cli/references/commands/rclone_tree.md +121 -0
  510. package/bundled-skills/rclone-cli/references/commands/rclone_version.md +83 -0
  511. package/bundled-skills/rclone-cli/references/crypt.md +844 -0
  512. package/bundled-skills/rclone-cli/references/docker.md +615 -0
  513. package/bundled-skills/rclone-cli/references/faq.md +364 -0
  514. package/bundled-skills/rclone-cli/references/filtering.md +991 -0
  515. package/bundled-skills/rclone-cli/references/flags.md +1221 -0
  516. package/bundled-skills/rclone-cli/references/hasher.md +383 -0
  517. package/bundled-skills/rclone-cli/references/install.md +686 -0
  518. package/bundled-skills/rclone-cli/references/overview.md +620 -0
  519. package/bundled-skills/rclone-cli/references/providers/alias.md +141 -0
  520. package/bundled-skills/rclone-cli/references/providers/archive.md +287 -0
  521. package/bundled-skills/rclone-cli/references/providers/azureblob.md +1140 -0
  522. package/bundled-skills/rclone-cli/references/providers/azurefiles.md +834 -0
  523. package/bundled-skills/rclone-cli/references/providers/b2.md +879 -0
  524. package/bundled-skills/rclone-cli/references/providers/box.md +573 -0
  525. package/bundled-skills/rclone-cli/references/providers/cloudinary.md +259 -0
  526. package/bundled-skills/rclone-cli/references/providers/compress.md +222 -0
  527. package/bundled-skills/rclone-cli/references/providers/drime.md +319 -0
  528. package/bundled-skills/rclone-cli/references/providers/drive.md +2032 -0
  529. package/bundled-skills/rclone-cli/references/providers/dropbox.md +661 -0
  530. package/bundled-skills/rclone-cli/references/providers/fichier.md +230 -0
  531. package/bundled-skills/rclone-cli/references/providers/filefabric.md +298 -0
  532. package/bundled-skills/rclone-cli/references/providers/filelu.md +256 -0
  533. package/bundled-skills/rclone-cli/references/providers/filen.md +243 -0
  534. package/bundled-skills/rclone-cli/references/providers/filescom.md +209 -0
  535. package/bundled-skills/rclone-cli/references/providers/ftp.md +621 -0
  536. package/bundled-skills/rclone-cli/references/providers/gofile.md +274 -0
  537. package/bundled-skills/rclone-cli/references/providers/googlecloudstorage.md +846 -0
  538. package/bundled-skills/rclone-cli/references/providers/googlephotos.md +676 -0
  539. package/bundled-skills/rclone-cli/references/providers/hdfs.md +263 -0
  540. package/bundled-skills/rclone-cli/references/providers/hidrive.md +487 -0
  541. package/bundled-skills/rclone-cli/references/providers/http.md +323 -0
  542. package/bundled-skills/rclone-cli/references/providers/iclouddrive.md +212 -0
  543. package/bundled-skills/rclone-cli/references/providers/internetarchive.md +355 -0
  544. package/bundled-skills/rclone-cli/references/providers/internxt.md +189 -0
  545. package/bundled-skills/rclone-cli/references/providers/jottacloud.md +604 -0
  546. package/bundled-skills/rclone-cli/references/providers/koofr.md +395 -0
  547. package/bundled-skills/rclone-cli/references/providers/linkbox.md +117 -0
  548. package/bundled-skills/rclone-cli/references/providers/local.md +749 -0
  549. package/bundled-skills/rclone-cli/references/providers/mailru.md +470 -0
  550. package/bundled-skills/rclone-cli/references/providers/mega.md +361 -0
  551. package/bundled-skills/rclone-cli/references/providers/memory.md +109 -0
  552. package/bundled-skills/rclone-cli/references/providers/netstorage.md +371 -0
  553. package/bundled-skills/rclone-cli/references/providers/onedrive.md +1322 -0
  554. package/bundled-skills/rclone-cli/references/providers/opendrive.md +222 -0
  555. package/bundled-skills/rclone-cli/references/providers/oracleobjectstorage/_index.md +932 -0
  556. package/bundled-skills/rclone-cli/references/providers/oracleobjectstorage/tutorial_mount.md +503 -0
  557. package/bundled-skills/rclone-cli/references/providers/pcloud.md +373 -0
  558. package/bundled-skills/rclone-cli/references/providers/pikpak.md +373 -0
  559. package/bundled-skills/rclone-cli/references/providers/pixeldrain.md +182 -0
  560. package/bundled-skills/rclone-cli/references/providers/premiumizeme.md +253 -0
  561. package/bundled-skills/rclone-cli/references/providers/protondrive.md +397 -0
  562. package/bundled-skills/rclone-cli/references/providers/putio.md +246 -0
  563. package/bundled-skills/rclone-cli/references/providers/qingstor.md +346 -0
  564. package/bundled-skills/rclone-cli/references/providers/quatrix.md +295 -0
  565. package/bundled-skills/rclone-cli/references/providers/s3.md +9687 -0
  566. package/bundled-skills/rclone-cli/references/providers/seafile.md +432 -0
  567. package/bundled-skills/rclone-cli/references/providers/sftp.md +1277 -0
  568. package/bundled-skills/rclone-cli/references/providers/shade.md +267 -0
  569. package/bundled-skills/rclone-cli/references/providers/sharefile.md +357 -0
  570. package/bundled-skills/rclone-cli/references/providers/sia.md +223 -0
  571. package/bundled-skills/rclone-cli/references/providers/smb.md +309 -0
  572. package/bundled-skills/rclone-cli/references/providers/storj.md +503 -0
  573. package/bundled-skills/rclone-cli/references/providers/sugarsync.md +305 -0
  574. package/bundled-skills/rclone-cli/references/providers/swift.md +744 -0
  575. package/bundled-skills/rclone-cli/references/providers/ulozto.md +283 -0
  576. package/bundled-skills/rclone-cli/references/providers/webdav.md +565 -0
  577. package/bundled-skills/rclone-cli/references/providers/yandex.md +283 -0
  578. package/bundled-skills/rclone-cli/references/providers/zoho.md +305 -0
  579. package/bundled-skills/rclone-cli/references/rc.md +2725 -0
  580. package/bundled-skills/rclone-cli/references/union.md +336 -0
  581. package/bundled-skills/rclone-cli/references/usage.md +3555 -0
  582. package/bundled-skills/rclone-cli/scripts/install.sh +204 -0
  583. package/bundled-skills/redis-cli/SKILL.md +392 -0
  584. package/bundled-skills/redis-cli/references/advanced-features.md +338 -0
  585. package/bundled-skills/redis-cli/references/connection-and-options.md +258 -0
  586. package/bundled-skills/redis-cli/references/data-query-commands.md +417 -0
  587. package/bundled-skills/redis-cli/references/inspection-and-monitoring.md +309 -0
  588. package/bundled-skills/redis-cli/references/key-management.md +252 -0
  589. package/bundled-skills/redis-cli/references/module-data-types.md +429 -0
  590. package/bundled-skills/redis-cli/references/server-administration.md +366 -0
  591. package/bundled-skills/repo-maintainer/SKILL.md +480 -0
  592. package/bundled-skills/resolving-merge-conflicts/SKILL.md +32 -0
  593. package/bundled-skills/review-and-simplify-changes/SKILL.md +202 -0
  594. package/bundled-skills/review-swarm/SKILL.md +185 -0
  595. package/bundled-skills/review-swarm/agents/openai.yaml +4 -0
  596. package/bundled-skills/riffkit/SKILL.md +122 -0
  597. package/bundled-skills/robot-framework-skill/SKILL.md +153 -0
  598. package/bundled-skills/sdk-dx/README.md +39 -0
  599. package/bundled-skills/sdk-dx/SKILL.md +541 -0
  600. package/bundled-skills/security-and-hardening/SKILL.md +474 -0
  601. package/bundled-skills/selenium-skill/SKILL.md +258 -0
  602. package/bundled-skills/shipping-and-launch/SKILL.md +323 -0
  603. package/bundled-skills/smartui-skill/SKILL.md +149 -0
  604. package/bundled-skills/source-driven-development/SKILL.md +207 -0
  605. package/bundled-skills/spec-driven-development/SKILL.md +217 -0
  606. package/bundled-skills/sql-sentinel/SKILL.md +12 -3
  607. package/bundled-skills/styleseed-design-review/SKILL.md +126 -0
  608. package/bundled-skills/supabase/CHANGELOG.md +35 -0
  609. package/bundled-skills/supabase/SKILL.md +149 -0
  610. package/bundled-skills/supabase/assets/feedback-issue-template.md +17 -0
  611. package/bundled-skills/supabase/references/skill-feedback.md +17 -0
  612. package/bundled-skills/supabase-postgres-best-practices/CHANGELOG.md +29 -0
  613. package/bundled-skills/supabase-postgres-best-practices/SKILL.md +74 -0
  614. package/bundled-skills/supabase-postgres-best-practices/references/_contributing.md +170 -0
  615. package/bundled-skills/supabase-postgres-best-practices/references/_sections.md +39 -0
  616. package/bundled-skills/supabase-postgres-best-practices/references/_template.md +34 -0
  617. package/bundled-skills/supabase-postgres-best-practices/references/advanced-full-text-search.md +55 -0
  618. package/bundled-skills/supabase-postgres-best-practices/references/advanced-jsonb-indexing.md +49 -0
  619. package/bundled-skills/supabase-postgres-best-practices/references/conn-idle-timeout.md +46 -0
  620. package/bundled-skills/supabase-postgres-best-practices/references/conn-limits.md +44 -0
  621. package/bundled-skills/supabase-postgres-best-practices/references/conn-pooling.md +41 -0
  622. package/bundled-skills/supabase-postgres-best-practices/references/conn-prepared-statements.md +46 -0
  623. package/bundled-skills/supabase-postgres-best-practices/references/data-batch-inserts.md +54 -0
  624. package/bundled-skills/supabase-postgres-best-practices/references/data-n-plus-one.md +53 -0
  625. package/bundled-skills/supabase-postgres-best-practices/references/data-pagination.md +50 -0
  626. package/bundled-skills/supabase-postgres-best-practices/references/data-upsert.md +50 -0
  627. package/bundled-skills/supabase-postgres-best-practices/references/lock-advisory.md +56 -0
  628. package/bundled-skills/supabase-postgres-best-practices/references/lock-deadlock-prevention.md +68 -0
  629. package/bundled-skills/supabase-postgres-best-practices/references/lock-short-transactions.md +50 -0
  630. package/bundled-skills/supabase-postgres-best-practices/references/lock-skip-locked.md +54 -0
  631. package/bundled-skills/supabase-postgres-best-practices/references/monitor-explain-analyze.md +45 -0
  632. package/bundled-skills/supabase-postgres-best-practices/references/monitor-pg-stat-statements.md +55 -0
  633. package/bundled-skills/supabase-postgres-best-practices/references/monitor-vacuum-analyze.md +55 -0
  634. package/bundled-skills/supabase-postgres-best-practices/references/query-composite-indexes.md +44 -0
  635. package/bundled-skills/supabase-postgres-best-practices/references/query-covering-indexes.md +40 -0
  636. package/bundled-skills/supabase-postgres-best-practices/references/query-index-types.md +48 -0
  637. package/bundled-skills/supabase-postgres-best-practices/references/query-missing-indexes.md +43 -0
  638. package/bundled-skills/supabase-postgres-best-practices/references/query-partial-indexes.md +45 -0
  639. package/bundled-skills/supabase-postgres-best-practices/references/schema-constraints.md +80 -0
  640. package/bundled-skills/supabase-postgres-best-practices/references/schema-data-types.md +46 -0
  641. package/bundled-skills/supabase-postgres-best-practices/references/schema-foreign-key-indexes.md +59 -0
  642. package/bundled-skills/supabase-postgres-best-practices/references/schema-lowercase-identifiers.md +55 -0
  643. package/bundled-skills/supabase-postgres-best-practices/references/schema-partitioning.md +55 -0
  644. package/bundled-skills/supabase-postgres-best-practices/references/schema-primary-keys.md +61 -0
  645. package/bundled-skills/supabase-postgres-best-practices/references/security-privileges.md +54 -0
  646. package/bundled-skills/supabase-postgres-best-practices/references/security-rls-basics.md +50 -0
  647. package/bundled-skills/supabase-postgres-best-practices/references/security-rls-performance.md +63 -0
  648. package/bundled-skills/swiftui-expert-skill/SKILL.md +175 -242
  649. package/bundled-skills/swiftui-expert-skill/references/accessibility-patterns.md +215 -0
  650. package/bundled-skills/swiftui-expert-skill/references/animation-advanced.md +428 -0
  651. package/bundled-skills/swiftui-expert-skill/references/animation-basics.md +284 -0
  652. package/bundled-skills/swiftui-expert-skill/references/animation-transitions.md +326 -0
  653. package/bundled-skills/swiftui-expert-skill/references/charts-accessibility.md +135 -0
  654. package/bundled-skills/swiftui-expert-skill/references/charts.md +602 -0
  655. package/bundled-skills/swiftui-expert-skill/references/focus-patterns.md +299 -0
  656. package/bundled-skills/swiftui-expert-skill/references/image-optimization.md +203 -0
  657. package/bundled-skills/swiftui-expert-skill/references/latest-apis.md +528 -0
  658. package/bundled-skills/swiftui-expert-skill/references/layout-best-practices.md +266 -0
  659. package/bundled-skills/swiftui-expert-skill/references/liquid-glass.md +423 -0
  660. package/bundled-skills/swiftui-expert-skill/references/list-patterns.md +467 -0
  661. package/bundled-skills/swiftui-expert-skill/references/localization.md +194 -0
  662. package/bundled-skills/swiftui-expert-skill/references/macos-scenes.md +318 -0
  663. package/bundled-skills/swiftui-expert-skill/references/macos-views.md +357 -0
  664. package/bundled-skills/swiftui-expert-skill/references/macos-window-styling.md +303 -0
  665. package/bundled-skills/swiftui-expert-skill/references/performance-patterns.md +417 -0
  666. package/bundled-skills/swiftui-expert-skill/references/previews.md +313 -0
  667. package/bundled-skills/swiftui-expert-skill/references/scroll-patterns.md +293 -0
  668. package/bundled-skills/swiftui-expert-skill/references/sheet-navigation-patterns.md +363 -0
  669. package/bundled-skills/swiftui-expert-skill/references/soft-deprecation.md +39 -0
  670. package/bundled-skills/swiftui-expert-skill/references/state-management.md +492 -0
  671. package/bundled-skills/swiftui-expert-skill/references/text-patterns.md +34 -0
  672. package/bundled-skills/swiftui-expert-skill/references/trace-analysis.md +295 -0
  673. package/bundled-skills/swiftui-expert-skill/references/trace-recording.md +134 -0
  674. package/bundled-skills/swiftui-expert-skill/references/view-structure.md +854 -0
  675. package/bundled-skills/swiftui-expert-skill/scripts/analyze_trace.py +301 -0
  676. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/__init__.py +1 -0
  677. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/causes.py +187 -0
  678. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/correlate.py +179 -0
  679. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/events.py +291 -0
  680. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/hangs.py +108 -0
  681. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/hitches.py +145 -0
  682. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/summary.py +243 -0
  683. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/swiftui.py +195 -0
  684. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/time_profiler.py +135 -0
  685. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/xctrace.py +117 -0
  686. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/xml_utils.py +224 -0
  687. package/bundled-skills/swiftui-expert-skill/scripts/record_trace.py +252 -0
  688. package/bundled-skills/technical-tutorials/README.md +90 -0
  689. package/bundled-skills/technical-tutorials/SKILL.md +581 -0
  690. package/bundled-skills/test-framework-migration-skill/SKILL.md +122 -0
  691. package/bundled-skills/testng-skill/SKILL.md +163 -0
  692. package/bundled-skills/train-sentence-transformers/SKILL.md +118 -0
  693. package/bundled-skills/train-sentence-transformers/references/base_model_selection.md +79 -0
  694. package/bundled-skills/train-sentence-transformers/references/dataset_formats.md +128 -0
  695. package/bundled-skills/train-sentence-transformers/references/evaluators_cross_encoder.md +116 -0
  696. package/bundled-skills/train-sentence-transformers/references/evaluators_sentence_transformer.md +151 -0
  697. package/bundled-skills/train-sentence-transformers/references/evaluators_sparse_encoder.md +121 -0
  698. package/bundled-skills/train-sentence-transformers/references/hardware_guide.md +105 -0
  699. package/bundled-skills/train-sentence-transformers/references/hf_jobs_execution.md +173 -0
  700. package/bundled-skills/train-sentence-transformers/references/losses_cross_encoder.md +137 -0
  701. package/bundled-skills/train-sentence-transformers/references/losses_sentence_transformer.md +246 -0
  702. package/bundled-skills/train-sentence-transformers/references/losses_sparse_encoder.md +106 -0
  703. package/bundled-skills/train-sentence-transformers/references/model_architectures.md +178 -0
  704. package/bundled-skills/train-sentence-transformers/references/prompts_and_instructions.md +160 -0
  705. package/bundled-skills/train-sentence-transformers/references/training_args.md +269 -0
  706. package/bundled-skills/train-sentence-transformers/references/troubleshooting.md +225 -0
  707. package/bundled-skills/train-sentence-transformers/scripts/mine_hard_negatives.py +199 -0
  708. package/bundled-skills/train-sentence-transformers/scripts/train_cross_encoder_distillation_example.py +254 -0
  709. package/bundled-skills/train-sentence-transformers/scripts/train_cross_encoder_example.py +253 -0
  710. package/bundled-skills/train-sentence-transformers/scripts/train_cross_encoder_listwise_example.py +282 -0
  711. package/bundled-skills/train-sentence-transformers/scripts/train_sentence_transformer_distillation_example.py +303 -0
  712. package/bundled-skills/train-sentence-transformers/scripts/train_sentence_transformer_example.py +227 -0
  713. package/bundled-skills/train-sentence-transformers/scripts/train_sentence_transformer_make_multilingual_example.py +308 -0
  714. package/bundled-skills/train-sentence-transformers/scripts/train_sentence_transformer_matryoshka_example.py +212 -0
  715. package/bundled-skills/train-sentence-transformers/scripts/train_sentence_transformer_multi_dataset_example.py +258 -0
  716. package/bundled-skills/train-sentence-transformers/scripts/train_sentence_transformer_static_embedding_example.py +273 -0
  717. package/bundled-skills/train-sentence-transformers/scripts/train_sentence_transformer_with_lora_example.py +275 -0
  718. package/bundled-skills/train-sentence-transformers/scripts/train_sparse_encoder_distillation_example.py +262 -0
  719. package/bundled-skills/train-sentence-transformers/scripts/train_sparse_encoder_example.py +237 -0
  720. package/bundled-skills/transformers-js/SKILL.md +83 -29
  721. package/bundled-skills/transformers-js/references/CONFIGURATION.md +55 -7
  722. package/bundled-skills/transformers-js/references/EXAMPLES.md +98 -83
  723. package/bundled-skills/transformers-js/references/MODEL_REGISTRY.md +197 -0
  724. package/bundled-skills/transformers-js/references/PIPELINE_OPTIONS.md +31 -19
  725. package/bundled-skills/transformers-js/references/TEXT_GENERATION.md +18 -18
  726. package/bundled-skills/trl-training/SKILL.md +327 -0
  727. package/bundled-skills/tune-monitor/SKILL.md +268 -0
  728. package/bundled-skills/ui-a11y/SKILL.md +76 -68
  729. package/bundled-skills/ui-component/SKILL.md +54 -82
  730. package/bundled-skills/ui-lint/SKILL.md +111 -0
  731. package/bundled-skills/ui-motion/SKILL.md +181 -0
  732. package/bundled-skills/ui-page/SKILL.md +80 -90
  733. package/bundled-skills/ui-pattern/SKILL.md +50 -68
  734. package/bundled-skills/ui-review/SKILL.md +95 -77
  735. package/bundled-skills/ui-score/SKILL.md +145 -0
  736. package/bundled-skills/ui-setup/SKILL.md +196 -88
  737. package/bundled-skills/ui-skills-root/SKILL.md +72 -0
  738. package/bundled-skills/ui-tokens/SKILL.md +44 -52
  739. package/bundled-skills/ui-update/SKILL.md +167 -0
  740. package/bundled-skills/unslop-commit/SKILL.md +113 -0
  741. package/bundled-skills/unslop-file/SKILL.md +157 -0
  742. package/bundled-skills/unslop-review/SKILL.md +102 -0
  743. package/bundled-skills/update-swiftui-apis/SKILL.md +120 -0
  744. package/bundled-skills/update-swiftui-apis/references/scan-manifest.md +230 -0
  745. package/bundled-skills/upgrading-expo/SKILL.md +107 -82
  746. package/bundled-skills/upgrading-expo/agents/openai.yaml +4 -0
  747. package/bundled-skills/upgrading-expo/references/expo-av-to-audio.md +132 -0
  748. package/bundled-skills/upgrading-expo/references/expo-av-to-video.md +160 -0
  749. package/bundled-skills/upgrading-expo/references/native-tabs.md +124 -0
  750. package/bundled-skills/upgrading-expo/references/new-architecture.md +79 -0
  751. package/bundled-skills/upgrading-expo/references/react-19.md +79 -0
  752. package/bundled-skills/upgrading-expo/references/react-compiler.md +59 -0
  753. package/bundled-skills/upgrading-expo/references/react-navigation-to-expo-router.md +61 -0
  754. package/bundled-skills/usage-based-pricing/README.md +40 -0
  755. package/bundled-skills/usage-based-pricing/SKILL.md +547 -0
  756. package/bundled-skills/use-dom/SKILL.md +428 -0
  757. package/bundled-skills/use-dom/agents/openai.yaml +4 -0
  758. package/bundled-skills/ux-audit/SKILL.md +112 -44
  759. package/bundled-skills/ux-copy/SKILL.md +105 -73
  760. package/bundled-skills/ux-feedback/SKILL.md +106 -58
  761. package/bundled-skills/ux-flow/SKILL.md +51 -50
  762. package/bundled-skills/vitest-skill/SKILL.md +165 -0
  763. package/bundled-skills/weaviate/references/environment_requirements.md +4 -1
  764. package/bundled-skills/weaviate/scripts/weaviate_conn.py +51 -17
  765. package/bundled-skills/webdriverio-skill/SKILL.md +157 -0
  766. package/bundled-skills/wjttc-builder/SKILL.md +355 -0
  767. package/bundled-skills/wjttc-tester/SKILL.md +190 -0
  768. package/bundled-skills/youtube-notetaker/scripts/serve.py +20 -11
  769. package/package.json +1 -1
  770. package/skills_index.json +4404 -146
@@ -0,0 +1,1169 @@
1
+ ---
2
+ title: "rclone"
3
+ description: "Show help for rclone commands, flags and backends."
4
+ # autogenerated - DO NOT EDIT, instead edit the source code in cmd/ and as part of making a release run "make commanddocs"
5
+ ---
6
+
7
+ > **Official documentation:** [https://rclone.org/commands/rclone/](https://rclone.org/commands/rclone/)
8
+ # rclone
9
+
10
+ Show help for rclone commands, flags and backends.
11
+
12
+ ## Synopsis
13
+
14
+ Rclone syncs files to and from cloud storage providers as well as
15
+ mounting them, listing them in lots of different ways.
16
+
17
+ See the home page (https://rclone.org/) for installation, usage,
18
+ documentation, changelog and configuration walkthroughs.
19
+
20
+ ```
21
+ rclone [flags]
22
+ ```
23
+
24
+ ## Options
25
+
26
+ ```
27
+ --alias-description string Description of the remote
28
+ --alias-remote string Remote or path to alias
29
+ --archive-description string Description of the remote
30
+ --archive-remote string Remote to wrap to read archives from
31
+ --ask-password Allow prompt for password for encrypted configuration (default true)
32
+ --auto-confirm If enabled, do not request console confirmation
33
+ --azureblob-access-tier string Access tier of blob: hot, cool, cold or archive
34
+ --azureblob-account string Azure Storage Account Name
35
+ --azureblob-archive-tier-delete Delete archive tier blobs before overwriting
36
+ --azureblob-chunk-size SizeSuffix Upload chunk size (default 4Mi)
37
+ --azureblob-client-certificate-password string Password for the certificate file (optional) (obscured)
38
+ --azureblob-client-certificate-path string Path to a PEM or PKCS12 certificate file including the private key
39
+ --azureblob-client-id string The ID of the client in use
40
+ --azureblob-client-secret string One of the service principal's client secrets
41
+ --azureblob-client-send-certificate-chain Send the certificate chain when using certificate auth
42
+ --azureblob-connection-string string Storage Connection String
43
+ --azureblob-copy-concurrency int Concurrency for multipart copy (default 512)
44
+ --azureblob-copy-cutoff SizeSuffix Cutoff for switching to multipart copy (default 8Mi)
45
+ --azureblob-delete-snapshots string Set to specify how to deal with snapshots on blob deletion
46
+ --azureblob-description string Description of the remote
47
+ --azureblob-directory-markers Upload an empty object with a trailing slash when a new directory is created
48
+ --azureblob-disable-checksum Don't store MD5 checksum with object metadata
49
+ --azureblob-disable-instance-discovery Skip requesting Microsoft Entra instance metadata
50
+ --azureblob-encoding Encoding The encoding for the backend (default Slash,BackSlash,Del,Ctl,RightPeriod,InvalidUtf8)
51
+ --azureblob-endpoint string Endpoint for the service
52
+ --azureblob-env-auth Read credentials from runtime (environment variables, CLI or MSI)
53
+ --azureblob-key string Storage Account Shared Key
54
+ --azureblob-list-chunk int Size of blob list (default 5000)
55
+ --azureblob-msi-client-id string Object ID of the user-assigned MSI to use, if any
56
+ --azureblob-msi-mi-res-id string Azure resource ID of the user-assigned MSI to use, if any
57
+ --azureblob-msi-object-id string Object ID of the user-assigned MSI to use, if any
58
+ --azureblob-no-check-container If set, don't attempt to check the container exists or create it
59
+ --azureblob-no-head-object If set, do not do HEAD before GET when getting objects
60
+ --azureblob-password string The user's password (obscured)
61
+ --azureblob-public-access string Public access level of a container: blob or container
62
+ --azureblob-sas-url string SAS URL for container level access only
63
+ --azureblob-service-principal-file string Path to file containing credentials for use with a service principal
64
+ --azureblob-tenant string ID of the service principal's tenant. Also called its directory ID
65
+ --azureblob-upload-concurrency int Concurrency for multipart uploads (default 16)
66
+ --azureblob-upload-cutoff string Cutoff for switching to chunked upload (<= 256 MiB) (deprecated)
67
+ --azureblob-use-az Use Azure CLI tool az for authentication
68
+ --azureblob-use-copy-blob Whether to use the Copy Blob API when copying to the same storage account (default true)
69
+ --azureblob-use-emulator Uses local storage emulator if provided as 'true'
70
+ --azureblob-use-msi Use a managed service identity to authenticate (only works in Azure)
71
+ --azureblob-username string User name (usually an email address)
72
+ --azurefiles-account string Azure Storage Account Name
73
+ --azurefiles-chunk-size SizeSuffix Upload chunk size (default 4Mi)
74
+ --azurefiles-client-certificate-password string Password for the certificate file (optional) (obscured)
75
+ --azurefiles-client-certificate-path string Path to a PEM or PKCS12 certificate file including the private key
76
+ --azurefiles-client-id string The ID of the client in use
77
+ --azurefiles-client-secret string One of the service principal's client secrets
78
+ --azurefiles-client-send-certificate-chain Send the certificate chain when using certificate auth
79
+ --azurefiles-connection-string string Storage Connection String
80
+ --azurefiles-description string Description of the remote
81
+ --azurefiles-disable-instance-discovery Skip requesting Microsoft Entra instance metadata
82
+ --azurefiles-encoding Encoding The encoding for the backend (default Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,BackSlash,Del,Ctl,RightPeriod,InvalidUtf8,Dot)
83
+ --azurefiles-endpoint string Endpoint for the service
84
+ --azurefiles-env-auth Read credentials from runtime (environment variables, CLI or MSI)
85
+ --azurefiles-key string Storage Account Shared Key
86
+ --azurefiles-max-stream-size SizeSuffix Max size for streamed files (default 10Gi)
87
+ --azurefiles-msi-client-id string Object ID of the user-assigned MSI to use, if any
88
+ --azurefiles-msi-mi-res-id string Azure resource ID of the user-assigned MSI to use, if any
89
+ --azurefiles-msi-object-id string Object ID of the user-assigned MSI to use, if any
90
+ --azurefiles-password string The user's password (obscured)
91
+ --azurefiles-sas-url string SAS URL for container level access only
92
+ --azurefiles-service-principal-file string Path to file containing credentials for use with a service principal
93
+ --azurefiles-share-name string Azure Files Share Name
94
+ --azurefiles-tenant string ID of the service principal's tenant. Also called its directory ID
95
+ --azurefiles-upload-concurrency int Concurrency for multipart uploads (default 16)
96
+ --azurefiles-use-az Use Azure CLI tool az for authentication
97
+ --azurefiles-use-emulator Uses local storage emulator if provided as 'true'
98
+ --azurefiles-use-msi Use a managed service identity to authenticate (only works in Azure)
99
+ --azurefiles-username string User name (usually an email address)
100
+ --b2-account string Account ID or Application Key ID
101
+ --b2-chunk-size SizeSuffix Upload chunk size (default 96Mi)
102
+ --b2-copy-cutoff SizeSuffix Cutoff for switching to multipart copy (default 4Gi)
103
+ --b2-description string Description of the remote
104
+ --b2-disable-checksum Disable checksums for large (> upload cutoff) files
105
+ --b2-download-auth-duration Duration Time before the public link authorization token will expire in s or suffix ms|s|m|h|d (default 1w)
106
+ --b2-download-url string Custom endpoint for downloads
107
+ --b2-encoding Encoding The encoding for the backend (default Slash,BackSlash,Del,Ctl,InvalidUtf8,Dot)
108
+ --b2-endpoint string Endpoint for the service
109
+ --b2-hard-delete Permanently delete files on remote removal, otherwise hide files
110
+ --b2-key string Application Key
111
+ --b2-lifecycle int Set the number of days deleted files should be kept when creating a bucket
112
+ --b2-sse-customer-algorithm string If using SSE-C, the server-side encryption algorithm used when storing this object in B2
113
+ --b2-sse-customer-key string To use SSE-C, you may provide the secret encryption key encoded in a UTF-8 compatible string to encrypt/decrypt your data
114
+ --b2-sse-customer-key-base64 string To use SSE-C, you may provide the secret encryption key encoded in Base64 format to encrypt/decrypt your data
115
+ --b2-sse-customer-key-md5 string If using SSE-C you may provide the secret encryption key MD5 checksum (optional)
116
+ --b2-test-mode string A flag string for X-Bz-Test-Mode header for debugging
117
+ --b2-upload-concurrency int Concurrency for multipart uploads (default 4)
118
+ --b2-upload-cutoff SizeSuffix Cutoff for switching to chunked upload (default 200Mi)
119
+ --b2-version-at Time Show file versions as they were at the specified time (default off)
120
+ --b2-versions Include old versions in directory listings
121
+ --backup-dir string Make backups into hierarchy based in DIR
122
+ --bind string Local address to bind to for outgoing connections, IPv4, IPv6 or name
123
+ --box-access-token string Box App Primary Access Token
124
+ --box-auth-url string Auth server URL
125
+ --box-box-config-file string Box App config.json location
126
+ --box-box-sub-type string (default "user")
127
+ --box-client-credentials Use client credentials OAuth flow
128
+ --box-client-id string OAuth Client Id
129
+ --box-client-secret string OAuth Client Secret
130
+ --box-commit-retries int Max number of times to try committing a multipart file (default 100)
131
+ --box-description string Description of the remote
132
+ --box-encoding Encoding The encoding for the backend (default Slash,BackSlash,Del,Ctl,RightSpace,InvalidUtf8,Dot)
133
+ --box-impersonate string Impersonate this user ID when using a service account
134
+ --box-list-chunk int Size of listing chunk 1-1000 (default 1000)
135
+ --box-owned-by string Only show items owned by the login (email address) passed in
136
+ --box-root-folder-id string Fill in for rclone to use a non root folder as its starting point
137
+ --box-token string OAuth Access Token as a JSON blob
138
+ --box-token-url string Token server url
139
+ --box-upload-cutoff SizeSuffix Cutoff for switching to multipart upload (>= 50 MiB) (default 50Mi)
140
+ --buffer-size SizeSuffix In memory buffer size when reading files for each --transfer (default 16Mi)
141
+ --bwlimit BwTimetable Bandwidth limit in KiB/s, or use suffix B|K|M|G|T|P or a full timetable
142
+ --bwlimit-file BwTimetable Bandwidth limit per file in KiB/s, or use suffix B|K|M|G|T|P or a full timetable
143
+ --ca-cert stringArray CA certificate used to verify servers
144
+ --cache-chunk-clean-interval Duration How often should the cache perform cleanups of the chunk storage (default 1m0s)
145
+ --cache-chunk-no-memory Disable the in-memory cache for storing chunks during streaming
146
+ --cache-chunk-path string Directory to cache chunk files (default "$HOME/.cache/rclone/cache-backend")
147
+ --cache-chunk-size SizeSuffix The size of a chunk (partial file data) (default 5Mi)
148
+ --cache-chunk-total-size SizeSuffix The total size that the chunks can take up on the local disk (default 10Gi)
149
+ --cache-db-path string Directory to store file structure metadata DB (default "$HOME/.cache/rclone/cache-backend")
150
+ --cache-db-purge Clear all the cached data for this remote on start
151
+ --cache-db-wait-time Duration How long to wait for the DB to be available - 0 is unlimited (default 1s)
152
+ --cache-description string Description of the remote
153
+ --cache-dir string Directory rclone will use for caching (default "$HOME/.cache/rclone")
154
+ --cache-info-age Duration How long to cache file structure information (directory listings, file size, times, etc.) (default 6h0m0s)
155
+ --cache-plex-insecure string Skip all certificate verification when connecting to the Plex server
156
+ --cache-plex-password string The password of the Plex user (obscured)
157
+ --cache-plex-url string The URL of the Plex server
158
+ --cache-plex-username string The username of the Plex user
159
+ --cache-read-retries int How many times to retry a read from a cache storage (default 10)
160
+ --cache-remote string Remote to cache
161
+ --cache-rps int Limits the number of requests per second to the source FS (-1 to disable) (default -1)
162
+ --cache-tmp-upload-path string Directory to keep temporary files until they are uploaded
163
+ --cache-tmp-wait-time Duration How long should files be stored in local cache before being uploaded (default 15s)
164
+ --cache-workers int How many workers should run in parallel to download chunks (default 4)
165
+ --cache-writes Cache file data on writes through the FS
166
+ --check-first Do all the checks before starting transfers
167
+ --checkers int Number of checkers to run in parallel (default 8)
168
+ -c, --checksum Check for changes with size & checksum (if available, or fallback to size only)
169
+ --chunker-chunk-size SizeSuffix Files larger than chunk size will be split in chunks (default 2Gi)
170
+ --chunker-description string Description of the remote
171
+ --chunker-fail-hard Choose how chunker should handle files with missing or invalid chunks
172
+ --chunker-hash-type string Choose how chunker handles hash sums (default "md5")
173
+ --chunker-remote string Remote to chunk/unchunk
174
+ --client-cert string Client SSL certificate (PEM) for mutual TLS auth
175
+ --client-key string Client SSL private key (PEM) for mutual TLS auth
176
+ --client-pass string Password for client SSL private key (PEM) for mutual TLS auth (obscured) (obscured)
177
+ --cloudinary-adjust-media-files-extensions Cloudinary handles media formats as a file attribute and strips it from the name, which is unlike most other file systems (default true)
178
+ --cloudinary-api-key string Cloudinary API Key
179
+ --cloudinary-api-secret string Cloudinary API Secret
180
+ --cloudinary-cloud-name string Cloudinary Environment Name
181
+ --cloudinary-description string Description of the remote
182
+ --cloudinary-encoding Encoding The encoding for the backend (default Slash,LtGt,DoubleQuote,Question,Asterisk,Pipe,Hash,Percent,BackSlash,Del,Ctl,RightSpace,InvalidUtf8,Dot)
183
+ --cloudinary-eventually-consistent-delay Duration Wait N seconds for eventual consistency of the databases that support the backend operation (default 0s)
184
+ --cloudinary-media-extensions stringArray Cloudinary supported media extensions (default 3ds,3g2,3gp,ai,arw,avi,avif,bmp,bw,cr2,cr3,djvu,dng,eps3,fbx,flif,flv,gif,glb,gltf,hdp,heic,heif,ico,indd,jp2,jpe,jpeg,jpg,jxl,jxr,m2ts,mov,mp4,mpeg,mts,mxf,obj,ogv,pdf,ply,png,psd,svg,tga,tif,tiff,ts,u3ma,usdz,wdp,webm,webp,wmv)
185
+ --cloudinary-upload-prefix string Specify the API endpoint for environments out of the US
186
+ --cloudinary-upload-preset string Upload Preset to select asset manipulation on upload
187
+ --color AUTO|NEVER|ALWAYS When to show colors (and other ANSI codes) AUTO|NEVER|ALWAYS (default AUTO)
188
+ --combine-description string Description of the remote
189
+ --combine-upstreams SpaceSepList Upstreams for combining
190
+ --compare-dest stringArray Include additional server-side paths during comparison
191
+ --compress-description string Description of the remote
192
+ --compress-level string GZIP (levels -2 to 9):
193
+ --compress-mode string Compression mode (default "gzip")
194
+ --compress-ram-cache-limit SizeSuffix Some remotes don't allow the upload of files with unknown size (default 20Mi)
195
+ --compress-remote string Remote to compress
196
+ --config string Config file (default "$HOME/.config/rclone/rclone.conf")
197
+ --contimeout Duration Connect timeout (default 1m0s)
198
+ --copy-dest stringArray Implies --compare-dest but also copies files from paths into destination
199
+ -L, --copy-links Follow symlinks and copy the pointed to item
200
+ --cpuprofile string Write cpu profile to file
201
+ --crypt-description string Description of the remote
202
+ --crypt-directory-name-encryption Option to either encrypt directory names or leave them intact (default true)
203
+ --crypt-filename-encoding string How to encode the encrypted filename to text string (default "base32")
204
+ --crypt-filename-encryption string How to encrypt the filenames (default "standard")
205
+ --crypt-no-data-encryption Option to either encrypt file data or leave it unencrypted
206
+ --crypt-pass-bad-blocks If set this will pass bad blocks through as all 0
207
+ --crypt-password string Password or pass phrase for encryption (obscured)
208
+ --crypt-password2 string Password or pass phrase for salt (obscured)
209
+ --crypt-remote string Remote to encrypt/decrypt
210
+ --crypt-server-side-across-configs Deprecated: use --server-side-across-configs instead
211
+ --crypt-show-mapping For all files listed show how the names encrypt
212
+ --crypt-strict-names If set, this will raise an error when crypt comes across a filename that can't be decrypted
213
+ --crypt-suffix string If this is set it will override the default suffix of ".bin" (default ".bin")
214
+ --cutoff-mode HARD|SOFT|CAUTIOUS Mode to stop transfers when reaching the max transfer limit HARD|SOFT|CAUTIOUS (default HARD)
215
+ --default-time Time Time to show if modtime is unknown for files and directories (default 2000-01-01T00:00:00Z)
216
+ --delete-after When synchronizing, delete files on destination after transferring (default)
217
+ --delete-before When synchronizing, delete files on destination before transferring
218
+ --delete-during When synchronizing, delete files during transfer
219
+ --delete-excluded Delete files on dest excluded from sync
220
+ --disable string Disable a comma separated list of features (use --disable help to see a list)
221
+ --disable-http-keep-alives Disable HTTP keep-alives and use each connection once
222
+ --disable-http2 Disable HTTP/2 in the global transport
223
+ --doi-description string Description of the remote
224
+ --doi-doi string The DOI or the doi.org URL
225
+ --doi-doi-resolver-api-url string The URL of the DOI resolver API to use
226
+ --doi-provider string DOI provider
227
+ --drime-access-token string API Access token
228
+ --drime-chunk-size SizeSuffix Chunk size to use for uploading (default 5Mi)
229
+ --drime-description string Description of the remote
230
+ --drime-encoding Encoding The encoding for the backend (default Slash,BackSlash,Del,Ctl,LeftSpace,RightSpace,InvalidUtf8,Dot)
231
+ --drime-hard-delete Delete files permanently rather than putting them into the trash
232
+ --drime-list-chunk int Number of items to list in each call (default 1000)
233
+ --drime-root-folder-id string ID of the root folder
234
+ --drime-upload-concurrency int Concurrency for multipart uploads and copies (default 4)
235
+ --drime-upload-cutoff SizeSuffix Cutoff for switching to chunked upload (default 200Mi)
236
+ --drime-workspace-id string Account ID
237
+ --drive-acknowledge-abuse Set to allow files which return cannotDownloadAbusiveFile to be downloaded
238
+ --drive-allow-import-name-change Allow the filetype to change when uploading Google docs
239
+ --drive-auth-owner-only Only consider files owned by the authenticated user
240
+ --drive-auth-url string Auth server URL
241
+ --drive-chunk-size SizeSuffix Upload chunk size (default 8Mi)
242
+ --drive-client-credentials Use client credentials OAuth flow
243
+ --drive-client-id string Google Application Client Id
244
+ --drive-client-secret string OAuth Client Secret
245
+ --drive-copy-shortcut-content Server side copy contents of shortcuts instead of the shortcut
246
+ --drive-description string Description of the remote
247
+ --drive-disable-http2 Disable drive using http2 (default true)
248
+ --drive-encoding Encoding The encoding for the backend (default InvalidUtf8)
249
+ --drive-env-auth Get IAM credentials from runtime (environment variables or instance meta data if no env vars)
250
+ --drive-export-formats string Comma separated list of preferred formats for downloading Google docs (default "docx,xlsx,pptx,svg")
251
+ --drive-fast-list-bug-fix Work around a bug in Google Drive listing (default true)
252
+ --drive-formats string Deprecated: See export_formats
253
+ --drive-impersonate string Impersonate this user when using a service account
254
+ --drive-import-formats string Comma separated list of preferred formats for uploading Google docs
255
+ --drive-keep-revision-forever Keep new head revision of each file forever
256
+ --drive-list-chunk int Size of listing chunk 100-1000, 0 to disable (default 1000)
257
+ --drive-metadata-enforce-expansive-access Whether the request should enforce expansive access rules
258
+ --drive-metadata-labels Bits Control whether labels should be read or written in metadata (default off)
259
+ --drive-metadata-owner Bits Control whether owner should be read or written in metadata (default read)
260
+ --drive-metadata-permissions Bits Control whether permissions should be read or written in metadata (default off)
261
+ --drive-pacer-burst int Number of API calls to allow without sleeping (default 100)
262
+ --drive-pacer-min-sleep Duration Minimum time to sleep between API calls (default 100ms)
263
+ --drive-resource-key string Resource key for accessing a link-shared file
264
+ --drive-root-folder-id string ID of the root folder
265
+ --drive-scope string Comma separated list of scopes that rclone should use when requesting access from drive
266
+ --drive-server-side-across-configs Deprecated: use --server-side-across-configs instead
267
+ --drive-service-account-credentials string Service Account Credentials JSON blob
268
+ --drive-service-account-file string Service Account Credentials JSON file path
269
+ --drive-shared-with-me Only show files that are shared with me
270
+ --drive-show-all-gdocs Show all Google Docs including non-exportable ones in listings
271
+ --drive-size-as-quota Show sizes as storage quota usage, not actual size
272
+ --drive-skip-checksum-gphotos Skip checksums on Google photos and videos only
273
+ --drive-skip-dangling-shortcuts If set skip dangling shortcut files
274
+ --drive-skip-gdocs Skip google documents in all listings
275
+ --drive-skip-shortcuts If set skip shortcut files
276
+ --drive-starred-only Only show files that are starred
277
+ --drive-stop-on-download-limit Make download limit errors be fatal
278
+ --drive-stop-on-upload-limit Make upload limit errors be fatal
279
+ --drive-team-drive string ID of the Shared Drive (Team Drive)
280
+ --drive-token string OAuth Access Token as a JSON blob
281
+ --drive-token-url string Token server url
282
+ --drive-trashed-only Only show files that are in the trash
283
+ --drive-upload-cutoff SizeSuffix Cutoff for switching to chunked upload (default 8Mi)
284
+ --drive-use-created-date Use file created date instead of modified date
285
+ --drive-use-shared-date Use date file was shared instead of modified date
286
+ --drive-use-trash Send files to the trash instead of deleting permanently (default true)
287
+ --drive-v2-download-min-size SizeSuffix If Object's are greater, use drive v2 API to download (default off)
288
+ --dropbox-auth-url string Auth server URL
289
+ --dropbox-batch-mode string Upload file batching sync|async|off (default "sync")
290
+ --dropbox-batch-size int Max number of files in upload batch
291
+ --dropbox-batch-timeout Duration Max time to allow an idle upload batch before uploading (default 0s)
292
+ --dropbox-chunk-size SizeSuffix Upload chunk size (< 150Mi) (default 48Mi)
293
+ --dropbox-client-credentials Use client credentials OAuth flow
294
+ --dropbox-client-id string OAuth Client Id
295
+ --dropbox-client-secret string OAuth Client Secret
296
+ --dropbox-description string Description of the remote
297
+ --dropbox-encoding Encoding The encoding for the backend (default Slash,BackSlash,Del,RightSpace,InvalidUtf8,Dot)
298
+ --dropbox-export-formats CommaSepList Comma separated list of preferred formats for exporting files (default html,md)
299
+ --dropbox-impersonate string Impersonate this user when using a business account
300
+ --dropbox-pacer-min-sleep Duration Minimum time to sleep between API calls (default 10ms)
301
+ --dropbox-root-namespace string Specify a different Dropbox namespace ID to use as the root for all paths
302
+ --dropbox-shared-files Instructs rclone to work on individual shared files
303
+ --dropbox-shared-folders Instructs rclone to work on shared folders
304
+ --dropbox-show-all-exports Show all exportable files in listings
305
+ --dropbox-skip-exports Skip exportable files in all listings
306
+ --dropbox-token string OAuth Access Token as a JSON blob
307
+ --dropbox-token-url string Token server url
308
+ -n, --dry-run Do a trial run with no permanent changes
309
+ --dscp string Set DSCP value to connections, value or name, e.g. CS1, LE, DF, AF21
310
+ --dump DumpFlags List of items to dump from: headers, bodies, requests, responses, auth, filters, goroutines, openfiles, mapper
311
+ --dump-bodies Dump HTTP headers and bodies - may contain sensitive info
312
+ --dump-headers Dump HTTP headers - may contain sensitive info
313
+ --error-on-no-transfer Sets exit code 9 if no files are transferred, useful in scripts
314
+ --exclude stringArray Exclude files matching pattern
315
+ --exclude-from stringArray Read file exclude patterns from file (use - to read from stdin)
316
+ --exclude-if-present stringArray Exclude directories if filename is present
317
+ --expect-continue-timeout Duration Timeout when using expect / 100-continue in HTTP (default 1s)
318
+ --fast-list Use recursive list if available; uses more memory but fewer transactions
319
+ --fichier-api-key string Your API Key, get it from https://1fichier.com/console/params.pl
320
+ --fichier-cdn Set if you wish to use CDN download links
321
+ --fichier-description string Description of the remote
322
+ --fichier-encoding Encoding The encoding for the backend (default Slash,LtGt,DoubleQuote,SingleQuote,BackQuote,Dollar,BackSlash,Del,Ctl,LeftSpace,RightSpace,InvalidUtf8,Dot)
323
+ --fichier-file-password string If you want to download a shared file that is password protected, add this parameter (obscured)
324
+ --fichier-folder-password string If you want to list the files in a shared folder that is password protected, add this parameter (obscured)
325
+ --fichier-shared-folder string If you want to download a shared folder, add this parameter
326
+ --filefabric-description string Description of the remote
327
+ --filefabric-encoding Encoding The encoding for the backend (default Slash,Del,Ctl,InvalidUtf8,Dot)
328
+ --filefabric-permanent-token string Permanent Authentication Token
329
+ --filefabric-root-folder-id string ID of the root folder
330
+ --filefabric-token string Session Token
331
+ --filefabric-token-expiry string Token expiry time
332
+ --filefabric-url string URL of the Enterprise File Fabric to connect to
333
+ --filefabric-version string Version read from the file fabric
334
+ --filelu-description string Description of the remote
335
+ --filelu-encoding Encoding The encoding for the backend (default Slash,LtGt,DoubleQuote,SingleQuote,BackQuote,Dollar,Colon,Question,Asterisk,Pipe,Hash,Percent,BackSlash,CrLf,Del,Ctl,LeftSpace,LeftPeriod,LeftTilde,LeftCrLfHtVt,RightSpace,RightPeriod,RightCrLfHtVt,InvalidUtf8,Dot,SquareBracket,Semicolon,Exclamation)
336
+ --filelu-key string Your FileLu Rclone key from My Account
337
+ --filen-api-key string API Key for your Filen account (obscured)
338
+ --filen-auth-version string Authentication Version (internal use only)
339
+ --filen-base-folder-uuid string UUID of Account Root Directory (internal use only)
340
+ --filen-description string Description of the remote
341
+ --filen-email string Email of your Filen account
342
+ --filen-encoding Encoding The encoding for the backend (default Slash,Del,Ctl,InvalidUtf8,Dot)
343
+ --filen-master-keys string Master Keys (internal use only)
344
+ --filen-password string Password of your Filen account (obscured)
345
+ --filen-private-key string Private RSA Key (internal use only)
346
+ --filen-public-key string Public RSA Key (internal use only)
347
+ --filen-upload-concurrency int Concurrency for chunked uploads (default 16)
348
+ --files-from stringArray Read list of source-file names from file (use - to read from stdin)
349
+ --files-from-raw stringArray Read list of source-file names from file without any processing of lines (use - to read from stdin)
350
+ --filescom-api-key string The API key used to authenticate with Files.com
351
+ --filescom-description string Description of the remote
352
+ --filescom-encoding Encoding The encoding for the backend (default Slash,BackSlash,Del,Ctl,RightSpace,RightCrLfHtVt,InvalidUtf8,Dot)
353
+ --filescom-password string The password used to authenticate with Files.com (obscured)
354
+ --filescom-site string Your site subdomain (e.g. mysite) or custom domain (e.g. myfiles.customdomain.com)
355
+ --filescom-username string The username used to authenticate with Files.com
356
+ -f, --filter stringArray Add a file filtering rule
357
+ --filter-from stringArray Read file filtering patterns from a file (use - to read from stdin)
358
+ --fix-case Force rename of case insensitive dest to match source
359
+ --fs-cache-expire-duration Duration Cache remotes for this long (0 to disable caching) (default 5m0s)
360
+ --fs-cache-expire-interval Duration Interval to check for expired remotes (default 1m0s)
361
+ --ftp-allow-insecure-tls-ciphers Allow insecure TLS ciphers
362
+ --ftp-ask-password Allow asking for FTP password when needed
363
+ --ftp-close-timeout Duration Maximum time to wait for a response to close (default 1m0s)
364
+ --ftp-concurrency int Maximum number of FTP simultaneous connections, 0 for unlimited
365
+ --ftp-description string Description of the remote
366
+ --ftp-disable-epsv Disable using EPSV even if server advertises support
367
+ --ftp-disable-mlsd Disable using MLSD even if server advertises support
368
+ --ftp-disable-tls13 Disable TLS 1.3 (workaround for FTP servers with buggy TLS)
369
+ --ftp-disable-utf8 Disable using UTF-8 even if server advertises support
370
+ --ftp-encoding Encoding The encoding for the backend (default Slash,Del,Ctl,RightSpace,Dot)
371
+ --ftp-explicit-tls Use Explicit FTPS (FTP over TLS)
372
+ --ftp-force-list-hidden Use LIST -a to force listing of hidden files and folders. This will disable the use of MLSD
373
+ --ftp-host string FTP host to connect to
374
+ --ftp-http-proxy string URL for HTTP CONNECT proxy
375
+ --ftp-idle-timeout Duration Max time before closing idle connections (default 1m0s)
376
+ --ftp-no-check-certificate Do not verify the TLS certificate of the server
377
+ --ftp-no-check-upload Don't check the upload is OK
378
+ --ftp-pass string FTP password (obscured)
379
+ --ftp-port int FTP port number (default 21)
380
+ --ftp-shut-timeout Duration Maximum time to wait for data connection closing status (default 1m0s)
381
+ --ftp-socks-proxy string Socks 5 proxy host
382
+ --ftp-tls Use Implicit FTPS (FTP over TLS)
383
+ --ftp-tls-cache-size int Size of TLS session cache for all control and data connections (default 32)
384
+ --ftp-user string FTP username (default "$USER")
385
+ --ftp-writing-mdtm Use MDTM to set modification time (VsFtpd quirk)
386
+ --gcs-access-token string Short-lived access token
387
+ --gcs-anonymous Access public buckets and objects without credentials
388
+ --gcs-auth-url string Auth server URL
389
+ --gcs-bucket-acl string Access Control List for new buckets
390
+ --gcs-bucket-policy-only Access checks should use bucket-level IAM policies
391
+ --gcs-client-credentials Use client credentials OAuth flow
392
+ --gcs-client-id string OAuth Client Id
393
+ --gcs-client-secret string OAuth Client Secret
394
+ --gcs-decompress If set this will decompress gzip encoded objects
395
+ --gcs-description string Description of the remote
396
+ --gcs-directory-markers Upload an empty object with a trailing slash when a new directory is created
397
+ --gcs-encoding Encoding The encoding for the backend (default Slash,CrLf,InvalidUtf8,Dot)
398
+ --gcs-endpoint string Custom endpoint for the storage API. Leave blank to use the provider default
399
+ --gcs-env-auth Get GCP IAM credentials from runtime (environment variables or instance meta data if no env vars)
400
+ --gcs-location string Location for the newly created buckets
401
+ --gcs-no-check-bucket If set, don't attempt to check the bucket exists or create it
402
+ --gcs-object-acl string Access Control List for new objects
403
+ --gcs-project-number string Project number
404
+ --gcs-service-account-file string Service Account Credentials JSON file path
405
+ --gcs-storage-class string The storage class to use when storing objects in Google Cloud Storage
406
+ --gcs-token string OAuth Access Token as a JSON blob
407
+ --gcs-token-url string Token server url
408
+ --gcs-user-project string User project
409
+ --gofile-access-token string API Access token
410
+ --gofile-account-id string Account ID
411
+ --gofile-description string Description of the remote
412
+ --gofile-encoding Encoding The encoding for the backend (default Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,BackSlash,Del,Ctl,LeftPeriod,RightPeriod,InvalidUtf8,Dot,Exclamation)
413
+ --gofile-list-chunk int Number of items to list in each call (default 1000)
414
+ --gofile-root-folder-id string ID of the root folder
415
+ --gphotos-auth-url string Auth server URL
416
+ --gphotos-batch-mode string Upload file batching sync|async|off (default "sync")
417
+ --gphotos-batch-size int Max number of files in upload batch
418
+ --gphotos-batch-timeout Duration Max time to allow an idle upload batch before uploading (default 0s)
419
+ --gphotos-client-credentials Use client credentials OAuth flow
420
+ --gphotos-client-id string OAuth Client Id
421
+ --gphotos-client-secret string OAuth Client Secret
422
+ --gphotos-description string Description of the remote
423
+ --gphotos-encoding Encoding The encoding for the backend (default Slash,CrLf,InvalidUtf8,Dot)
424
+ --gphotos-include-archived Also view and download archived media
425
+ --gphotos-proxy string Use the gphotosdl proxy for downloading the full resolution images
426
+ --gphotos-read-only Set to make the Google Photos backend read only
427
+ --gphotos-read-size Set to read the size of media items
428
+ --gphotos-start-year int Year limits the photos to be downloaded to those which are uploaded after the given year (default 2000)
429
+ --gphotos-token string OAuth Access Token as a JSON blob
430
+ --gphotos-token-url string Token server url
431
+ --hash-filter string Partition filenames by hash k/n or randomly @/n
432
+ --hasher-auto-size SizeSuffix Auto-update checksum for files smaller than this size (disabled by default)
433
+ --hasher-description string Description of the remote
434
+ --hasher-hashes CommaSepList Comma separated list of supported checksum types (default md5,sha1)
435
+ --hasher-max-age Duration Maximum time to keep checksums in cache (0 = no cache, off = cache forever) (default off)
436
+ --hasher-remote string Remote to cache checksums for (e.g. myRemote:path)
437
+ --hdfs-data-transfer-protection string Kerberos data transfer protection: authentication|integrity|privacy
438
+ --hdfs-description string Description of the remote
439
+ --hdfs-encoding Encoding The encoding for the backend (default Slash,Colon,Del,Ctl,InvalidUtf8,Dot)
440
+ --hdfs-namenode CommaSepList Hadoop name nodes and ports
441
+ --hdfs-service-principal-name string Kerberos service principal name for the namenode
442
+ --hdfs-username string Hadoop user name
443
+ --header stringArray Set HTTP header for all transactions
444
+ --header-download stringArray Set HTTP header for download transactions
445
+ --header-upload stringArray Set HTTP header for upload transactions
446
+ -h, --help help for rclone
447
+ --hidrive-auth-url string Auth server URL
448
+ --hidrive-chunk-size SizeSuffix Chunksize for chunked uploads (default 48Mi)
449
+ --hidrive-client-credentials Use client credentials OAuth flow
450
+ --hidrive-client-id string OAuth Client Id
451
+ --hidrive-client-secret string OAuth Client Secret
452
+ --hidrive-description string Description of the remote
453
+ --hidrive-disable-fetching-member-count Do not fetch number of objects in directories unless it is absolutely necessary
454
+ --hidrive-encoding Encoding The encoding for the backend (default Slash,Dot)
455
+ --hidrive-endpoint string Endpoint for the service (default "https://api.hidrive.strato.com/2.1")
456
+ --hidrive-root-prefix string The root/parent folder for all paths (default "/")
457
+ --hidrive-scope-access string Access permissions that rclone should use when requesting access from HiDrive (default "rw")
458
+ --hidrive-scope-role string User-level that rclone should use when requesting access from HiDrive (default "user")
459
+ --hidrive-token string OAuth Access Token as a JSON blob
460
+ --hidrive-token-url string Token server url
461
+ --hidrive-upload-concurrency int Concurrency for chunked uploads (default 4)
462
+ --hidrive-upload-cutoff SizeSuffix Cutoff/Threshold for chunked uploads (default 96Mi)
463
+ --http-description string Description of the remote
464
+ --http-headers CommaSepList Set HTTP headers for all transactions
465
+ --http-no-escape Do not escape URL metacharacters in path names
466
+ --http-no-head Don't use HEAD requests
467
+ --http-no-slash Set this if the site doesn't end directories with /
468
+ --http-proxy string HTTP proxy URL
469
+ --http-url string URL of HTTP host to connect to
470
+ --human-readable Print numbers in a human-readable format, sizes with suffix Ki|Mi|Gi|Ti|Pi
471
+ --iclouddrive-apple-id string Apple ID
472
+ --iclouddrive-client-id string Client id (default "d39ba9916b7251055b22c7f910e2ea796ee65e98b2ddecea8f5dde8d9d1a815d")
473
+ --iclouddrive-description string Description of the remote
474
+ --iclouddrive-encoding Encoding The encoding for the backend (default Slash,BackSlash,Del,Ctl,InvalidUtf8,Dot)
475
+ --iclouddrive-password string Password (obscured)
476
+ --ignore-case Ignore case in filters (case insensitive)
477
+ --ignore-case-sync Ignore case when synchronizing
478
+ --ignore-checksum Skip post copy check of checksums
479
+ --ignore-errors Delete even if there are I/O errors
480
+ --ignore-existing Skip all files that exist on destination
481
+ --ignore-size Ignore size when skipping use modtime or checksum
482
+ -I, --ignore-times Don't skip items that match size and time - transfer all unconditionally
483
+ --imagekit-description string Description of the remote
484
+ --imagekit-encoding Encoding The encoding for the backend (default Slash,LtGt,DoubleQuote,Dollar,Question,Hash,Percent,BackSlash,Del,Ctl,InvalidUtf8,Dot,SquareBracket)
485
+ --imagekit-endpoint string You can find your ImageKit.io URL endpoint in your [dashboard](https://imagekit.io/dashboard/developer/api-keys)
486
+ --imagekit-only-signed Restrict unsigned image URLs If you have configured Restrict unsigned image URLs in your dashboard settings, set this to true
487
+ --imagekit-private-key string You can find your ImageKit.io private key in your [dashboard](https://imagekit.io/dashboard/developer/api-keys)
488
+ --imagekit-public-key string You can find your ImageKit.io public key in your [dashboard](https://imagekit.io/dashboard/developer/api-keys)
489
+ --imagekit-upload-tags string Tags to add to the uploaded files, e.g. "tag1,tag2"
490
+ --imagekit-versions Include old versions in directory listings
491
+ --immutable Do not modify files, fail if existing files have been modified
492
+ --include stringArray Include files matching pattern
493
+ --include-from stringArray Read file include patterns from file (use - to read from stdin)
494
+ --inplace Download directly to destination file instead of atomic download to temp/rename
495
+ -i, --interactive Enable interactive mode
496
+ --internetarchive-access-key-id string IAS3 Access Key
497
+ --internetarchive-description string Description of the remote
498
+ --internetarchive-disable-checksum Don't ask the server to test against MD5 checksum calculated by rclone (default true)
499
+ --internetarchive-encoding Encoding The encoding for the backend (default Slash,LtGt,CrLf,Del,Ctl,InvalidUtf8,Dot)
500
+ --internetarchive-endpoint string IAS3 Endpoint (default "https://s3.us.archive.org")
501
+ --internetarchive-front-endpoint string Host of InternetArchive Frontend (default "https://archive.org")
502
+ --internetarchive-item-derive Whether to trigger derive on the IA item or not. If set to false, the item will not be derived by IA upon upload (default true)
503
+ --internetarchive-item-metadata stringArray Metadata to be set on the IA item, this is different from file-level metadata that can be set using --metadata-set
504
+ --internetarchive-secret-access-key string IAS3 Secret Key (password)
505
+ --internetarchive-wait-archive Duration Timeout for waiting the server's processing tasks (specifically archive and book_op) to finish (default 0s)
506
+ --internxt-description string Description of the remote
507
+ --internxt-email string Email of your Internxt account
508
+ --internxt-encoding Encoding The encoding for the backend (default Slash,BackSlash,CrLf,RightPeriod,InvalidUtf8,Dot)
509
+ --internxt-pass string Password (obscured)
510
+ --internxt-skip-hash-validation Skip hash validation when downloading files (default true)
511
+ --jottacloud-auth-url string Auth server URL
512
+ --jottacloud-client-credentials Use client credentials OAuth flow
513
+ --jottacloud-client-id string OAuth Client Id
514
+ --jottacloud-client-secret string OAuth Client Secret
515
+ --jottacloud-description string Description of the remote
516
+ --jottacloud-encoding Encoding The encoding for the backend (default Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,Del,Ctl,InvalidUtf8,Dot)
517
+ --jottacloud-hard-delete Delete files permanently rather than putting them into the trash
518
+ --jottacloud-md5-memory-limit SizeSuffix Files bigger than this will be cached on disk to calculate the MD5 if required (default 10Mi)
519
+ --jottacloud-no-versions Avoid server side versioning by deleting files and recreating files instead of overwriting them
520
+ --jottacloud-token string OAuth Access Token as a JSON blob
521
+ --jottacloud-token-url string Token server url
522
+ --jottacloud-trashed-only Only show files that are in the trash
523
+ --jottacloud-upload-resume-limit SizeSuffix Files bigger than this can be resumed if the upload fail's (default 10Mi)
524
+ --koofr-description string Description of the remote
525
+ --koofr-encoding Encoding The encoding for the backend (default Slash,BackSlash,Del,Ctl,InvalidUtf8,Dot)
526
+ --koofr-endpoint string The Koofr API endpoint to use
527
+ --koofr-mountid string Mount ID of the mount to use
528
+ --koofr-password string Your password for rclone generate one at https://app.koofr.net/app/admin/preferences/password (obscured)
529
+ --koofr-provider string Choose your storage provider
530
+ --koofr-setmtime Does the backend support setting modification time (default true)
531
+ --koofr-user string Your user name
532
+ --kv-lock-time Duration Maximum time to keep key-value database locked by process (default 1s)
533
+ --linkbox-description string Description of the remote
534
+ --linkbox-token string Token from https://www.linkbox.to/admin/account
535
+ -l, --links Translate symlinks to/from regular files with a '.rclonelink' extension
536
+ --list-cutoff int To save memory, sort directory listings on disk above this threshold (default 1000000)
537
+ --local-case-insensitive Force the filesystem to report itself as case insensitive
538
+ --local-case-sensitive Force the filesystem to report itself as case sensitive
539
+ --local-description string Description of the remote
540
+ --local-encoding Encoding The encoding for the backend (default Slash,Dot)
541
+ --local-hashes CommaSepList Comma separated list of supported checksum types
542
+ --local-links Translate symlinks to/from regular files with a '.rclonelink' extension for the local backend
543
+ --local-no-check-updated Don't check to see if the files change during upload
544
+ --local-no-clone Disable reflink cloning for server-side copies
545
+ --local-no-preallocate Disable preallocation of disk space for transferred files
546
+ --local-no-set-modtime Disable setting modtime
547
+ --local-no-sparse Disable sparse files for multi-thread downloads
548
+ --local-nounc Disable UNC (long path names) conversion on Windows
549
+ --local-time-type mtime|atime|btime|ctime Set what kind of time is returned (default mtime)
550
+ --local-unicode-normalization Apply unicode NFC normalization to paths and filenames
551
+ --local-zero-size-links Assume the Stat size of links is zero (and read them instead) (deprecated)
552
+ --log-file string Log everything to this file
553
+ --log-file-compress If set, compress rotated log files using gzip
554
+ --log-file-max-age Duration Maximum duration to retain old log files (eg "7d") (default 0s)
555
+ --log-file-max-backups int Maximum number of old log files to retain
556
+ --log-file-max-size SizeSuffix Maximum size of the log file before it's rotated (eg "10M") (default off)
557
+ --log-format Bits Comma separated list of log format options (default date,time)
558
+ --log-level LogLevel Log level DEBUG|INFO|NOTICE|ERROR (default NOTICE)
559
+ --log-systemd Activate systemd integration for the logger
560
+ --low-level-retries int Number of low level retries to do (default 10)
561
+ --mailru-auth-url string Auth server URL
562
+ --mailru-check-hash What should copy do if file checksum is mismatched or invalid (default true)
563
+ --mailru-client-credentials Use client credentials OAuth flow
564
+ --mailru-client-id string OAuth Client Id
565
+ --mailru-client-secret string OAuth Client Secret
566
+ --mailru-description string Description of the remote
567
+ --mailru-encoding Encoding The encoding for the backend (default Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,BackSlash,Del,Ctl,InvalidUtf8,Dot)
568
+ --mailru-pass string Password (obscured)
569
+ --mailru-speedup-enable Skip full upload if there is another file with same data hash (default true)
570
+ --mailru-speedup-file-patterns string Comma separated list of file name patterns eligible for speedup (put by hash) (default "*.mkv,*.avi,*.mp4,*.mp3,*.zip,*.gz,*.rar,*.pdf")
571
+ --mailru-speedup-max-disk SizeSuffix This option allows you to disable speedup (put by hash) for large files (default 3Gi)
572
+ --mailru-speedup-max-memory SizeSuffix Files larger than the size given below will always be hashed on disk (default 32Mi)
573
+ --mailru-token string OAuth Access Token as a JSON blob
574
+ --mailru-token-url string Token server url
575
+ --mailru-user string User name (usually email)
576
+ --max-age Duration Only transfer files younger than this in s or suffix ms|s|m|h|d|w|M|y (default off)
577
+ --max-backlog int Maximum number of objects in sync or check backlog (default 10000)
578
+ --max-buffer-memory SizeSuffix If set, don't allocate more than this amount of memory as buffers (default off)
579
+ --max-connections int Maximum number of simultaneous backend API connections, 0 for unlimited
580
+ --max-delete int When synchronizing, limit the number of deletes (default -1)
581
+ --max-delete-size SizeSuffix When synchronizing, limit the total size of deletes (default off)
582
+ --max-depth int If set limits the recursion depth to this (default -1)
583
+ --max-duration Duration Maximum duration rclone will transfer data for (default 0s)
584
+ --max-size SizeSuffix Only transfer files smaller than this in KiB or suffix B|K|M|G|T|P (default off)
585
+ --max-stats-groups int Maximum number of stats groups to keep in memory, on max oldest is discarded (default 1000)
586
+ --max-transfer SizeSuffix Maximum size of data to transfer (default off)
587
+ --mega-2fa string The 2FA code of your MEGA account if the account is set up with one
588
+ --mega-debug Output more debug from Mega
589
+ --mega-description string Description of the remote
590
+ --mega-encoding Encoding The encoding for the backend (default Slash,InvalidUtf8,Dot)
591
+ --mega-hard-delete Delete files permanently rather than putting them into the trash
592
+ --mega-pass string Password (obscured)
593
+ --mega-use-https Use HTTPS for transfers
594
+ --mega-user string User name
595
+ --memory-description string Description of the remote
596
+ --memory-discard If set all writes will be discarded and reads will return an error
597
+ --memprofile string Write memory profile to file
598
+ -M, --metadata If set, preserve metadata when copying objects
599
+ --metadata-exclude stringArray Exclude metadatas matching pattern
600
+ --metadata-exclude-from stringArray Read metadata exclude patterns from file (use - to read from stdin)
601
+ --metadata-filter stringArray Add a metadata filtering rule
602
+ --metadata-filter-from stringArray Read metadata filtering patterns from a file (use - to read from stdin)
603
+ --metadata-include stringArray Include metadatas matching pattern
604
+ --metadata-include-from stringArray Read metadata include patterns from file (use - to read from stdin)
605
+ --metadata-mapper SpaceSepList Program to run to transforming metadata before upload
606
+ --metadata-set stringArray Add metadata key=value when uploading
607
+ --metrics-addr stringArray IPaddress:Port or :Port to bind metrics server to
608
+ --metrics-allow-origin string Origin which cross-domain request (CORS) can be executed from
609
+ --metrics-baseurl string Prefix for URLs - leave blank for root
610
+ --metrics-cert string TLS PEM key (concatenation of certificate and CA certificate)
611
+ --metrics-client-ca string Client certificate authority to verify clients with
612
+ --metrics-htpasswd string A htpasswd file - if not provided no authentication is done
613
+ --metrics-key string TLS PEM Private key
614
+ --metrics-max-header-bytes int Maximum size of request header (default 4096)
615
+ --metrics-min-tls-version string Minimum TLS version that is acceptable (default "tls1.0")
616
+ --metrics-pass string Password for authentication
617
+ --metrics-realm string Realm for authentication
618
+ --metrics-salt string Password hashing salt (default "dlPL2MqE")
619
+ --metrics-server-read-timeout Duration Timeout for server reading data (default 1h0m0s)
620
+ --metrics-server-write-timeout Duration Timeout for server writing data (default 1h0m0s)
621
+ --metrics-template string User-specified template
622
+ --metrics-user string User name for authentication
623
+ --metrics-user-from-header string User name from a defined HTTP header
624
+ --min-age Duration Only transfer files older than this in s or suffix ms|s|m|h|d|w|M|y (default off)
625
+ --min-size SizeSuffix Only transfer files bigger than this in KiB or suffix B|K|M|G|T|P (default off)
626
+ --modify-window Duration Max time diff to be considered the same (default 1ns)
627
+ --multi-thread-chunk-size SizeSuffix Chunk size for multi-thread downloads / uploads, if not set by filesystem (default 64Mi)
628
+ --multi-thread-cutoff SizeSuffix Use multi-thread downloads for files above this size (default 256Mi)
629
+ --multi-thread-streams int Number of streams to use for multi-thread downloads (default 4)
630
+ --multi-thread-write-buffer-size SizeSuffix In memory buffer size for writing when in multi-thread mode (default 128Ki)
631
+ --name-transform stringArray Transform paths during the copy process
632
+ --netstorage-account string Set the NetStorage account name
633
+ --netstorage-description string Description of the remote
634
+ --netstorage-host string Domain+path of NetStorage host to connect to
635
+ --netstorage-protocol string Select between HTTP or HTTPS protocol (default "https")
636
+ --netstorage-secret string Set the NetStorage account secret/G2O key for authentication (obscured)
637
+ --no-check-certificate Do not verify the server SSL certificate (insecure)
638
+ --no-check-dest Don't check the destination, copy regardless
639
+ --no-console Hide console window (supported on Windows only)
640
+ --no-gzip-encoding Don't set Accept-Encoding: gzip
641
+ --no-traverse Don't traverse destination file system on copy
642
+ --no-unicode-normalization Don't normalize unicode characters in filenames
643
+ --no-update-dir-modtime Don't update directory modification times
644
+ --no-update-modtime Don't update destination modtime if files identical
645
+ -x, --one-file-system Don't cross filesystem boundaries (unix/macOS only)
646
+ --onedrive-access-scopes SpaceSepList Set scopes to be requested by rclone (default Files.Read Files.ReadWrite Files.Read.All Files.ReadWrite.All Sites.Read.All offline_access)
647
+ --onedrive-auth-url string Auth server URL
648
+ --onedrive-av-override Allows download of files the server thinks has a virus
649
+ --onedrive-chunk-size SizeSuffix Chunk size to upload files with - must be multiple of 320k (327,680 bytes) (default 10Mi)
650
+ --onedrive-client-credentials Use client credentials OAuth flow
651
+ --onedrive-client-id string OAuth Client Id
652
+ --onedrive-client-secret string OAuth Client Secret
653
+ --onedrive-delta If set rclone will use delta listing to implement recursive listings
654
+ --onedrive-description string Description of the remote
655
+ --onedrive-drive-id string The ID of the drive to use
656
+ --onedrive-drive-type string The type of the drive (personal | business | documentLibrary)
657
+ --onedrive-encoding Encoding The encoding for the backend (default Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,BackSlash,Del,Ctl,LeftSpace,LeftTilde,RightSpace,RightPeriod,InvalidUtf8,Dot)
658
+ --onedrive-expose-onenote-files Set to make OneNote files show up in directory listings
659
+ --onedrive-hard-delete Permanently delete files on removal
660
+ --onedrive-hash-type string Specify the hash in use for the backend (default "auto")
661
+ --onedrive-link-password string Set the password for links created by the link command
662
+ --onedrive-link-scope string Set the scope of the links created by the link command (default "anonymous")
663
+ --onedrive-link-type string Set the type of the links created by the link command (default "view")
664
+ --onedrive-list-chunk int Size of listing chunk (default 1000)
665
+ --onedrive-metadata-permissions Bits Control whether permissions should be read or written in metadata (default off)
666
+ --onedrive-no-versions Remove all versions on modifying operations
667
+ --onedrive-region string Choose national cloud region for OneDrive (default "global")
668
+ --onedrive-root-folder-id string ID of the root folder
669
+ --onedrive-server-side-across-configs Deprecated: use --server-side-across-configs instead
670
+ --onedrive-tenant string ID of the service principal's tenant. Also called its directory ID
671
+ --onedrive-token string OAuth Access Token as a JSON blob
672
+ --onedrive-token-url string Token server url
673
+ --onedrive-upload-cutoff SizeSuffix Cutoff for switching to chunked upload (default off)
674
+ --oos-attempt-resume-upload If true attempt to resume previously started multipart upload for the object
675
+ --oos-chunk-size SizeSuffix Chunk size to use for uploading (default 5Mi)
676
+ --oos-compartment string Specify compartment OCID, if you need to list buckets
677
+ --oos-config-file string Path to OCI config file (default "~/.oci/config")
678
+ --oos-config-profile string Profile name inside the oci config file (default "Default")
679
+ --oos-copy-cutoff SizeSuffix Cutoff for switching to multipart copy (default 4.656Gi)
680
+ --oos-copy-timeout Duration Timeout for copy (default 1m0s)
681
+ --oos-description string Description of the remote
682
+ --oos-disable-checksum Don't store MD5 checksum with object metadata
683
+ --oos-encoding Encoding The encoding for the backend (default Slash,InvalidUtf8,Dot)
684
+ --oos-endpoint string Endpoint for Object storage API
685
+ --oos-leave-parts-on-error If true avoid calling abort upload on a failure, leaving all successfully uploaded parts for manual recovery
686
+ --oos-max-upload-parts int Maximum number of parts in a multipart upload (default 10000)
687
+ --oos-namespace string Object storage namespace
688
+ --oos-no-check-bucket If set, don't attempt to check the bucket exists or create it
689
+ --oos-provider string Choose your Auth Provider (default "env_auth")
690
+ --oos-region string Object storage Region
691
+ --oos-sse-customer-algorithm string If using SSE-C, the optional header that specifies "AES256" as the encryption algorithm
692
+ --oos-sse-customer-key string To use SSE-C, the optional header that specifies the base64-encoded 256-bit encryption key to use to
693
+ --oos-sse-customer-key-file string To use SSE-C, a file containing the base64-encoded string of the AES-256 encryption key associated
694
+ --oos-sse-customer-key-sha256 string If using SSE-C, The optional header that specifies the base64-encoded SHA256 hash of the encryption
695
+ --oos-sse-kms-key-id string if using your own master key in vault, this header specifies the
696
+ --oos-storage-tier string The storage class to use when storing new objects in storage. https://docs.oracle.com/en-us/iaas/Content/Object/Concepts/understandingstoragetiers.htm (default "Standard")
697
+ --oos-upload-concurrency int Concurrency for multipart uploads (default 10)
698
+ --oos-upload-cutoff SizeSuffix Cutoff for switching to chunked upload (default 200Mi)
699
+ --opendrive-access string Files and folders will be uploaded with this access permission (default private) (default "private")
700
+ --opendrive-chunk-size SizeSuffix Files will be uploaded in chunks this size (default 10Mi)
701
+ --opendrive-description string Description of the remote
702
+ --opendrive-encoding Encoding The encoding for the backend (default Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,BackSlash,LeftSpace,LeftCrLfHtVt,RightSpace,RightCrLfHtVt,InvalidUtf8,Dot)
703
+ --opendrive-password string Password (obscured)
704
+ --opendrive-username string Username
705
+ --order-by string Instructions on how to order the transfers, e.g. 'size,descending'
706
+ --partial-suffix string Add partial-suffix to temporary file name when --inplace is not used (default ".partial")
707
+ --password-command SpaceSepList Command for supplying password for encrypted configuration
708
+ --pcloud-auth-url string Auth server URL
709
+ --pcloud-client-credentials Use client credentials OAuth flow
710
+ --pcloud-client-id string OAuth Client Id
711
+ --pcloud-client-secret string OAuth Client Secret
712
+ --pcloud-description string Description of the remote
713
+ --pcloud-encoding Encoding The encoding for the backend (default Slash,BackSlash,Del,Ctl,InvalidUtf8,Dot)
714
+ --pcloud-hostname string Hostname to connect to (default "api.pcloud.com")
715
+ --pcloud-password string Your pcloud password (obscured)
716
+ --pcloud-root-folder-id string Fill in for rclone to use a non root folder as its starting point (default "d0")
717
+ --pcloud-token string OAuth Access Token as a JSON blob
718
+ --pcloud-token-url string Token server url
719
+ --pcloud-username string Your pcloud username
720
+ --pikpak-chunk-size SizeSuffix Chunk size for multipart uploads (default 5Mi)
721
+ --pikpak-description string Description of the remote
722
+ --pikpak-device-id string Device ID used for authorization
723
+ --pikpak-encoding Encoding The encoding for the backend (default Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,BackSlash,Ctl,LeftSpace,RightSpace,RightPeriod,InvalidUtf8,Dot)
724
+ --pikpak-hash-memory-limit SizeSuffix Files bigger than this will be cached on disk to calculate hash if required (default 10Mi)
725
+ --pikpak-no-media-link Use original file links instead of media links
726
+ --pikpak-pass string Pikpak password (obscured)
727
+ --pikpak-root-folder-id string ID of the root folder
728
+ --pikpak-trashed-only Only show files that are in the trash
729
+ --pikpak-upload-concurrency int Concurrency for multipart uploads (default 4)
730
+ --pikpak-upload-cutoff SizeSuffix Cutoff for switching to chunked upload (default 200Mi)
731
+ --pikpak-use-trash Send files to the trash instead of deleting permanently (default true)
732
+ --pikpak-user string Pikpak username
733
+ --pikpak-user-agent string HTTP user agent for pikpak (default "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:129.0) Gecko/20100101 Firefox/129.0")
734
+ --pixeldrain-api-key string API key for your pixeldrain account
735
+ --pixeldrain-api-url string The API endpoint to connect to. In the vast majority of cases it's fine to leave (default "https://pixeldrain.com/api")
736
+ --pixeldrain-description string Description of the remote
737
+ --pixeldrain-root-folder-id string Root of the filesystem to use (default "me")
738
+ --premiumizeme-auth-url string Auth server URL
739
+ --premiumizeme-client-credentials Use client credentials OAuth flow
740
+ --premiumizeme-client-id string OAuth Client Id
741
+ --premiumizeme-client-secret string OAuth Client Secret
742
+ --premiumizeme-description string Description of the remote
743
+ --premiumizeme-encoding Encoding The encoding for the backend (default Slash,DoubleQuote,BackSlash,Del,Ctl,InvalidUtf8,Dot)
744
+ --premiumizeme-token string OAuth Access Token as a JSON blob
745
+ --premiumizeme-token-url string Token server url
746
+ -P, --progress Show progress during transfer
747
+ --progress-terminal-title Show progress on the terminal title (requires -P/--progress)
748
+ --protondrive-2fa string The 2FA code
749
+ --protondrive-app-version string The app version string (default "macos-drive@1.0.0-alpha.1+rclone")
750
+ --protondrive-description string Description of the remote
751
+ --protondrive-enable-caching Caches the files and folders metadata to reduce API calls (default true)
752
+ --protondrive-encoding Encoding The encoding for the backend (default Slash,LeftSpace,RightSpace,InvalidUtf8,Dot)
753
+ --protondrive-mailbox-password string The mailbox password of your two-password proton account (obscured)
754
+ --protondrive-original-file-size Return the file size before encryption (default true)
755
+ --protondrive-otp-secret-key string The OTP secret key (obscured)
756
+ --protondrive-password string The password of your proton account (obscured)
757
+ --protondrive-replace-existing-draft Create a new revision when filename conflict is detected
758
+ --protondrive-username string The username of your proton account
759
+ --putio-auth-url string Auth server URL
760
+ --putio-client-credentials Use client credentials OAuth flow
761
+ --putio-client-id string OAuth Client Id
762
+ --putio-client-secret string OAuth Client Secret
763
+ --putio-description string Description of the remote
764
+ --putio-encoding Encoding The encoding for the backend (default Slash,BackSlash,Del,Ctl,InvalidUtf8,Dot)
765
+ --putio-token string OAuth Access Token as a JSON blob
766
+ --putio-token-url string Token server url
767
+ --qingstor-access-key-id string QingStor Access Key ID
768
+ --qingstor-chunk-size SizeSuffix Chunk size to use for uploading (default 4Mi)
769
+ --qingstor-connection-retries int Number of connection retries (default 3)
770
+ --qingstor-description string Description of the remote
771
+ --qingstor-encoding Encoding The encoding for the backend (default Slash,Ctl,InvalidUtf8)
772
+ --qingstor-endpoint string Enter an endpoint URL to connection QingStor API
773
+ --qingstor-env-auth Get QingStor credentials from runtime
774
+ --qingstor-secret-access-key string QingStor Secret Access Key (password)
775
+ --qingstor-upload-concurrency int Concurrency for multipart uploads (default 1)
776
+ --qingstor-upload-cutoff SizeSuffix Cutoff for switching to chunked upload (default 200Mi)
777
+ --qingstor-zone string Zone to connect to
778
+ --quatrix-api-key string API key for accessing Quatrix account
779
+ --quatrix-description string Description of the remote
780
+ --quatrix-effective-upload-time string Wanted upload time for one chunk (default "4s")
781
+ --quatrix-encoding Encoding The encoding for the backend (default Slash,BackSlash,Del,Ctl,InvalidUtf8,Dot)
782
+ --quatrix-hard-delete Delete files permanently rather than putting them into the trash
783
+ --quatrix-host string Host name of Quatrix account
784
+ --quatrix-maximal-summary-chunk-size SizeSuffix The maximal summary for all chunks. It should not be less than 'transfers'*'minimal_chunk_size' (default 95.367Mi)
785
+ --quatrix-minimal-chunk-size SizeSuffix The minimal size for one chunk (default 9.537Mi)
786
+ --quatrix-skip-project-folders Skip project folders in operations
787
+ -q, --quiet Print as little stuff as possible
788
+ --rc Enable the remote control server
789
+ --rc-addr stringArray IPaddress:Port or :Port to bind server to (default localhost:5572)
790
+ --rc-allow-origin string Origin which cross-domain request (CORS) can be executed from
791
+ --rc-baseurl string Prefix for URLs - leave blank for root
792
+ --rc-cert string TLS PEM key (concatenation of certificate and CA certificate)
793
+ --rc-client-ca string Client certificate authority to verify clients with
794
+ --rc-enable-metrics Enable the Prometheus metrics path at the remote control server
795
+ --rc-files string Path to local files to serve on the HTTP server
796
+ --rc-htpasswd string A htpasswd file - if not provided no authentication is done
797
+ --rc-job-expire-duration Duration Expire finished async jobs older than this value (default 1m0s)
798
+ --rc-job-expire-interval Duration Interval to check for expired async jobs (default 10s)
799
+ --rc-key string TLS PEM Private key
800
+ --rc-max-header-bytes int Maximum size of request header (default 4096)
801
+ --rc-min-tls-version string Minimum TLS version that is acceptable (default "tls1.0")
802
+ --rc-no-auth Don't require auth for certain methods
803
+ --rc-pass string Password for authentication
804
+ --rc-realm string Realm for authentication
805
+ --rc-salt string Password hashing salt (default "dlPL2MqE")
806
+ --rc-serve Enable the serving of remote objects
807
+ --rc-serve-no-modtime Don't read the modification time (can speed things up)
808
+ --rc-server-read-timeout Duration Timeout for server reading data (default 1h0m0s)
809
+ --rc-server-write-timeout Duration Timeout for server writing data (default 1h0m0s)
810
+ --rc-template string User-specified template
811
+ --rc-user string User name for authentication
812
+ --rc-user-from-header string User name from a defined HTTP header
813
+ --rc-web-fetch-url string URL to fetch the releases for webgui (default "https://api.github.com/repos/rclone/rclone-webui-react/releases/latest")
814
+ --rc-web-gui Launch WebGUI on localhost
815
+ --rc-web-gui-force-update Force update to latest version of web gui
816
+ --rc-web-gui-no-open-browser Don't open the browser automatically
817
+ --rc-web-gui-update Check and update to latest version of web gui
818
+ --refresh-times Refresh the modtime of remote files
819
+ --retries int Retry operations this many times if they fail (default 3)
820
+ --retries-sleep Duration Interval between retrying operations if they fail, e.g. 500ms, 60s, 5m (0 to disable) (default 0s)
821
+ --s3-access-key-id string AWS Access Key ID
822
+ --s3-acl string Canned ACL used when creating buckets and storing or copying objects
823
+ --s3-bucket-acl string Canned ACL used when creating buckets
824
+ --s3-chunk-size SizeSuffix Chunk size to use for uploading (default 5Mi)
825
+ --s3-copy-cutoff SizeSuffix Cutoff for switching to multipart copy (default 4.656Gi)
826
+ --s3-decompress If set this will decompress gzip encoded objects
827
+ --s3-description string Description of the remote
828
+ --s3-directory-bucket Set to use AWS Directory Buckets
829
+ --s3-directory-markers Upload an empty object with a trailing slash when a new directory is created
830
+ --s3-disable-checksum Don't store MD5 checksum with object metadata
831
+ --s3-disable-http2 Disable usage of http2 for S3 backends
832
+ --s3-download-url string Custom endpoint for downloads
833
+ --s3-encoding Encoding The encoding for the backend (default Slash,InvalidUtf8,Dot)
834
+ --s3-endpoint string Endpoint for S3 API
835
+ --s3-env-auth Get AWS credentials from runtime (environment variables or EC2/ECS meta data if no env vars)
836
+ --s3-force-path-style If true use path style access if false use virtual hosted style (default true)
837
+ --s3-ibm-api-key string IBM API Key to be used to obtain IAM token
838
+ --s3-ibm-resource-instance-id string IBM service instance id
839
+ --s3-leave-parts-on-error If true avoid calling abort upload on a failure, leaving all successfully uploaded parts on S3 for manual recovery
840
+ --s3-list-chunk int Size of listing chunk (response list for each ListObject S3 request) (default 1000)
841
+ --s3-list-url-encode Tristate Whether to url encode listings: true/false/unset (default unset)
842
+ --s3-list-version int Version of ListObjects to use: 1,2 or 0 for auto
843
+ --s3-location-constraint string Location constraint - must be set to match the Region
844
+ --s3-max-upload-parts int Maximum number of parts in a multipart upload (default 10000)
845
+ --s3-might-gzip Tristate Set this if the backend might gzip objects (default unset)
846
+ --s3-no-check-bucket If set, don't attempt to check the bucket exists or create it
847
+ --s3-no-head If set, don't HEAD uploaded objects to check integrity
848
+ --s3-no-head-object If set, do not do HEAD before GET when getting objects
849
+ --s3-no-system-metadata Suppress setting and reading of system metadata
850
+ --s3-profile string Profile to use in the shared credentials file
851
+ --s3-provider string Choose your S3 provider
852
+ --s3-region string Region to connect to
853
+ --s3-requester-pays Enables requester pays option when interacting with S3 bucket
854
+ --s3-role-arn string ARN of the IAM role to assume
855
+ --s3-role-external-id string External ID for assumed role
856
+ --s3-role-session-duration string Session duration for assumed role
857
+ --s3-role-session-name string Session name for assumed role
858
+ --s3-sdk-log-mode Bits Set to debug the SDK (default Off)
859
+ --s3-secret-access-key string AWS Secret Access Key (password)
860
+ --s3-server-side-encryption string The server-side encryption algorithm used when storing this object in S3
861
+ --s3-session-token string An AWS session token
862
+ --s3-shared-credentials-file string Path to the shared credentials file
863
+ --s3-sign-accept-encoding Tristate Set if rclone should include Accept-Encoding as part of the signature (default unset)
864
+ --s3-sse-customer-algorithm string If using SSE-C, the server-side encryption algorithm used when storing this object in S3
865
+ --s3-sse-customer-key string To use SSE-C you may provide the secret encryption key used to encrypt/decrypt your data
866
+ --s3-sse-customer-key-base64 string If using SSE-C you must provide the secret encryption key encoded in base64 format to encrypt/decrypt your data
867
+ --s3-sse-customer-key-md5 string If using SSE-C you may provide the secret encryption key MD5 checksum (optional)
868
+ --s3-sse-kms-key-id string If using KMS ID you must provide the ARN of Key
869
+ --s3-storage-class string The storage class to use when storing new objects in S3
870
+ --s3-upload-concurrency int Concurrency for multipart uploads and copies (default 4)
871
+ --s3-upload-cutoff SizeSuffix Cutoff for switching to chunked upload (default 200Mi)
872
+ --s3-use-accelerate-endpoint If true use the AWS S3 accelerated endpoint
873
+ --s3-use-accept-encoding-gzip Accept-Encoding: gzip Whether to send Accept-Encoding: gzip header (default unset)
874
+ --s3-use-already-exists Tristate Set if rclone should report BucketAlreadyExists errors on bucket creation (default unset)
875
+ --s3-use-arn-region If true, enables arn region support for the service
876
+ --s3-use-data-integrity-protections Tristate If true use AWS S3 data integrity protections (default unset)
877
+ --s3-use-dual-stack If true use AWS S3 dual-stack endpoint (IPv6 support)
878
+ --s3-use-multipart-etag Tristate Whether to use ETag in multipart uploads for verification (default unset)
879
+ --s3-use-multipart-uploads Tristate Set if rclone should use multipart uploads (default unset)
880
+ --s3-use-presigned-request Whether to use a presigned request or PutObject for single part uploads
881
+ --s3-use-unsigned-payload Tristate Whether to use an unsigned payload in PutObject (default unset)
882
+ --s3-use-x-id Tristate Set if rclone should add x-id URL parameters (default unset)
883
+ --s3-v2-auth If true use v2 authentication
884
+ --s3-version-at Time Show file versions as they were at the specified time (default off)
885
+ --s3-version-deleted Show deleted file markers when using versions
886
+ --s3-versions Include old versions in directory listings
887
+ --seafile-2fa Two-factor authentication ('true' if the account has 2FA enabled)
888
+ --seafile-create-library Should rclone create a library if it doesn't exist
889
+ --seafile-description string Description of the remote
890
+ --seafile-encoding Encoding The encoding for the backend (default Slash,DoubleQuote,BackSlash,Ctl,InvalidUtf8,Dot)
891
+ --seafile-library string Name of the library
892
+ --seafile-library-key string Library password (for encrypted libraries only) (obscured)
893
+ --seafile-pass string Password (obscured)
894
+ --seafile-url string URL of seafile host to connect to
895
+ --seafile-user string User name (usually email address)
896
+ --server-side-across-configs Allow server-side operations (e.g. copy) to work across different configs
897
+ --sftp-ask-password Allow asking for SFTP password when needed
898
+ --sftp-blake3sum-command string The command used to read BLAKE3 hashes
899
+ --sftp-chunk-size SizeSuffix Upload and download chunk size (default 32Ki)
900
+ --sftp-ciphers SpaceSepList Space separated list of ciphers to be used for session encryption, ordered by preference
901
+ --sftp-concurrency int The maximum number of outstanding requests for one file (default 64)
902
+ --sftp-connections int Maximum number of SFTP simultaneous connections, 0 for unlimited
903
+ --sftp-copy-is-hardlink Set to enable server side copies using hardlinks
904
+ --sftp-crc32sum-command string The command used to read CRC-32 hashes
905
+ --sftp-description string Description of the remote
906
+ --sftp-disable-concurrent-reads If set don't use concurrent reads
907
+ --sftp-disable-concurrent-writes If set don't use concurrent writes
908
+ --sftp-disable-hashcheck Disable the execution of SSH commands to determine if remote file hashing is available
909
+ --sftp-hashes CommaSepList Comma separated list of supported checksum types
910
+ --sftp-host string SSH host to connect to
911
+ --sftp-host-key-algorithms SpaceSepList Space separated list of host key algorithms, ordered by preference
912
+ --sftp-http-proxy string URL for HTTP CONNECT proxy
913
+ --sftp-idle-timeout Duration Max time before closing idle connections (default 1m0s)
914
+ --sftp-key-exchange SpaceSepList Space separated list of key exchange algorithms, ordered by preference
915
+ --sftp-key-file string Path to PEM-encoded private key file
916
+ --sftp-key-file-pass string The passphrase to decrypt the PEM-encoded private key file (obscured)
917
+ --sftp-key-pem string Raw PEM-encoded private key
918
+ --sftp-key-use-agent When set forces the usage of the ssh-agent
919
+ --sftp-known-hosts-file string Optional path to known_hosts file
920
+ --sftp-macs SpaceSepList Space separated list of MACs (message authentication code) algorithms, ordered by preference
921
+ --sftp-md5sum-command string The command used to read MD5 hashes
922
+ --sftp-pass string SSH password, leave blank to use ssh-agent (obscured)
923
+ --sftp-path-override string Override path used by SSH shell commands
924
+ --sftp-port int SSH port number (default 22)
925
+ --sftp-pubkey string SSH public certificate for public certificate based authentication
926
+ --sftp-pubkey-file string Optional path to public key file
927
+ --sftp-server-command string Specifies the path or command to run a sftp server on the remote host
928
+ --sftp-set-env SpaceSepList Environment variables to pass to sftp and commands
929
+ --sftp-set-modtime Set the modified time on the remote if set (default true)
930
+ --sftp-sha1sum-command string The command used to read SHA-1 hashes
931
+ --sftp-sha256sum-command string The command used to read SHA-256 hashes
932
+ --sftp-shell-type string The type of SSH shell on remote server, if any
933
+ --sftp-skip-links Set to skip any symlinks and any other non regular files
934
+ --sftp-socks-proxy string Socks 5 proxy host
935
+ --sftp-ssh SpaceSepList Path and arguments to external ssh binary
936
+ --sftp-subsystem string Specifies the SSH2 subsystem on the remote host (default "sftp")
937
+ --sftp-use-fstat If set use fstat instead of stat
938
+ --sftp-use-insecure-cipher Enable the use of insecure ciphers and key exchange methods
939
+ --sftp-user string SSH username (default "$USER")
940
+ --sftp-xxh128sum-command string The command used to read XXH128 hashes
941
+ --sftp-xxh3sum-command string The command used to read XXH3 hashes
942
+ --shade-api-key string An API key for your account
943
+ --shade-chunk-size SizeSuffix Chunk size to use for uploading (default 64Mi)
944
+ --shade-description string Description of the remote
945
+ --shade-drive-id string The ID of your drive, see this in the drive settings. Individual rclone configs must be made per drive
946
+ --shade-encoding Encoding The encoding for the backend (default Slash,BackSlash,Del,Ctl,InvalidUtf8,Dot)
947
+ --shade-endpoint string Endpoint for the service
948
+ --shade-max-upload-parts int Maximum amount of parts in a multipart upload (default 10000)
949
+ --shade-token string JWT Token for performing Shade FS operations. Don't set this value - rclone will set it automatically
950
+ --shade-token-expiry string JWT Token Expiration time. Don't set this value - rclone will set it automatically
951
+ --shade-upload-concurrency int Concurrency for multipart uploads and copies. This is the number of chunks of the same file that are uploaded concurrently for multipart uploads and copies (default 4)
952
+ --sharefile-auth-url string Auth server URL
953
+ --sharefile-chunk-size SizeSuffix Upload chunk size (default 64Mi)
954
+ --sharefile-client-credentials Use client credentials OAuth flow
955
+ --sharefile-client-id string OAuth Client Id
956
+ --sharefile-client-secret string OAuth Client Secret
957
+ --sharefile-description string Description of the remote
958
+ --sharefile-encoding Encoding The encoding for the backend (default Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,BackSlash,Ctl,LeftSpace,LeftPeriod,RightSpace,RightPeriod,InvalidUtf8,Dot)
959
+ --sharefile-endpoint string Endpoint for API calls
960
+ --sharefile-root-folder-id string ID of the root folder
961
+ --sharefile-token string OAuth Access Token as a JSON blob
962
+ --sharefile-token-url string Token server url
963
+ --sharefile-upload-cutoff SizeSuffix Cutoff for switching to multipart upload (default 128Mi)
964
+ --sia-api-password string Sia Daemon API Password (obscured)
965
+ --sia-api-url string Sia daemon API URL, like http://sia.daemon.host:9980 (default "http://127.0.0.1:9980")
966
+ --sia-description string Description of the remote
967
+ --sia-encoding Encoding The encoding for the backend (default Slash,Question,Hash,Percent,Del,Ctl,InvalidUtf8,Dot)
968
+ --sia-user-agent string Siad User Agent (default "Sia-Agent")
969
+ --size-only Skip based on size only, not modtime or checksum
970
+ --skip-links Don't warn about skipped symlinks
971
+ --skip-specials Don't warn about skipped pipes, sockets and device objects
972
+ --smb-case-insensitive Whether the server is configured to be case-insensitive (default true)
973
+ --smb-description string Description of the remote
974
+ --smb-domain string Domain name for NTLM authentication (default "WORKGROUP")
975
+ --smb-encoding Encoding The encoding for the backend (default Slash,LtGt,DoubleQuote,Colon,Question,Asterisk,Pipe,BackSlash,Ctl,RightSpace,RightPeriod,InvalidUtf8,Dot)
976
+ --smb-hide-special-share Hide special shares (e.g. print$) which users aren't supposed to access (default true)
977
+ --smb-host string SMB server hostname to connect to
978
+ --smb-idle-timeout Duration Max time before closing idle connections (default 1m0s)
979
+ --smb-kerberos-ccache string Path to the Kerberos credential cache (krb5cc)
980
+ --smb-pass string SMB password (obscured)
981
+ --smb-port int SMB port number (default 445)
982
+ --smb-spn string Service principal name
983
+ --smb-use-kerberos Use Kerberos authentication
984
+ --smb-user string SMB username (default "$USER")
985
+ --stats Duration Interval between printing stats, e.g. 500ms, 60s, 5m (0 to disable) (default 1m0s)
986
+ --stats-file-name-length int Max file name length in stats (0 for no limit) (default 45)
987
+ --stats-log-level LogLevel Log level to show --stats output DEBUG|INFO|NOTICE|ERROR (default INFO)
988
+ --stats-one-line Make the stats fit on one line
989
+ --stats-one-line-date Enable --stats-one-line and add current date/time prefix
990
+ --stats-one-line-date-format string Enable --stats-one-line-date and use custom formatted date: Enclose date string in double quotes ("), see https://golang.org/pkg/time/#Time.Format
991
+ --stats-unit string Show data rate in stats as either 'bits' or 'bytes' per second (default "bytes")
992
+ --storj-access-grant string Access grant
993
+ --storj-api-key string API key
994
+ --storj-description string Description of the remote
995
+ --storj-passphrase string Encryption passphrase
996
+ --storj-provider string Choose an authentication method (default "existing")
997
+ --storj-satellite-address string Satellite address (default "us1.storj.io")
998
+ --streaming-upload-cutoff SizeSuffix Cutoff for switching to chunked upload if file size is unknown, upload starts after reaching cutoff or when file ends (default 100Ki)
999
+ --suffix string Suffix to add to changed files
1000
+ --suffix-keep-extension Preserve the extension when using --suffix
1001
+ --sugarsync-access-key-id string Sugarsync Access Key ID
1002
+ --sugarsync-app-id string Sugarsync App ID
1003
+ --sugarsync-authorization string Sugarsync authorization
1004
+ --sugarsync-authorization-expiry string Sugarsync authorization expiry
1005
+ --sugarsync-deleted-id string Sugarsync deleted folder id
1006
+ --sugarsync-description string Description of the remote
1007
+ --sugarsync-encoding Encoding The encoding for the backend (default Slash,Ctl,InvalidUtf8,Dot)
1008
+ --sugarsync-hard-delete Permanently delete files if true
1009
+ --sugarsync-private-access-key string Sugarsync Private Access Key
1010
+ --sugarsync-refresh-token string Sugarsync refresh token
1011
+ --sugarsync-root-id string Sugarsync root id
1012
+ --sugarsync-user string Sugarsync user
1013
+ --swift-application-credential-id string Application Credential ID (OS_APPLICATION_CREDENTIAL_ID)
1014
+ --swift-application-credential-name string Application Credential Name (OS_APPLICATION_CREDENTIAL_NAME)
1015
+ --swift-application-credential-secret string Application Credential Secret (OS_APPLICATION_CREDENTIAL_SECRET)
1016
+ --swift-auth string Authentication URL for server (OS_AUTH_URL)
1017
+ --swift-auth-token string Auth Token from alternate authentication - optional (OS_AUTH_TOKEN)
1018
+ --swift-auth-version int AuthVersion - optional - set to (1,2,3) if your auth URL has no version (ST_AUTH_VERSION)
1019
+ --swift-chunk-size SizeSuffix Above this size files will be chunked (default 5Gi)
1020
+ --swift-description string Description of the remote
1021
+ --swift-domain string User domain - optional (v3 auth) (OS_USER_DOMAIN_NAME)
1022
+ --swift-encoding Encoding The encoding for the backend (default Slash,InvalidUtf8)
1023
+ --swift-endpoint-type string Endpoint type to choose from the service catalogue (OS_ENDPOINT_TYPE) (default "public")
1024
+ --swift-env-auth Get swift credentials from environment variables in standard OpenStack form
1025
+ --swift-fetch-until-empty-page When paginating, always fetch unless we received an empty page
1026
+ --swift-key string API key or password (OS_PASSWORD)
1027
+ --swift-leave-parts-on-error If true avoid calling abort upload on a failure
1028
+ --swift-no-chunk Don't chunk files during streaming upload
1029
+ --swift-no-large-objects Disable support for static and dynamic large objects
1030
+ --swift-partial-page-fetch-threshold int When paginating, fetch if the current page is within this percentage of the limit
1031
+ --swift-region string Region name - optional (OS_REGION_NAME)
1032
+ --swift-storage-policy string The storage policy to use when creating a new container
1033
+ --swift-storage-url string Storage URL - optional (OS_STORAGE_URL)
1034
+ --swift-tenant string Tenant name - optional for v1 auth, this or tenant_id required otherwise (OS_TENANT_NAME or OS_PROJECT_NAME)
1035
+ --swift-tenant-domain string Tenant domain - optional (v3 auth) (OS_PROJECT_DOMAIN_NAME)
1036
+ --swift-tenant-id string Tenant ID - optional for v1 auth, this or tenant required otherwise (OS_TENANT_ID)
1037
+ --swift-use-segments-container Tristate Choose destination for large object segments (default unset)
1038
+ --swift-user string User name to log in (OS_USERNAME)
1039
+ --swift-user-id string User ID to log in - optional - most swift systems use user and leave this blank (v3 auth) (OS_USER_ID)
1040
+ --syslog Use Syslog for logging
1041
+ --syslog-facility string Facility for syslog, e.g. KERN,USER (default "DAEMON")
1042
+ --temp-dir string Directory rclone will use for temporary files (default "/tmp")
1043
+ --timeout Duration IO idle timeout (default 5m0s)
1044
+ --tpslimit float Limit HTTP transactions per second to this
1045
+ --tpslimit-burst int Max burst of transactions for --tpslimit (default 1)
1046
+ --track-renames When synchronizing, track file renames and do a server-side move if possible
1047
+ --track-renames-strategy string Strategies to use when synchronizing using track-renames hash|modtime|leaf (default "hash")
1048
+ --transfers int Number of file transfers to run in parallel (default 4)
1049
+ --ulozto-app-token string The application token identifying the app. An app API key can be either found in the API
1050
+ --ulozto-description string Description of the remote
1051
+ --ulozto-encoding Encoding The encoding for the backend (default Slash,BackSlash,Del,Ctl,InvalidUtf8,Dot)
1052
+ --ulozto-list-page-size int The size of a single page for list commands. 1-500 (default 500)
1053
+ --ulozto-password string The password for the user (obscured)
1054
+ --ulozto-root-folder-slug string If set, rclone will use this folder as the root folder for all operations. For example,
1055
+ --ulozto-username string The username of the principal to operate as
1056
+ --union-action-policy string Policy to choose upstream on ACTION category (default "epall")
1057
+ --union-cache-time int Cache time of usage and free space (in seconds) (default 120)
1058
+ --union-create-policy string Policy to choose upstream on CREATE category (default "epmfs")
1059
+ --union-description string Description of the remote
1060
+ --union-min-free-space SizeSuffix Minimum viable free space for lfs/eplfs policies (default 1Gi)
1061
+ --union-search-policy string Policy to choose upstream on SEARCH category (default "ff")
1062
+ --union-upstreams string List of space separated upstreams
1063
+ -u, --update Skip files that are newer on the destination
1064
+ --use-cookies Enable session cookiejar
1065
+ --use-json-log Use json log format
1066
+ --use-mmap Use mmap allocator (see docs)
1067
+ --use-server-modtime Use server modified time instead of object metadata
1068
+ --user-agent string Set the user-agent to a specified string (default "rclone/v1.73.0")
1069
+ -v, --verbose count Print lots more stuff (repeat for more)
1070
+ -V, --version Print the version number
1071
+ --webdav-auth-redirect Preserve authentication on redirect
1072
+ --webdav-bearer-token string Bearer token instead of user/pass (e.g. a Macaroon)
1073
+ --webdav-bearer-token-command string Command to run to get a bearer token
1074
+ --webdav-description string Description of the remote
1075
+ --webdav-encoding string The encoding for the backend
1076
+ --webdav-headers CommaSepList Set HTTP headers for all transactions
1077
+ --webdav-nextcloud-chunk-size SizeSuffix Nextcloud upload chunk size (default 10Mi)
1078
+ --webdav-owncloud-exclude-mounts Exclude ownCloud mounted storages
1079
+ --webdav-owncloud-exclude-shares Exclude ownCloud shares
1080
+ --webdav-pacer-min-sleep Duration Minimum time to sleep between API calls (default 10ms)
1081
+ --webdav-pass string Password (obscured)
1082
+ --webdav-unix-socket string Path to a unix domain socket to dial to, instead of opening a TCP connection directly
1083
+ --webdav-url string URL of http host to connect to
1084
+ --webdav-user string User name
1085
+ --webdav-vendor string Name of the WebDAV site/service/software you are using
1086
+ --yandex-auth-url string Auth server URL
1087
+ --yandex-client-credentials Use client credentials OAuth flow
1088
+ --yandex-client-id string OAuth Client Id
1089
+ --yandex-client-secret string OAuth Client Secret
1090
+ --yandex-description string Description of the remote
1091
+ --yandex-encoding Encoding The encoding for the backend (default Slash,Del,Ctl,InvalidUtf8,Dot)
1092
+ --yandex-hard-delete Delete files permanently rather than putting them into the trash
1093
+ --yandex-spoof-ua Set the user agent to match an official version of the yandex disk client. May help with upload performance (default true)
1094
+ --yandex-token string OAuth Access Token as a JSON blob
1095
+ --yandex-token-url string Token server url
1096
+ --zoho-auth-url string Auth server URL
1097
+ --zoho-client-credentials Use client credentials OAuth flow
1098
+ --zoho-client-id string OAuth Client Id
1099
+ --zoho-client-secret string OAuth Client Secret
1100
+ --zoho-description string Description of the remote
1101
+ --zoho-encoding Encoding The encoding for the backend (default Del,Ctl,InvalidUtf8)
1102
+ --zoho-region string Zoho region to connect to
1103
+ --zoho-token string OAuth Access Token as a JSON blob
1104
+ --zoho-token-url string Token server url
1105
+ --zoho-upload-cutoff SizeSuffix Cutoff for switching to large file upload api (>= 10 MiB) (default 10Mi)
1106
+ ```
1107
+
1108
+ ## See Also
1109
+
1110
+ <!-- markdownlint-capture -->
1111
+ <!-- markdownlint-disable ul-style line-length -->
1112
+
1113
+ * [rclone about](/commands/rclone_about/) - Get quota information from the remote.
1114
+ * [rclone archive](/commands/rclone_archive/) - Perform an action on an archive.
1115
+ * [rclone authorize](/commands/rclone_authorize/) - Remote authorization.
1116
+ * [rclone backend](/commands/rclone_backend/) - Run a backend-specific command.
1117
+ * [rclone bisync](/commands/rclone_bisync/) - Perform bidirectional synchronization between two paths.
1118
+ * [rclone cat](/commands/rclone_cat/) - Concatenates any files and sends them to stdout.
1119
+ * [rclone check](/commands/rclone_check/) - Checks the files in the source and destination match.
1120
+ * [rclone checksum](/commands/rclone_checksum/) - Checks the files in the destination against a SUM file.
1121
+ * [rclone cleanup](/commands/rclone_cleanup/) - Clean up the remote if possible.
1122
+ * [rclone completion](/commands/rclone_completion/) - Output completion script for a given shell.
1123
+ * [rclone config](/commands/rclone_config/) - Enter an interactive configuration session.
1124
+ * [rclone convmv](/commands/rclone_convmv/) - Convert file and directory names in place.
1125
+ * [rclone copy](/commands/rclone_copy/) - Copy files from source to dest, skipping identical files.
1126
+ * [rclone copyto](/commands/rclone_copyto/) - Copy files from source to dest, skipping identical files.
1127
+ * [rclone copyurl](/commands/rclone_copyurl/) - Copy the contents of the URL supplied content to dest:path.
1128
+ * [rclone cryptcheck](/commands/rclone_cryptcheck/) - Cryptcheck checks the integrity of an encrypted remote.
1129
+ * [rclone cryptdecode](/commands/rclone_cryptdecode/) - Cryptdecode returns unencrypted file names.
1130
+ * [rclone dedupe](/commands/rclone_dedupe/) - Interactively find duplicate filenames and delete/rename them.
1131
+ * [rclone delete](/commands/rclone_delete/) - Remove the files in path.
1132
+ * [rclone deletefile](/commands/rclone_deletefile/) - Remove a single file from remote.
1133
+ * [rclone gendocs](/commands/rclone_gendocs/) - Output markdown docs for rclone to the directory supplied.
1134
+ * [rclone gitannex](/commands/rclone_gitannex/) - Speaks with git-annex over stdin/stdout.
1135
+ * [rclone hashsum](/commands/rclone_hashsum/) - Produces a hashsum file for all the objects in the path.
1136
+ * [rclone link](/commands/rclone_link/) - Generate public link to file/folder.
1137
+ * [rclone listremotes](/commands/rclone_listremotes/) - List all the remotes in the config file and defined in environment variables.
1138
+ * [rclone ls](/commands/rclone_ls/) - List the objects in the path with size and path.
1139
+ * [rclone lsd](/commands/rclone_lsd/) - List all directories/containers/buckets in the path.
1140
+ * [rclone lsf](/commands/rclone_lsf/) - List directories and objects in remote:path formatted for parsing.
1141
+ * [rclone lsjson](/commands/rclone_lsjson/) - List directories and objects in the path in JSON format.
1142
+ * [rclone lsl](/commands/rclone_lsl/) - List the objects in path with modification time, size and path.
1143
+ * [rclone md5sum](/commands/rclone_md5sum/) - Produces an md5sum file for all the objects in the path.
1144
+ * [rclone mkdir](/commands/rclone_mkdir/) - Make the path if it doesn't already exist.
1145
+ * [rclone mount](/commands/rclone_mount/) - Mount the remote as file system on a mountpoint.
1146
+ * [rclone move](/commands/rclone_move/) - Move files from source to dest.
1147
+ * [rclone moveto](/commands/rclone_moveto/) - Move file or directory from source to dest.
1148
+ * [rclone ncdu](/commands/rclone_ncdu/) - Explore a remote with a text based user interface.
1149
+ * [rclone nfsmount](/commands/rclone_nfsmount/) - Mount the remote as file system on a mountpoint.
1150
+ * [rclone obscure](/commands/rclone_obscure/) - Obscure password for use in the rclone config file.
1151
+ * [rclone purge](/commands/rclone_purge/) - Remove the path and all of its contents.
1152
+ * [rclone rc](/commands/rclone_rc/) - Run a command against a running rclone.
1153
+ * [rclone rcat](/commands/rclone_rcat/) - Copies standard input to file on remote.
1154
+ * [rclone rcd](/commands/rclone_rcd/) - Run rclone listening to remote control commands only.
1155
+ * [rclone rmdir](/commands/rclone_rmdir/) - Remove the empty directory at path.
1156
+ * [rclone rmdirs](/commands/rclone_rmdirs/) - Remove empty directories under the path.
1157
+ * [rclone selfupdate](/commands/rclone_selfupdate/) - Update the rclone binary.
1158
+ * [rclone serve](/commands/rclone_serve/) - Serve a remote over a protocol.
1159
+ * [rclone settier](/commands/rclone_settier/) - Changes storage class/tier of objects in remote.
1160
+ * [rclone sha1sum](/commands/rclone_sha1sum/) - Produces an sha1sum file for all the objects in the path.
1161
+ * [rclone size](/commands/rclone_size/) - Prints the total size and number of objects in remote:path.
1162
+ * [rclone sync](/commands/rclone_sync/) - Make source and dest identical, modifying destination only.
1163
+ * [rclone test](/commands/rclone_test/) - Run a test command
1164
+ * [rclone touch](/commands/rclone_touch/) - Create new file or change file modification time.
1165
+ * [rclone tree](/commands/rclone_tree/) - List the contents of the remote in a tree like fashion.
1166
+ * [rclone version](/commands/rclone_version/) - Show the version number.
1167
+
1168
+
1169
+ <!-- markdownlint-restore -->