Skip to main content
mulerun drive is the CLI for Drive (also known internally as Barn) — your cloud storage on MuleRun. This page is a quick overview. Detailed per-subcommand pages are coming soon.

File operations

Sharing

Public files

Tips

  • drive stat returns a presigned download URL — pipe it to curl for a one-shot download.
  • drive upload streams the file directly; no need for an intermediate local copy.
  • Share links require an explicit --expires; there is no “never expires” default by design.