We already have `pixi init --import environment.yml`. However that doesn't work with existing manifests. `pixi import` would fulfill that use case. Expected behavior: - Create a feature of the same name as the environment in `environment.yml` - Add dependencies to it - Add environment of same name and add the feature to it - Set ` no-default-feature = true` Assigned to @lucascolley