-
Notifications
You must be signed in to change notification settings - Fork 15
Add airstack CLI tool for developer convenience #272
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
Conversation
…ame ground-control-station to gcs
|
FYI @jfkeller @adityarauniyar , this integrates in the previous ./configure.sh and WINTAK installation scripts as well. Now it's all together within the airstack cli tool. these commands work for wintak:
|
|
The readme mentions I think there might be issues if there are multiple installations of airstack. I often have multiple for my own development, checking the most recent branch, and checking pull requests. When I cloned two airstack repos, the install script on the second didn't modify the bashrc so I think it the I didn't try the wintak related commands. |
|
Thanks John! Fixed the README. For multiple installations, I've updated the |
|
John approved over Slack, merging. |
This PR adds a new
airstackCLI tool to simplify common development tasks.Features:
./airstack.sh installinstalls Docker Engine, Docker Compose, etc../airstack.sh setupconfigures private keys and adds theairstacktool to shell profileairstack up,airstack connect,airstack downetc. for managing Docker containersImplementation Details:
.airstack/README.md