package
0.28.2
Repository: https://github.com/smallstep/cli.git
Documentation: pkg.go.dev

# Functions

Command executes the given command with it's arguments and returns the standard output.
Exec is wrapper over syscall.Exec, invokes the execve(2) system call.
IsWSL returns true if Windows Subsystem for Linux is detected.
LookPath is an alias for exec.LookPath.
OpenInBrowser opens the given url on a web browser.
Run is a wrapper over os/exec Cmd.Run that configures Stderr/Stdin/Stdout to the current ones and wait until the process finishes, exiting with the same code.
RunWithPid calls Run and writes the process ID in pidFile.
Step executes step with the given commands and returns the standard output.