Dylan Smith

Results 116 issues of 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...

task
tech debt

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...

task

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...

task

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...

task

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...

task
tech debt

Could do some pre-validation to make sure user didn't typo org/repo names (and the PAT's have permissions to see them).

task

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...

task

The videos we link to are pretty out of date, should re-record some new ones with the latest version and features.

documentation
task

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.

task