
Product
Rust Support Now in Beta
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
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.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.