command
Version:
v0.0.38
Opens a new window with list of versions in this module.
Published: Apr 12, 2026
License: MIT
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
¶
box example
This example targets the Box environment and demonstrates a minimal workflow:
- Connect using
SLICER_URL, SLICER_TOKEN, and/or SLICER_TOKEN_FILE
- List VMs with
client.ListVMs
- Select
vms[0]
- Run
uname -a with client.Exec
Run:
export SLICER_URL=https://box.slicervm.com
export SLICER_TOKEN_FILE=~/.slicer/gh-access-token
go run ./examples/box
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.