Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllowedVerbs = map[string]struct{}{
"create": {},
"delete": {},
"disable": {},
"edit": {},
"enable": {},
"exec": {},
"get": {},
"init": {},
"install": {},
"list": {},
"login": {},
"logout": {},
"run": {},
"set": {},
"show": {},
"status": {},
"sync": {},
"uninstall": {},
"update": {},
}
AllowedVerbs is the canonical set of leaf-command verbs. Every leaf command's first token must appear here. Adding an entry requires a one-line justification in the PR description per the developer guide.
Keep alphabetised.
Functions ¶
func IsAllowedVerb ¶
IsAllowedVerb reports whether v is in the verb allow-list.
func NewRootCommand ¶
NewRootCommand creates the root cobra command. Persistent flags are resolved in PersistentPreRunE before any RunE fires, so domain commands can read App.Output and the resolved profile at call time.
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package auth registers the `safedep auth` domain.
|
Package auth registers the `safedep auth` domain. |
|
Package endpoint registers the `safedep endpoint` command tree, the CLI front-end for SafeDep Cloud's EndpointManagementService (Endpoint Hub).
|
Package endpoint registers the `safedep endpoint` command tree, the CLI front-end for SafeDep Cloud's EndpointManagementService (Endpoint Hub). |
|
Package integration is the umbrella domain for SafeDep's third-party integrations.
|
Package integration is the umbrella domain for SafeDep's third-party integrations. |
|
jfrog
internal/cmd/integration/jfrog/run.go
|
internal/cmd/integration/jfrog/run.go |
|
Package query registers the `safedep query` domain.
|
Package query registers the `safedep query` domain. |
|
Package version registers the `safedep version` command.
|
Package version registers the `safedep version` command. |
Click to show internal directories.
Click to hide internal directories.