🚀 DAY 2 OF LAUNCH WEEK: Unify Your Security Stack with Socket Basics.Learn more →
Socket
Book a DemoInstallSign in
Socket

@velocitycareerlabs/agentdb-cli

Package Overview
Dependencies
Maintainers
1
Versions
335
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@velocitycareerlabs/agentdb-cli

A cli for working with agent database.

latest
Source
npmnpm
Version
1.26.8
Version published
Maintainers
1
Created
Source

offers command

Used for mass-updating offerExpirationDate field on offers in a database

Steps

  • Execute the command

How to Use

agentdb-cli offers [options]

Options

-d, --did [DID] A did of an issuing organization to filter offers by (can pass multiple times)

Due to a windows compatability issue, this option must NOT be passed last on a windows host.

-u [MONGO_URI] required The url of the mongo database for credential agent

Examples

Executing without dids

./agentdb-cli offers -u mongodb://localhost:27017/test-mockvendor

Executing with dids

./agentdb-cli offers -d did:ion:foo -d did:ion:bar -u mongodb://localhost:27017/test-mockvendor

FAQs

Package last updated on 09 Jul 2025

Did you know?

Socket

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.

Install

Related posts