Closed rossiam closed 2 months ago
Latest commit: 3f2d0b8fc2bf8a8a29ad454c2bca3e2b920f67a3
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
selectDef
definition type that allows the user to select a single item from a list. I plan to write unit tests for this on the yargs branch rather than writing them here and then translating them.finishVerb
to just "create" and "update" in command helpers because we also need a noun version in one place.schema-utils.ts
organizationDef
function to create the input definition for the organization and called it frombuildInputDefinition
is now async so it can look up organizations.buildInputDefinition
now includes the chosen organization id in the return.schema:create
andschema:update
commands were updated to pass on the chosen organization to the core SDK. Unit tests for these were update enough to work but I plan to do better on the yargs branch.