Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install section? #3

Open
rantoniuk opened this issue Feb 25, 2021 · 1 comment
Open

Install section? #3

rantoniuk opened this issue Feb 25, 2021 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@rantoniuk
Copy link

rantoniuk commented Feb 25, 2021

I am missing an install section on how to install the gopass-summon-provider as I don't seem to see it on my system:

ls -al /usr/local/bin/gopass-summon-provider
ls: /usr/local/bin/gopass-summon-provider: No such file or directory
brew list summon
/usr/local/Cellar/summon/0.8.3/bin/summon
brew list gopass
/usr/local/Cellar/gopass/1.12.0/bin/changelog
/usr/local/Cellar/gopass/1.12.0/bin/gopass
/usr/local/Cellar/gopass/1.12.0/bin/release
/usr/local/Cellar/gopass/1.12.0/etc/bash_completion.d/gopass
/usr/local/Cellar/gopass/1.12.0/share/fish/vendor_completions.d/gopass.fish
/usr/local/Cellar/gopass/1.12.0/share/zsh/site-functions/_gopass

gopass: stable 1.12.0 (bottled), HEAD
Slightly more awesome Standard Unix Password Manager for Teams
https://github.com/gopasspw/gopass
/usr/local/Cellar/gopass/1.12.0 (11 files, 18.9MB) *
  Poured from bottle on 2021-02-24 at 12:38:48
From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/gopass.rb
License: MIT
==> Dependencies
Build: go ✘
Required: gnupg ✔, terminal-notifier ✔
==> Options
--HEAD
	Install HEAD version
==> Caveats
zsh completions have been installed to:
  /usr/local/share/zsh/site-functions
==> Analytics
install: 1,443 (30 days), 2,802 (90 days), 10,557 (365 days)
install-on-request: 1,438 (30 days), 2,797 (90 days), 10,536 (365 days)
build-error: 0 (30 days)

cyberark/tools/summon: stable 0.8.3
CLI that provides on-demand secrets access for common DevOps tools.
https://github.com/cyberark/summon
/usr/local/Cellar/summon/0.8.3 (3 files, 3.3MB) *
  Built from source on 2021-02-25 at 18:10:13
From: https://github.com/cyberark/homebrew-tools/blob/HEAD/summon.rb
@rantoniuk
Copy link
Author

I was missing exactly the script below, but it could be probably auto-packaged?

cat /usr/local/bin/gopass-summon-provider

#!/bin/sh
gopass show $(echo "${@}"|tr : \ )

@dominikschulz dominikschulz added the documentation Improvements or additions to documentation label Feb 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants