While starting Lima: trellis vm start on existing environment, you could get:
WARNING: This project has not been initialized with trellis-cli and may not work as expected.
You may see this warning if you are using trellis-cli on an existing project (previously created without the CLI).
To ensure you have the required dependencies, initialize the project with the following command:
$ trellis init
If you want to manage dependencies yourself manually, you can ignore this warning.
To disable this automated check, set the 'virtualenv_integration' configuration setting to 'false'.
Ok, I went through the docs: Trellis CLI | Trellis Docs | Roots and created a cli.yml:
# trellis/.trellis/cli.yml
check_for_updates: true
load_plugins: true
open:
site: "http://exanple.test"
admin: "http://exanple.test/wp/wp-admin"
virtualenv_integration: false
As well, tried setting ENV variable:
But with no luck, and I continue receiving a Warning message.
All other Trellis CLI commands (outside trellis vm) are working fine without a Warning.
Any ideas about what might be wrong there?