Non Interactive Login banner
alkem-io alkem-io

Non Interactive Login

Data community

Description

--- description: Acquire a Kratos session token for the pipeline service account (reads credentials from .claude/pipeline/.env) --- Run the non-interactive login script to authenticate the pipeline service account against Kratos and store a session token. The script reads `PIPELINE_USER` and `PIPELINE_PASSWORD` from `.claude/pipeline/.env` and writes the token to `.claude/pipeline/.session-token`. ```bash .scripts/non-interactive-login.sh ``` Report the result to the user. If it fails, show t

Installation

Installs to ~/.claude/commands/alkem-io-server-non-interactive-login.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/alkem-io/server/HEAD/.claude/commands/non-interactive-login.md -o ~/.claude/commands/alkem-io-server-non-interactive-login.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository