Skip to docs content

scpm import

  • Usage: scpm import [--force] [--lockfile-only]

Convert a supported lockfile into scpm-lock.yaml

Flags

--force

Overwrite an existing scpm-lock.yaml

--lockfile-only

Write only the converted lockfile and skip linking node_modules afterwards.

scpm import already exits without touching node_modules today, so this flag is a no-op kept for compatibility — CI scripts that pass --lockfile-only keep working without complaint.