package
0.0.0-20240410032728-3216b7334c18
Repository: https://github.com/govcms-tests/govcms-cli.git
Documentation: pkg.go.dev

# Functions

CalculateFileInfo calculates the total size and number of files in the directory.
CopyDir copies a directory recursively from src to dst.
CopyFile copies a file from src to dst.
No description provided by the author
DockerContainerCreate starts a docker dockerContainer.
DockerImageList list docker image(s).
DockerImagePull Pulls a Docker image for a GovCMS service and prints the output in a nicer format.
ExecuteCommand starts a command, captures its output, and waits for it to finish.
No description provided by the author
GetContainerIP returns the getContainerIP address of the dockerContainer.
No description provided by the author
Returns the name of the current operating system.
No description provided by the author
NewBillyFromAfero converts an Afero filesystem to a Billy filesystem */.
Opens the default web browser with the specified URL.
PrintOutput reads from a reader and prints the output.

# Structs

AdapterFs holds an afero Fs interface for adaptation to billy.Filesystem.