// 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" )