env

command
v0.4.3 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2023 License: AGPL-3.0 Imports: 2 Imported by: 0

README

Env Plugin

A cloudcat js plugin for reading environment variables.

Build the plugin
go build -buildmode=plugin -o env.so
Plugin usage
export FOO=BAR
cat << EOF | cloudcat --plugin $(pwd) run -s -
require("cloudcat/env").get("FOO")
EOF
# "BAR"

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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