conda-dist
NAME
conda-dist - Build distributable artifacts from Conda environments
SYNOPSIS
conda-dist [--work-dir] [--locked] [--unlock] [-h|--help] [-V|--version] <subcommands>
DESCRIPTION
Build distributable artifacts from Conda environments
OPTIONS
--work-dir <PATH>
Workspace directory used for cached artifacts (defaults to
<manifest>/.conda-dist)
--locked
Require the existing lockfile and skip solving; fails if the lockfile is
stale or missing
--unlock
Regenerate the lockfile even if one already exists
-h, --help
Print help
-V, --version
Print version
SUBCOMMANDS
conda-dist-lock(1)
Update or validate the lockfile without producing artifacts
conda-dist-installer(1)
Build self-extracting installers
conda-dist-container(1)
Build container images embedding the environment
conda-dist-package(1)
Build native system packages (rpm/deb) using containerized installers
conda-dist-help(1)
Print this message or the help of the given subcommand(s)
VERSION
v0.1.0