Dylan Smith
Dylan Smith
Make all commands idempotent so that if you call it more than once it will not fail. For example, create-team should check if the team already exists and if so...
Our kusto dashboard (private) has a column for unknown, and given that all telemetry is from recent versions of the CLI, it's unclear why this is showing. And it appears...
We might be able to do something pretty quick to add some basic LFS support to the generated migration script (without requiring any backend changes). What if we add a...
We have retry on 404 when retrieving the team members (in `create-team`). This is to handle some apparent race condition where create team API returns successful, but trying to get...
Not sure what the solution is here, but it's obvious we've got a bunch of duplicated code/commands between the 2 CLI's, and for each duplicated command we've duplicated all the...
Could do some pre-validation to make sure user didn't typo org/repo names (and the PAT's have permissions to see them).
Create a dashboard (likely in datadog) that contains usage data on the CLI. We should be able to answer these questions easily: 1. What versions of the CLI are in...
The videos we link to are pretty out of date, should re-record some new ones with the latest version and features.
Can we expand our integration tests to ALSO run against staging in addition to prod. We would need separate target orgs that have the staging feature flag flipped.