Skip to content

tracking: CLI non-interactive signing (--sign-with-key / STELLAR_SIGN_WITH_KEY) - #384

Draft
DevTobis wants to merge 1 commit into
blockchain-maxis:mainfrom
DevTobis:tracking/254-cli-sign-with-key
Draft

tracking: CLI non-interactive signing (--sign-with-key / STELLAR_SIGN_WITH_KEY)#384
DevTobis wants to merge 1 commit into
blockchain-maxis:mainfrom
DevTobis:tracking/254-cli-sign-with-key

Conversation

@DevTobis

Copy link
Copy Markdown

closes #254

Status: blocked, empty tracking PR

No apps/cli or cli/ package exists on main yet, in either CLI lineage:

Neither has a link/sign command yet for --sign-with-key to attach to or for STELLAR_SIGN_WITH_KEY to be read by, so there's no real diff to open against this issue right now.

One open decision, resolved

PR #352 (docs/cli-guide) explicitly left a naming question for whoever picks up #254: pass SIGNET_DEPLOY_KEY through as-is, or read STELLAR_SIGN_WITH_KEY directly (which stellar tx sign already honours). This issue's own body specifies STELLAR_SIGN_WITH_KEY — going with that: CI stores the secret as secrets.SIGNET_DEPLOY_KEY and exposes it to the job as STELLAR_SIGN_WITH_KEY, one name in the CLI's own environment. No second variable to keep in sync.

Next step

Once the Go CLI's sign path exists (after #370 and whichever of the remaining CLI PRs it depends on land), this PR gets the real implementation and comes out of draft.

…il a CLI exists on main

No apps/cli or cli/ package exists on main yet. The CLI is mid-rewrite
from a stale TypeScript scaffold (blockchain-maxis#354, apps/cli/) to an in-progress
Go rewrite (blockchain-maxis#369 landed identity resolution; blockchain-maxis#370/blockchain-maxis#358/blockchain-maxis#357/blockchain-maxis#359/blockchain-maxis#356/
blockchain-maxis#371/blockchain-maxis#380 build out the rest, all still open). There is no link/sign
command yet for --sign-with-key / STELLAR_SIGN_WITH_KEY to attach to.

Empty tracking PR so the issue shows linked work in progress. Real
commits land once the Go CLI's sign path exists.
@vercel

vercel Bot commented Aug 31, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
signet-web Skipped Skipped Aug 31, 2026 9:56am

@netlify

netlify Bot commented Aug 31, 2026

Copy link
Copy Markdown

Deploy Preview for stellar-signet ready!

Name Link
🔨 Latest commit 544173a
🔍 Latest deploy log https://app.netlify.com/projects/stellar-signet/deploys/6a954fde258b380009113d91
😎 Deploy Preview https://deploy-preview-384--stellar-signet.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CLI has no non-interactive signing path for CI environments

1 participant