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

Function newOrganizationCmd

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

Source from the content-addressed store, hash-verified

20)
21
22func newOrganizationCmd() *cobra.Command {
23 cmd := &cobra.Command{
24 Use: "organization",
25 Aliases: []string{"org"},
26 Short: "Organizations management",
27 }
28
29 cmd.AddCommand(
30 newOrganizationList(),
31 newOrganizationCreateCmd(),
32 newOrganizationUpdateCmd(),
33 newOrganizationSet(),
34 newOrganizationLeaveCmd(),
35 newOrganizationDeleteCmd(),
36 newOrganizationDescribeCmd(),
37 newOrganizationAPITokenCmd(),
38 newOrganizationMemberCmd(),
39 )
40 return cmd
41}

Callers 1

NewRootCmdFunction · 0.85

Calls 9

newOrganizationListFunction · 0.85
newOrganizationCreateCmdFunction · 0.85
newOrganizationUpdateCmdFunction · 0.85
newOrganizationSetFunction · 0.85
newOrganizationLeaveCmdFunction · 0.85
newOrganizationDeleteCmdFunction · 0.85
newOrganizationMemberCmdFunction · 0.85

Tested by

no test coverage detected