...

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

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

     1  // The edgeadmin chart command group lets you publish, delete, and diff Edge NCR Charts.
     2  // These charts exist in the Edge JFrog and OCI Helm Repositories.
     3  // Subcommands that are grouped under the edgeadmin chart command are as follows:
     4  //
     5  //	edgeadmin chart publish
     6  //	edgeadmin chart diff
     7  //	edgeadmin chart delete
     8  package chart
     9  

View as plain text