Files
supermq/cli/commands_test.go
T
Felix Gateru 0bcb846e86 NOISSUE - Add Magistrala CLI (#40)
Signed-off-by: Felix Gateru <felix.gateru@gmail.com>
2025-01-14 14:08:19 +01:00

19 lines
385 B
Go

// Copyright (c) Abstract Machines
// SPDX-License-Identifier: Apache-2.0
package cli_test
// CRUD and common commands
const (
createCmd = "create"
updateCmd = "update"
getCmd = "get"
enableCmd = "enable"
disableCmd = "disable"
updCmd = "update"
delCmd = "delete"
rmCmd = "remove"
whitelistCmd = "whitelist"
bootStrapCmd = "bootstrap"
)