MCPcopy Create free account
hub / github.com/conforma/cli / setupCliVersion

Function setupCliVersion

acceptance/cli/cli.go:921–929  ·  view source on GitHub ↗
(ctx context.Context, vars map[string]string)

Source from the content-addressed store, hash-verified

919}
920
921func setupCliVersion(ctx context.Context, vars map[string]string) (map[string]string, error) {
922 v, err := testenv.CLIVersion(ctx)
923 if err != nil {
924 return vars, err
925 }
926 vars["EC_VERSION"] = v
927
928 return vars, nil
929}

Callers 1

variablesFunction · 0.85

Calls 1

CLIVersionFunction · 0.92

Tested by

no test coverage detected