
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
cf-signed-request
Advanced tools
CLI for signed requests to cf-api
npm install -g cf-signed-request
cf-req --api-key=KEY --api-id=ID --url=URL [options]
cf-req --login [login-url]
Options:
-h, --help output usage information
-V, --version output the version number
--api-key <key> API key
--api-id <id> API ID
--url <url> URL
--method <method> Request method
--login <login-url> Login and get API key & ID
-H, --header HTTP header
--compressed Unsupported cURL command
-o, --output <file> Output to a file instead of stdout
-d, --data <data> POST data
###To login:
cf-req --login=[login-url]
The login url must be where the authentication happens, eg:
cf-req --login=http://localhost:3832/auth
This will ask for the users email and password, and returns the API key and ID.
###To perform requests:
cf-req --api-key=[api-key] --api-id=[api-id] --url=[api-url] [options]
Will perform a request of the specified type (defaults to GET) to the specified URL and displays the body of the response. Custom headers can be passed and will override any existing ones.
##Arguments
| Argument | Usage | Example |
|---|---|---|
-h, --help | Display help | cf-req -h |
-V, --version | Display version | cf-req -V |
--api-key <key> | The API key | See --url |
--api-id <id> | The API ID | See --url |
--url <url> | The API url Must include protocol | cf-req --api-key XYZ --api-id ABC --url http://localhost:3832/api |
--login <url> | The URL where user credentials are authenticated and API key/ID is returned. Credentials are given in a friendly copy-paste format. | cf-req --login http://localhost:3831/auth |
-H, --header '<header>' | Supply additional headers. Multiple headers may eb given, and will override application defaults. | cf-req --api-key XYZ --api-id ABC --url http://localhost:3832/api -H 'cf-keep-data:true' |
ISC
FAQs
CLI for signed requests to cf-api
We found that cf-signed-request demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.