Skip to content

Commit

Permalink
Merge pull request #3 from silinternational/develop
Browse files Browse the repository at this point in the history
Release 0.1.2 - change module from idp-in-a-box to idp-cli
  • Loading branch information
briskt authored Jul 27, 2023
2 parents 40baa09 + 5adbb41 commit 3ac07ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# idp-in-a-box
# idp-cli
CLI Tool for the IdP-in-a-Box service.

## CLI
Expand Down
4 changes: 2 additions & 2 deletions cmd/cli/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/spf13/cobra"
"github.com/spf13/viper"

"github.com/silinternational/idp-in-a-box/cmd/cli/multiregion"
"github.com/silinternational/idp-cli/cmd/cli/multiregion"
)

const requiredPrefix = "required - "
Expand All @@ -21,7 +21,7 @@ var configFile string

func Execute() {
rootCmd := &cobra.Command{
Use: "idp",
Use: "idp-cli",
Short: "idp-in-a-box CLI",
Long: `idp is a CLI tool for the silinternational/idp-in-a-box system.
It can be used to check the status of the IdP. It can also be used to establish secondary resources
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/silinternational/idp-in-a-box
module github.com/silinternational/idp-cli

go 1.20

Expand Down

0 comments on commit 3ac07ed

Please sign in to comment.