Skip to content

Commit 40d55f5

Browse files
authored
chore(cli): remove invitation from top-level org cmd (#571)
Signed-off-by: Miguel Martinez Trivino <[email protected]>
1 parent 4227078 commit 40d55f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/cli/cmd/organization.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ func newOrganizationCmd() *cobra.Command {
3333
newOrganizationSet(),
3434
newOrganizationLeaveCmd(),
3535
newOrganizationDescribeCmd(),
36-
newOrganizationInvitationCmd(),
3736
newOrganizationAPITokenCmd(),
3837
newOrganizationMemberCmd(),
3938
)

0 commit comments

Comments
 (0)