rack access

Generate a temporary, scoped RACK_URL credential for a Rack. The command issues a JWT-based URL with either read or write role access for a configurable duration (in hours). This is useful for troubleshooting, auditing, granting temporary access to team members, or providing credentials to CI/CD pipelines.

Syntax

$ convox rack access

Flags

Flag Short Description
--duration-in-hours Duration in hours
--rack -r Rack name
--role Access role: read or write

Example Usage

$ convox rack access --role read --duration-in-hours 8
RACK_URL=https://jwt:eyJhbGciOi...@rack.example.org

See Also