registry_login
Log in to a container registry with username and password, or securely read password from stdin. Specify a server to override the session default.
Instructions
Log in to a container registry. If no server is specified, the session default is used. Prefer using passwordStdin over password to avoid exposing credentials in process lists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | No | Registry server URL (default: session-defined default) | |
| password | No | Password or personal access token (PAT). Prefer passwordStdin for security. | |
| username | No | Username | |
| passwordStdin | No | Read password from stdin (more secure than --password flag) |