New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@billomat/cli

Package Overview
Dependencies
Maintainers
6
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@billomat/cli

Billomat CLI

unpublished
latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
6
Created
Source

Billomat CLI 👾🧪 ( Pre-Alpha )

node-current GitHub package.json version GitHub

Install

$ npm install -g @billomat/cli

Usage ( Available commands )

CommandDescriptionArguments
initInitialize cli
activityShow activity feed--watch Polls the activity feed, default 15sec
--watch <interval> Set poll interval in milliseconds
searchSearch across documents--term <term*> Required*, provided search term
--type <type> Type of document
--size <int> Amount of listed results
resourceList documents--type <type*> Required*, type of document resource
--page <int> page of resultset
--size <int> Amount of listed results
--sort <string> column sort (same as API)
--desc Reverse column order direction

Current available resources: Articles, Clients, Suppliers
helpThis command

CLI fun part and examples 🦄

$ clib search --term something --type articles >> export.txt

$ clib search --term something >> export-1.txt && clib search --term otherthings >> export-2.txt

$ clib resource --type articles

$ clib resource --type clients --size 10 --page 2 --sort name

$ clib resource --type clients --size 10 --page 2 --sort name && clib resource --type articles --size 10 --page 3

Requirements

  • node v18.15.0

  • npm v9.5.0

Develop

$ git clone git@github.com:vlrmprjct/billomat.cli.git

$ cd billomat.cli

$ npm ci

API Url

To use the dev-version of the API set the following:

$ export NODE_ENV=development

Remove environment variable to use prod-version:

$ unset NODE_ENV

Make Executable

$ chmod +x cli.js

Usage

$ ./cli.js [command] [--args]

FAQs

Package last updated on 29 Apr 2023

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