Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/amazon-q-developer-cli
/ gpg_env
Method
gpg_env
scripts/build.py:421–422 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
419
run_cmd([
"gpg"
,
"--list-keys"
], env=self.gpg_env())
420
421
def
gpg_env(self) -> Env:
422
return
{**os.environ,
"GNUPGHOME"
: self.gpg_home}
423
424
def
sign_args(self) -> Args:
425
return
[
Callers
2
__init__
Method · 0.95
sign_file
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected