Skip to content

Commit 82fd1c2

Browse files
chore: made root command domains
1 parent ac3103e commit 82fd1c2

17 files changed

Lines changed: 31 additions & 25 deletions
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
package projects
1+
package deployments
22

33
import (
44
"github.com/urfave/cli/v2"
55
)
66

7-
func newDeploymentsCommand() *cli.Command {
7+
func NewDeploymentsCommand() *cli.Command {
88
return &cli.Command{
99
Name: "deployments",
1010
Usage: "Manage deployments for a project",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package projects
1+
package deployments
22

33
import (
44
"fmt"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package projects
1+
package deployments
22

33
import (
44
"fmt"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package projects
1+
package deployments
22

33
import (
44
"fmt"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package projects
1+
package deployments
22

33
import (
44
"fmt"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package projects
1+
package deployments
22

33
import (
44
"fmt"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package projects
1+
package deployments
22

33
import (
44
"fmt"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
package projects
1+
package domains
22

33
import (
44
"github.com/urfave/cli/v2"
55
)
66

7-
func newDomainsCommand() *cli.Command {
7+
func NewDomainsCommand() *cli.Command {
88
return &cli.Command{
99
Name: "domains",
1010
Usage: "Manage custom domains for a project",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package projects
1+
package domains
22

33
import (
44
"fmt"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package projects
1+
package domains
22

33
import (
44
"fmt"

0 commit comments

Comments
 (0)