Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
export developers
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Aug 5, 2019
1 parent 1b63075 commit 19e269f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/developers/developers.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
"github.com/spf13/cobra"
"github.com/srinandan/apigeecli/cmd/developers/crtdev"
"github.com/srinandan/apigeecli/cmd/developers/deldev"
"github.com/srinandan/apigeecli/cmd/developers/expdev"
"github.com/srinandan/apigeecli/cmd/developers/getdev"
"github.com/srinandan/apigeecli/cmd/developers/impdev"
"github.com/srinandan/apigeecli/cmd/developers/listdev"
Expand All @@ -29,4 +30,5 @@ func init() {
Cmd.AddCommand(deldev.Cmd)
Cmd.AddCommand(crtdev.Cmd)
Cmd.AddCommand(impdev.Cmd)
Cmd.AddCommand(expdev.Cmd)
}

0 comments on commit 19e269f

Please sign in to comment.