Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove bin scripts #1352

Merged
merged 1 commit into from
Jan 28, 2022
Merged

Remove bin scripts #1352

merged 1 commit into from
Jan 28, 2022

Conversation

swalkinshaw
Copy link
Member

@swalkinshaw swalkinshaw commented Jan 9, 2022

These scripts were created as better interfaces to running the deploy and xdebug tunnel Ansible playbooks (since the Ansible CLI developer experience isn't the best when arguments are needed).

They've been superceded by the much better trellis-cli now. If you don't want to use trellis-cli, then the ansible-playbook commands that these scripts ran can always be used.

trellis-cli offers better validation, autocompletion, dependency management, and more.

Deploy

Script:

./bin/deploy.sh production example.com

trellis-cli:

trellis production example.com

xdebug-tunnel

Script:

./bin/xdebug-tunnel.sh open 12.34.56.78

trellis-cli:

trellis xdebug-tunnel open 12.34.56.78

@swalkinshaw
Copy link
Member Author

I need to remove some mounts from the Vagrantfile as well first, which is a nice side-effect of this change.

@swalkinshaw
Copy link
Member Author

Docs update: roots/docs#342

These scripts were created as better interfaces to running the deploy
and xdebug tunnel Ansible playbooks (since the Ansible CLI developer
experience isn't the best when arguments are needed).

They've been superceded by the much better trellis-cli now. If you don't
want to use trellis-cli, then the `ansible-playbook` commands that these
scripts ran can always be used.
@swalkinshaw swalkinshaw merged commit 46c47b7 into master Jan 28, 2022
@swalkinshaw swalkinshaw deleted the remove-bin-scripts branch January 28, 2022 22:54
jeffbyrnes added a commit to abundanthomesma/abundanthousingma.org that referenced this pull request Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants