cornucopia
cornucopia copied to clipboard
CLI command names and consistency.
In our CLI, we renamed the managed command to schema at some point. But we didn't change the generate_managed function to reflect that.
One thing to note is that generate_schema sounds a bit misleading as we are generating against a schema, not generating the schema itself.
Should we leave things as is and live with the discrepancy? Should we find a better name to make the CLI and the api consistent?