You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, I use trellis init. But it doesn't check for those basic requirements, so we need to remember to do those manually. On my end, that's rarely an issue, but I usually can't hand off trellis-related processes to others because of all the details they're not aware of. So either sticking it into trellis check or trellis init works
Terms
Summary
Extend the dependency checks the
trellis check
command carries out to include required provisioning/deployment checks like SSH agent, keys, Ansible.Motivation
Why are we doing this?
Right now,
trellis check
looks for Python, Vagrant and Virtualbox compatibility related to local development, but some important checks would be:What use cases does it support?
Would be nice to support checks of any known dependencies of the deploy/provision processes.
What is the expected outcome?
An output like:
Potential conflicts / foreseeable issues
May conflict with Ansible version in virtual environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: