Registry / cli / jfrog-gocmd

jfrog-gocmd

JSON →
library0.6.0gogounverified

Package gocmd provides a Go library for executing commands with advanced features.

go get github.com/jfrog/gocmd
INSTALL
IMPORT
SIG · JFROG-GOCMD
J
jfrog-gocmd
cligov0.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gocmd
github.com/jfrog/gocmd

Runs the echo command and prints its output.

package main import ( "fmt" "github.com/jfrog/gocmd" ) func main() { output, err := gocmd.Run("echo", "hello") if err != nil { panic(err) } fmt.Println(string(output)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
24
Resources
jfrog-gocmd — go get jfrog-gocmd · libregistry