lipafy CLI
lipafy CLI
The lipafy CLI stores a Lipafy API key locally and wraps curl.
When a command targets your configured Lipafy API host, the CLI injects the Authorization header. It does not inject the token for other hosts.
Install
The published package is lipafy.
Configure
For CI or scripts:
Credentials are stored at ~/.lipafy/credentials.json. Environment variables LIPAFY_TOKEN and LIPAFY_API_BASE override the stored file.
Commands
How token injection works
The CLI compares hosts with new URL(arg).host === new URL(apiBase).host.
Example
This sends the same request as curl, with your Lipafy bearer token added.
