Skip to content

pixi import#

About#

Imports a file into an environment in an existing workspace.

Usage#

pixi import [OPTIONS] <FILE>

Arguments#

  • <FILE>
    File to import into the workspace
    required: true

Options#

Config Options#

Update Options#

  • --no-install
    Don't modify the environment, only modify the lock-file
  • --revalidate
    Run the complete environment validation. This will reinstall a broken environment
  • --no-lockfile-update
    Don't update lockfile, implies the no-install as well
  • --frozen
    Install the environment as defined in the lockfile, doesn't update lockfile if it isn't up-to-date with the manifest file
    env: PIXI_FROZEN
  • --locked
    Check if lockfile is up-to-date before installing the environment, aborts when lockfile isn't up-to-date with the manifest file
    env: PIXI_LOCKED

Global Options#

Description#

Imports a file into an environment in an existing workspace.

If --format isn't provided, import will try to guess the format based on the file extension.