#835 added printing all test environment information#901
Conversation
Flank CLI commands should mirror the gcloud commands. The reason Flank supports the more verbose format: "flank firebase test android test-environment" is so that you can replace "flank" with "gcloud" and get the same result. This also helps simplify testing as we can compare Flank against the reference implementation. It doesn't look like test-environment has a parallel command in the gcloud CLI tool? |
It does not have similar command for gcloud. This is special for flank :) Cause flank is more than gcloud. |
Fixes #835
Test Plan
Use on of a new CLI option to test this PR:
flank firebase test android|ios test-environmentorflank android|ios test-environment- print Android|iOS available versions and devices to test againstMore listing options of the test environment will be added in the next tasks
Checklist