We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75cd2db commit a0b51e1Copy full SHA for a0b51e1
1 file changed
cmd/plural/crypto.go
@@ -262,6 +262,7 @@ func cryptoInit(c *cli.Context) error {
262
}
263
264
func (p *Plural) handleCryptoShare(c *cli.Context) error {
265
+ p.InitPluralClient()
266
emails := c.StringSlice("email")
267
if err := crypto.SetupAge(p.Client, emails); err != nil {
268
return err
@@ -276,6 +277,7 @@ func (p *Plural) handleCryptoShare(c *cli.Context) error {
276
277
278
279
func (p *Plural) handleSetupKeys(c *cli.Context) error {
280
281
name := c.String("name")
282
if err := crypto.SetupIdentity(p.Client, name); err != nil {
283
0 commit comments