MCPcopy Index your code
hub / github.com/smallstep/cli / federationAction

Function federationAction

command/ca/federation.go:118–120  ·  view source on GitHub ↗
(ctx *cli.Context)

Source from the content-addressed store, hash-verified

116}
117
118func federationAction(ctx *cli.Context) error {
119 return rootsAndFederationFlow(ctx, federationFlow)
120}
121
122func rootsAndFederationFlow(ctx *cli.Context, typ flowType) error {
123 if err := errs.MinMaxNumberOfArguments(ctx, 0, 1); err != nil {

Callers

nothing calls this directly

Calls 1

rootsAndFederationFlowFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…