cmd

package
v0.0.0-...-75135eb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2024 License: Apache-2.0 Imports: 20 Imported by: 1

Documentation

Overview

* Copyright 2021 Red Hat * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License.

Index

Constants

This section is empty.

Variables

View Source
var CommitIDLong string = "unknown"

CommitIDLong contains the commit ID the binary was build on. It is populated at build time by ldflags. If you're running from a local debugger it will show an empty commit ID.

View Source
var Version = VersionContext{
	Version: apiversion.GetVersion(),
	Commit:  CommitIDLong,
}

Functions

func Execute

func Execute()

Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.

func NewReportCmd

func NewReportCmd(config *viper.Viper) *cobra.Command

NewReportCmd creates a command that sanity checks report.

func NewVerifyCmd

func NewVerifyCmd(config *viper.Viper) *cobra.Command

NewVerifyCmd creates ...

func NewVersionCmd

func NewVersionCmd() *cobra.Command

Types

type VersionContext

type VersionContext struct {
	Version string `json:"version"`
	Commit  string `json:"commit"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL