...

Source file src/edge-infra.dev/pkg/edge/edgeadmin/commands/chart/constants.go

Documentation: edge-infra.dev/pkg/edge/edgeadmin/commands/chart

     1  package chart
     2  
     3  const (
     4  	longHelp = `
     5  Description:
     6  	The edgeadmin chart command group lets you publish, delete, and diff Edge NCR Charts.
     7  	These charts exist in the Edge JFrog and OCI Helm Repositories.
     8  	Subcommands that are grouped under the edgeadmin chart command are as follows:
     9  	
    10  		edgeadmin chart publish
    11  		edgeadmin chart diff
    12  		edgeadmin chart delete
    13  `
    14  )
    15  

View as plain text