For the complete documentation index, see llms.txt. This page is also available as Markdown.

Packages

See every package in your project, create and edit packages, install versions into orgs, and compare the versions codev has built.

Dev > Modularize > Packages lists every package directory in your project with its type, the domain it belongs to, and a marker when the package has uncommitted local changes.

The Packages page listing the project's package directories with type chips, domain assignments, and per-row actions
Packages — the project's package directories with their types and domains.

Filter by name, type, or domain; each row offers Edit Package, View Versions, and Transfer to Domain.

Creating a package

Create walks through the package name, its folder, a description, the DevHub to register it with, and options such as org-dependent and no-namespace. Creation runs as a background task — registering the package with the DevHub takes a few minutes, and a notification arrives when it is done. The new package directory is added to the project on your current branch.

Editing and organising

Edit Package opens the package's project configuration in a full-screen editor; saving writes the change back to the project file, where it shows up as a workspace change to commit. Transfer to Domain moves the package into a domain — see Domains.

Installing a package version

Install deploys a built package version into an org. Pick the package and version, the target org — prefilled with your target org and checked for a live connection — and the DevHub. Use it to bring a freshly fetched org up to a specific version, or to install a hotfix candidate for verification.

Versions

View Versions on a package (or the Versions breadcrumb page) lists every version codev has built for it, with its status, stage, and publish date. The list comes from the codev server, so versions appear once a package has been built through codev's CI/CD.

The package versions page listing versions of a package with status, stage, and date columns
Versions — every built version of a package, with status and stage.

Click a version to open its artifacts. Select two versions to enable Compare Selected, which opens a diff of the two — including a content diff of what changed between them.

Last updated

Was this helpful?