I see a number of repos using uploadAllFileChanges with a fairly simple script file to call the function. We can probably expose this as a CLI command instead to save people from having to create a file in order to invoke the command.
{
"scripts": {
"update:schema": "pnpm generate-schema && skuba uploadAllFileChanges --branch=main -m=Update schema",
}
}

I see a number of repos using
uploadAllFileChangeswith a fairly simple script file to call the function. We can probably expose this as a CLI command instead to save people from having to create a file in order to invoke the command.{ "scripts": { "update:schema": "pnpm generate-schema && skuba uploadAllFileChanges --branch=main -m=Update schema", } }