Documentation ¶
Overview ¶
Package cli contains the domain concept definitions needed to support Magistrala CLI functionality.
Index ¶
- Variables
- func NewBootstrapCmd() *cobra.Command
- func NewCertsCmd() *cobra.Command
- func NewChannelAssignCmds() *cobra.Command
- func NewChannelUnassignCmds() *cobra.Command
- func NewChannelsCmd() *cobra.Command
- func NewConfigCmd() *cobra.Command
- func NewDomainAssignCmds() *cobra.Command
- func NewDomainUnassignCmds() *cobra.Command
- func NewDomainsCmd() *cobra.Command
- func NewGroupAssignCmds() *cobra.Command
- func NewGroupUnassignCmds() *cobra.Command
- func NewGroupsCmd() *cobra.Command
- func NewHealthCmd() *cobra.Command
- func NewInvitationsCmd() *cobra.Command
- func NewJournalCmd() *cobra.Command
- func NewMessagesCmd() *cobra.Command
- func NewProvisionCmd() *cobra.Command
- func NewSubscriptionCmd() *cobra.Command
- func NewThingsCmd() *cobra.Command
- func NewUsersCmd() *cobra.Command
- func ParseConfig(sdkConf mgxsdk.Config) (mgxsdk.Config, error)
- func SetSDK(s mgxsdk.SDK)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Limit query parameter. Limit uint64 = 10 // Offset query parameter. Offset uint64 = 0 // Name query parameter. Name string = "" // Identity query parameter. Identity string = "" // Metadata query parameter. Metadata string = "" // Status query parameter. Status string = "" // ConfigPath config path parameter. ConfigPath string = "" // State query parameter. State string = "" // Topic query parameter. Topic string = "" // Contact query parameter. Contact string = "" // RawOutput raw output mode. RawOutput bool = false // Username query parameter. Username string = "" // FirstName query parameter. FirstName string = "" // LastName query parameter. LastName string = "" )
Functions ¶
func NewBootstrapCmd ¶
NewBootstrapCmd returns bootstrap command.
func NewChannelAssignCmds ¶ added in v0.15.0
func NewChannelUnassignCmds ¶ added in v0.15.0
func NewConfigCmd ¶
New config command to store params to local TOML file.
func NewDomainAssignCmds ¶ added in v0.15.0
func NewDomainUnassignCmds ¶ added in v0.15.0
func NewGroupAssignCmds ¶ added in v0.15.0
func NewGroupUnassignCmds ¶ added in v0.15.0
func NewInvitationsCmd ¶
NewInvitationsCmd returns invitations command.
func NewJournalCmd ¶ added in v0.15.0
NewJournalCmd returns journal log command.
func NewProvisionCmd ¶
NewProvisionCmd returns provision command.
func NewSubscriptionCmd ¶
NewSubscriptionCmd returns subscription command.
func ParseConfig ¶
ParseConfig - parses the config file.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.