What is this app?
This app finds equivalent CLI commands between different cloud providers (currently, only between AWS and GCP). For example, typing in the GCP command gcloud config list will return aws configure list, its equivalent in AWS.
Currently, the database contains 40 commands.
How does this work?
This app uses a database of AWS and GCP CLI commands, which were manually matched together. Most commands share an equivalent command in another cloud provider's CLI. Sometimes, they do not — in these cases, the output command will show up as "(No Matching Command)". Other times, commands are similar, where the function does something relatively similar; for these, a ** (double asterisk) will show up next to the output command.
Where should I submit feedback?
If you have any feedback, please send me an email at stefangouyet+cloudtranslate@gmail.com.