Skip to main content

CLI changelog

Track changes to the ElemBio CLI.

2026-07-21

v1.0.0

We are pleased to announce the first release of the ElemBio™ CLI.

New features

  • ElemBio CLI: The elembio command-line tool is built on the same API for people who prefer the terminal or who want to script against ElemBio Cloud without writing code.
    • List, inspect, and download run files with elembio runs list, get, files, and download.
    • Work with workflow executions (for example, Bases2Fastq) and filter by status or source run.
    • Mount a run, execution, or storage connection as a read-only local folder that streams files on demand, so you can analyze large run outputs in place without downloading them first. Mounting is available on macOS and Linux.
    • Reference resources by ID or by human-readable name across commands.
    • Explore and test every endpoint in the CLI reference.