You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
skaffold inspect tests did not display its flag in its help message initially, the changes here fix this. Additionally the profile and modules flags were not wired up/plumbed properly initially. They are now tested and working as expected
WithExample("Get list of tests", "inspect tests list --format json").
40
39
WithExample("Get list of tests targeting a specific configuration", "inspect tests list --profile local --format json").
41
40
WithDescription("Print the list of tests that would be run for a given configuration (default skaffold configuration, specific module, specific profile, etc).").
0 commit comments