PublicDataWorks / complaint-manager

Apache License 2.0
5 stars 0 forks source link

Create ZSH Script for switching between organizations #585

Closed paul-thompson1 closed 4 months ago

paul-thompson1 commented 5 months ago

Context: I am creating a bash script to automate the process of switching between organizations on a developer’s local development environment. So that developer’s can save time while developing.

The script will do the following:

Note: The script will be in the scripts directory in the project repository once complete

paul-thompson1 commented 5 months ago

I'm almost finished the bash script and I have tested it on my local machine. I just need individuals to test the script on their local machines. Here is how the script looks when the user first runs it INITIAL_SETUP

Here is how the script looks when the user has run the script a second time SECOND_PASS

Here is the link to the script

Note: The script must be run within the scripts directory of complaint manager.

paul-thompson1 commented 4 months ago

I requested and received feedback on the script from multiple people.

I added the following to the script:

Here is the link to the script with updated changes: link