package
0.0.0-20240925130209-36e4bf4d5b17
Repository: https://github.com/1password/shell-plugins.git
Documentation: pkg.go.dev

# Functions

AddArgs can be used to add args to the command line.
AtFixedPath can be used to tell the file provisioner to store the credential at a specific location, instead of an autogenerated temp dir.
EnvVars creates an EnvVarProvisioner that provisions secrets as environment variables, based on the specified schema of field name and environment variable name.
FieldAsFile can be used to store the value of a single field as a file.
Filename can be used to tell the file provisioner to store the credential with a specific name, instead of an autogenerated name.
NoOp can be used as a provisioner stub while developing plugins.
SetOutputDirAsEnvVar can be used to provision the directory of the output file as an environment variable.
SetPathAsEnvVar can be used to provision the temporary file path as an environment variable.
TempFile returns a file provisioner and takes a function that maps a 1Password item to the contents of a single file.

# Structs

EnvVarProvisioner provisions secrets as environment variables.
FileProvisioner provisions one or more secrets as a temporary file.

# Type aliases

FileOption can be used to influence the behavior of the file provisioner.
No description provided by the author