command
Version:
v1.1.1
Opens a new window with list of versions in this module.
Published: Dec 12, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
gNOI OS Client
A simple shell binary that performs OS client operations against a gNOI target.
gNOI OS Client Operations
-
-op install
installs the provided OS image onto the target.
-
-op activate
tells the target to boot into the specified OS version on next reboot.
-
-op verify
verifies the version of the OS currently running on the target.
Install
go get github.com/google/gnxi/gnoi_os
go install github.com/google/gnxi/gnoi_os
Run
./gnoi_os \
-target_addr localhost:9339 \
-target_name target.com \
-ca ca.crt \
-key client.key \
-cert client.crt \
-version 1.1 \
-os myosfile.img \
-op install | activate | verify
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.