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>", Args: cobra.ExactArgs(2), Short: "Renders the version schema for <project-name> and <new-version> in the current directory.", Run: addVersionToSchema, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.