aube import
- Usage:
aube import [--force] [--lockfile-only]
Convert a supported lockfile into aube-lock.yaml
Flags
--force
Overwrite an existing aube-lock.yaml
--lockfile-only
Write only the converted lockfile and skip linking node_modules afterwards.
aube 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.