Documentation ¶
Index ¶
- Constants
- Variables
- func CmdCreateModel() *cobra.Command
- func CmdCreateModelVersion() *cobra.Command
- func CmdDeleteModel() *cobra.Command
- func CmdDeleteModelVersion() *cobra.Command
- func CmdListModel() *cobra.Command
- func CmdShowModel() *cobra.Command
- func CmdShowModelVersion() *cobra.Command
- func CmdShowModelVersions() *cobra.Command
- func CmdShowVendorProducts() *cobra.Command
- func CmdUpdateModel() *cobra.Command
- func CmdUpdateModelVersion() *cobra.Command
- func GetQueryCmd(_ string) *cobra.Command
- func GetTxCmd() *cobra.Command
Constants ¶
View Source
const ( // Flags for Model. FlagVid = "vid" FlagPid = "pid" FlagDeviceTypeID = "deviceTypeID" FlagProductName = "productName" FlagProductNameShortcut = "n" FlagProductLabel = "productLabel" FlagProductLabelShortcut = "d" FlagPartNumber = "partNumber" FlagCommissioningCustomFlow = "commissioningCustomFlow" FlagCommissioningCustomFlowURL = "commissioningCustomFlowURL" FlagCommissioningModeInitialStepsHint = "commissioningModeInitialStepsHint" FlagCommissioningModeInitialStepsInstruction = "commissioningModeInitialStepsInstruction" FlagCommissioningModeSecondaryStepsHint = "commissioningModeSecondaryStepsHint" FlagCommissioningModeSecondaryStepsInstruction = "commissioningModeSecondaryStepsInstruction" FlagCommissionerRemoteUIFlowURL = "commissionerRemoteUiFlowURL" FlagUserManualURL = "userManualURL" FlagSupportURL = "supportURL" FlagProductURL = "productURL" FlagLsfURL = "lsfURL" FlagLsfRevision = "lsfRevision" // Flags for ModelVersion. FlagSoftwareVersion = "softwareVersion" FlagSoftwareVersionShortcut = "v" FlagSoftwareVersionString = "softwareVersionString" FlagCdVersionNumber = "cdVersionNumber" FlagFirmwareInformation = "firmwareInformation" FlagSoftwareVersionValid = "softwareVersionValid" FlagOtaURL = "otaURL" FlagOtaFileSize = "otaFileSize" FlagOtaChecksum = "otaChecksum" FlagOtaChecksumType = "otaChecksumType" FlagMinApplicableSoftwareVersion = "minApplicableSoftwareVersion" FlagMaxApplicableSoftwareVersion = "maxApplicableSoftwareVersion" FlagReleaseNotesURL = "releaseNotesURL" )
Variables ¶
Functions ¶
func CmdCreateModel ¶ added in v0.6.0
func CmdCreateModelVersion ¶ added in v0.6.0
func CmdDeleteModel ¶ added in v0.6.0
func CmdDeleteModelVersion ¶ added in v1.1.1
func CmdListModel ¶ added in v0.6.0
func CmdShowModel ¶ added in v0.6.0
func CmdShowModelVersion ¶ added in v0.6.0
func CmdShowModelVersions ¶ added in v0.6.0
func CmdShowVendorProducts ¶ added in v0.6.0
func CmdUpdateModel ¶ added in v0.6.0
func CmdUpdateModelVersion ¶ added in v0.6.0
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.