MCPcopy Create free account
hub / github.com/jetify-com/devbox / PrintEnvrcContent

Function PrintEnvrcContent

internal/devbox/devbox.go:548–550  ·  view source on GitHub ↗
(w io.Writer, envFlags devopt.EnvFlags, configDir string)

Source from the content-addressed store, hash-verified

546}
547
548func PrintEnvrcContent(w io.Writer, envFlags devopt.EnvFlags, configDir string) error {
549 return generate.EnvrcContent(w, envFlags, configDir)
550}
551
552// GenerateEnvrcFile generates a .envrc file that makes direnv integration convenient
553func (d *Devbox) GenerateEnvrcFile(ctx context.Context, opts devopt.EnvrcOpts) error {

Callers 1

runGenerateDirenvCmdFunction · 0.92

Calls 1

EnvrcContentFunction · 0.92

Tested by

no test coverage detected