Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Main = &cobra.Command{
Use: "schema",
Short: "JSON Schema related helpers",
}
View Source
var RenderVersion = &cobra.Command{ Use: "render-version <project-name> <new-version> <schema-path>", Args: cobra.ExactArgs(3), Short: "Renders the version schema for <project-name> and <new-version> in the current directory. The `$ref` is pointing to the <schema-path> relative to the repo root.", Run: addVersionToSchema, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.