pkg

package
v1.4.2 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2024 License: BSD-3-Clause Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CreateCmd = &cobra.Command{
	Use:   "create",
	Short: "Create package",
	Long:  "Create a new packages for a subscription",
	Run:   create,
}

CreateCmd - `iron package create`

View Source
var ListCmd = &cobra.Command{
	Use:   "list",
	Short: "List packages",
	Long:  "List packages for a subscription",
	Run:   list,
}

ListCmd - `iron package list`

View Source
var PackageCmd = &cobra.Command{
	Use:   "package",
	Short: "",
	Long:  "",
	Run:   create,
}

PackageCmd - `iron package`

View Source
var PkgCmd = &cobra.Command{
	Hidden: true,
	Use:    "pkg",
	Short:  "",
	Long:   "",
	Run:    create,
}

PkgCmd - `iron pkg`

View Source
var UpdateRefCmd = &cobra.Command{
	Use:   "update-ref",
	Short: "Update package ref",
	Long:  "Update the user defined 'ref' field for a package",
	Run:   updateRef,
}

UpdateRefCmd - `iron package update-ref`

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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