UNCLASSIFIED

README.md 1.16 KB
Newer Older
1 2
# AAP Command Line Interface
_Deploy this container to your project and open a shell in it to gain access to command line tools that help you manage your project._
Joshua Eason's avatar
Joshua Eason committed
3

4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
![AAP CLI](images/aap-cli-screenshot.png "AAP CLI")

## To use
This project is used to build the aap-cli image. To use it, add the container to your project by referencing the built image from a container repository (like Nexus).
TBD: Add from the AAP Catalog (look for AAP CLI)

## Tools included
- `oc` (OpenShift CLI tool, v4.3.14)
- `git` (v2.18.4)
- `python` (v3.6)
- `mongo` shell (v3.6.18)

## Ideas, things you can do with this
- Just use your browser... stop struggling with configuration of client-based shells like `git-bash` or Windows `cmd.exe`
- Use command line and text-based tools to organize your work and keep track of it with git SCM
- Perform troubleshooting and testing of other pods in your project using tools like `curl` and `pytest`

## For help
- Find support in NAVAIR Fusion chat channel [#aap_support](https://chat.navair1.navy.mil/channel/aap_support)
- Check out the [AAP Wiki](https://wiki.navair1.navy.mil/display/Analytics/Advanced+Analytics+Platform) for user guides and further support