import "github.com/nanovms/ops/cmd"
appendGlobalCmdFlagsToConfig.go build.go image.go instance.go load.go manifest.go net.go network.go network_linux.go package.go profile.go root.go run.go update.go utils.go version.go volume.go
AppendGlobalCmdFlagsToConfig append command flags that are used transversally for all commands to configuration
BuildCommand helps you to build image from ELF
GetRootCommand provides set all commands for Ops
ImageCommands provides image related command on GCP
InstanceCommands provides instance related commands
LoadCommand helps you to run application with package
ManifestCommand dumps manifest for binary file
NetCommands provides net related commands
PackageCommands gives package related commands
ProfileCommand provides a profile command
RunCommand provides support for running binary with nanos
SubtractTimeNotation subtracts time notation timestamp from date passed by argument
UpdateCommand provides update related commands
VersionCommand provides version command
VolumeCommands handles volumes related operations
type Profile struct { OpsVersion string NanosVersion string QemuVersion string Arch string Hypervisor bool }
Profile holds a particular host's configuration that is used to troubleshoot different environments. This is separate and different from a runtime cache.
Package cmd imports 30 packages (graph) and is imported by 1 packages. Updated 2021-01-20. Refresh now. Tools for package owners.