https://git.jolheiser.com/go-spectre.git
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
# Spectre CLI All flags can be supplied as environment variables starting with `SPECTRE_*` e.g. `--username` -> `SPECTRE_USERNAME` ### Usage ```text spectre [FLAGS] [site] -counter int counter (default 1) -scope value scope -scoper string scoper base (default "com.lyndir.masterpassword") -secret string secret -template value template -username string username ``` ### Example ```shell export SPECTRE_USERNAME="Robert Lee Mitchell" export SPECTRE_SECRET="banana colored duckling" spectre masterpasswordapp.com # Jejr5[RepuSosp ```