xtoml

command module
v0.0.0-...-18d962d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 26, 2023 License: GPL-3.0 Imports: 1 Imported by: 0

README

xtoml

  • manage keys inside tables of toml files

available commands:

add
  • add a key/value pair under specified plugin
  • value will be added as specified type: string, int, bool
  • new file will be writen output.toml
./xtoml add --file input.toml --plugin "io.containerd.grpc.v1.cri" --key sandbox_image --value "Image:Tag"
./xtoml add --file input.toml --plugin "io.containerd.grpc.v1.cri" --key some_entry --value 88 --type int
./xtoml add --file input.toml --plugin "io.containerd.grpc.v1.cri" --key some_other_entry --value true --type bool

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL