Skip to content

Add guided Keymaster installer#259

Merged
macterra merged 2 commits intomainfrom
codex/issue-253-keymaster-installer
Mar 26, 2026
Merged

Add guided Keymaster installer#259
macterra merged 2 commits intomainfrom
codex/issue-253-keymaster-installer

Conversation

@macterra
Copy link
Copy Markdown
Collaborator

Summary

  • add a guided install script for Keymaster onboarding
  • prompt for ID name, passphrase, and Gatekeeper URL after checking Node.js and npm
  • document the curl-to-bash installer flow and env var persistence guidance

Closes #253

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a guided “curl | bash” onboarding flow for installing and configuring the Keymaster CLI, plus documentation updates describing how the installer works and how to persist required environment variables.

Changes:

  • Added scripts/install-keymaster.sh interactive installer (Node/npm detection, Keymaster install, prompts for ID/passphrase/Gatekeeper URL, runs keymaster create-id).
  • Documented the hosted installer command in the root README and the @didcid/keymaster package README.
  • Added guidance about environment variable persistence when running via curl | bash.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 5 comments.

File Description
scripts/install-keymaster.sh New guided installer script for Keymaster onboarding and initial ID creation.
packages/keymaster/README.md Documents the guided installer and explains the prompt/persistence behavior.
README.md Adds a “Keymaster Onboarding” section pointing users to the hosted installer flow.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread scripts/install-keymaster.sh
Comment thread scripts/install-keymaster.sh Outdated
Comment thread README.md Outdated
Comment thread packages/keymaster/README.md Outdated
Comment thread packages/keymaster/README.md
@macterra macterra merged commit 8f139d4 into main Mar 26, 2026
13 checks passed
@macterra macterra deleted the codex/issue-253-keymaster-installer branch March 26, 2026 02:34
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.

One-command install: curl-to-bash onboarding script

2 participants