Add Cobra CLI #10
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Blocks
#11 Feat #43: Add CLI command for the backends}
PolyculeConnect/polycule-connect
Reference: PolyculeConnect/polycule-connect#10
Loading…
Reference in a new issue
No description provided.
Delete branch "41-add-cobra"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
c0f0e03ff3
tofadef50bc2
@ -0,0 +9,4 @@
// rootCmd represents the base command when called without any subcommands
var rootCmd = &cobra.Command{
Use: "polyculeconnect",
Short: "You're in their DM, I'm in their SSO",
Fixed
@ -0,0 +10,4 @@
var rootCmd = &cobra.Command{
Use: "polyculeconnect",
Short: "You're in their DM, I'm in their SSO",
Long: `PolyculeConnect is a SSO OpenIDConnect provider allowing multiple authentication
PolyculeConnect is a SSO OpenIDConnect provider which allows multiple authentication backends, and enables authentication federation among several infrastructures.
Fixed
fadef50bc2
to137789e2a1