MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / newOrganizationMemberCmd

Function newOrganizationMemberCmd

app/cli/cmd/organization_member.go:22–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20)
21
22func newOrganizationMemberCmd() *cobra.Command {
23 cmd := &cobra.Command{
24 Use: "member",
25 Short: "Organization members management",
26 }
27
28 cmd.AddCommand(
29 newOrganizationMemberList(),
30 newOrganizationMemberUpdateCmd(),
31 newOrganizationMemberDeleteCmd(),
32 newOrganizationInvitationCmd(),
33 )
34
35 return cmd
36}

Callers 1

newOrganizationCmdFunction · 0.85

Tested by

no test coverage detected