The help says:
-f, --force Forceably pull the environment When pulling a new environment, adds the system
to the manifest if the lockfile is incompatible and ignores eval and build errors.
When pulling an existing environment, overrides local changes.
But if I pull twice with -f
I am getting an error:
❌ ERROR: Cannot pull a new environment into an existing one
This seems to contradict the help saying “When pulling an existing environment, overrides local changes”. Is this a bug?