Documentation
¶
Overview ¶
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var COMMIT = "unknown"
COMMIT is the short hash of the source tree. This should be substituted by Git commit hash during the build process.
View Source
var ListTagsCmd = &cobra.Command{ Use: "list-tags [flags]", Short: "Lists current tags to objects in a decK file", Long: `Lists current tags to objects in a decK file. The tags will be collected from all objects that match the selector expressions. If no selectors are given, all Kong entities will be scanned.`, RunE: executeListTags, Args: cobra.NoArgs, }
View Source
var RemoveTagsCmd = &cobra.Command{
Use: "remove-tags [flags] tag [...tag]",
Short: "Removes tags from objects in a decK file",
Long: `Removes tags from objects in a decK file.
The listed tags are removed from all objects that match the selector expressions.
If no selectors are given, all Kong entities will be selected.`,
RunE: executeRemoveTags,
}
View Source
var VERSION = "dev"
VERSION is the current version of decK. This should be substituted by git tag during the build process.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.