Add Cobra CLI #10

Merged
faercol merged 2 commits from 41-add-cobra into main 2023-11-04 17:07:20 +00:00
Owner
No description provided.
faercol added 2 commits 2023-10-28 13:19:06 +00:00
Fix docker image not compatible with non static compilation
Some checks failed
ci/woodpecker/push/deploy unknown status
ci/woodpecker/push/test Pipeline failed
c0f0e03ff3
faercol force-pushed 41-add-cobra from c0f0e03ff3 to fadef50bc2 2023-10-28 13:20:05 +00:00 Compare
faercol added a new dependency 2023-10-29 12:38:44 +00:00
chapoline reviewed 2023-11-04 15:53:55 +00:00
@ -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",
Owner
You're in their DMs
``` You're in their DMs ```
Author
Owner

Fixed

Fixed
chapoline reviewed 2023-11-04 15:58:20 +00:00
@ -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
Owner

PolyculeConnect is a SSO OpenIDConnect provider which allows multiple authentication backends, and enables authentication federation among several infrastructures.

PolyculeConnect is a SSO OpenIDConnect provider which allows multiple authentication backends, and enables authentication federation among several infrastructures.
Author
Owner

Fixed

Fixed
faercol force-pushed 41-add-cobra from fadef50bc2 to 137789e2a1 2023-11-04 16:59:39 +00:00 Compare
chapoline requested review from chapoline 2023-11-04 17:06:46 +00:00
chapoline approved these changes 2023-11-04 17:07:05 +00:00
faercol merged commit 137789e2a1 into main 2023-11-04 17:07:20 +00:00
faercol deleted branch 41-add-cobra 2023-11-04 17:07:20 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Blocks
#11 Feat #43: Add CLI command for the backends
PolyculeConnect/polycule-connect
Reference: PolyculeConnect/polycule-connect#10
No description provided.