Wave CLI
Wave CLI is a command-line wrapper around the Wave API. Use it to build, augment, freeze, mirror, and scan container images from your terminal. It works with hosted Wave and self-hosted deployments. Run it interactively or in CI pipelines to automate container workflows.
Getting started
To get started with Wave CLI:
-
Install Wave CLI. See Installation for details.
-
Create a
Dockerfilein the current directory:DockerfileFROM busybox:latest -
Build the container:
wave -f DockerfileA successful build returns a
wave.seqera.ioURL you can pull or run.
Next steps
- Configuration: Connect to Seqera Platform, set the Wave endpoint, and tune build context and layer caching.
- Use cases: See end-to-end examples for Dockerfile, Singularity, and Conda builds, plus augment, freeze, mirror, and scan.