Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Add CLI configure command #235

Merged
merged 8 commits into from
Jul 18, 2023
Merged

Add CLI configure command #235

merged 8 commits into from
Jul 18, 2023

Conversation

NolanTrem
Copy link
Collaborator

@NolanTrem NolanTrem commented Jul 17, 2023

Introduces the ability to configure Automata directly using the CLI. Adds interactive CLI components to manage API keys through calling automata configure.

Screenshot 2023-07-17 at 1 50 07 PM Screenshot 2023-07-17 at 1 49 53 PM Screenshot 2023-07-17 at 1 49 47 PM Screenshot 2023-07-17 at 1 50 19 PM

Ultimately, this PR allows for a simplified process to setup, replacing

git clone [email protected]:emrgnt-cmplxty/Automata.git && cd Automata/scripts
# Copy the env and setup files
cp .setup.sh.example setup.sh && cp ../.env.example ../.env
# Allow for execution
chmod 755 setup.sh
# Update the setup and env files with your local paths
vim setup.sh
# Run the setup script
./setup.sh

with simply

git clone [email protected]:emrgnt-cmplxty/Automata.git && cd Automata/
automata configure

@NolanTrem NolanTrem mentioned this pull request Jul 17, 2023
@emrgnt-cmplxty emrgnt-cmplxty merged commit 0754ee7 into main Jul 18, 2023
6 checks passed
@emrgnt-cmplxty emrgnt-cmplxty deleted the nolan/cliUpdate branch July 18, 2023 01:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants