npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

montra-via-cli

v0.1.10

Published

Montra Solutions VIA CLI

Readme

montra-via

VIA CLI

oclif Version Downloads/week License

Usage

$ npm install -g montra-via-cli
$ via COMMAND
running command...
$ via (-v|--version|version)
montra-via-cli/0.1.9 win32-x64 node-v10.15.1
$ via --help [COMMAND]
USAGE
  $ via COMMAND
...

Commands

via auth0 [FILE]

describe the command here

USAGE
  $ via auth0 [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

via bms:bms [FILE]

describe the command here

USAGE
  $ via bms:bms [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

via core:sync

Force synchronization of all BMS and VSA records with VIA

USAGE
  $ via core:sync

OPTIONS
  -e, --env=env  [default: prod] target api environment to use
  --help         show CLI help

via core:ticket

List Tickets

USAGE
  $ via core:ticket

OPTIONS
  -c, --confirm                     Suppress prompts for confirmation
  -e, --env=env                     [default: prod] target api environment to use
  -f, --$filter=$filter             oDatav4 style of where clause
  -o, --output=json|table|csv       [default: table] set output format
  -s, --$select=$select             [default: *] field names to return
  -t, --$top=$top                   [default: 100] limit number of rows
  --$expand=$expand                 expand relationship members
  --$orderBy=$orderBy               order columns
  --help                            show CLI help
  --loglevel=error|warn|info|debug

EXAMPLES
  via ticket --$select=id,auth0Id,name,email --$top=1  -o json --env=local
  via ticket --env=qa --$filter="substringof('atl',email)"

via core:ticket:activeCounts

Active Ticket Counts (all accounts)

USAGE
  $ via core:ticket:activeCounts

OPTIONS
  -c, --confirm                     Suppress prompts for confirmation
  -e, --env=env                     [default: prod] target api environment to use
  -f, --$filter=$filter             oDatav4 style of where clause
  -o, --output=json|table|csv       [default: table] set output format
  -s, --$select=$select             [default: *] field names to return
  -t, --$top=$top                   [default: 100] limit number of rows
  --$expand=$expand                 expand relationship members
  --$orderBy=$orderBy               order columns
  --help                            show CLI help
  --loglevel=error|warn|info|debug

EXAMPLES
  via core:ticket:activeCount 
  via core:ticket:activeCount --env=qa --$filter="substringof('atl',email)"

via crypto:create

Encode a string value, using the supplied encryption key

USAGE
  $ via crypto:create

OPTIONS
  -d, --data=data  data to encrypt
  -e, --env=env    [default: prod] target api environment to use
  -k, --key=key    shared encryption key
  --help           show CLI help

EXAMPLE
  via crypto:create --data="client_id" --key="client_secret"

via crypto:decode

Decode a string value, using the supplied (original) encryption key

USAGE
  $ via crypto:decode

OPTIONS
  -d, --data=data  (required) data to encrypt
  -e, --env=env    [default: prod] target api environment to use
  -k, --key=key    (required) shared encryption key
  --help           show CLI help

EXAMPLE
  via crypto:decode --data="I6CV7U3j63K8xFoOwcHP2Wn8+B7TSpoPs" --key="client_secret"

via hello [FILE]

describe the command here

USAGE
  $ via hello [FILE]

OPTIONS
  -c, --confirm                     Suppress prompts for confirmation
  -e, --env=env                     [default: prod] target api environment to use
  -f, --$filter=$filter             oDatav4 style of where clause
  -f, --force
  -h, --help                        show CLI help
  -n, --name=name                   name to print
  -o, --output=json|table|csv       [default: table] set output format
  -s, --$select=$select             [default: *] field names to return
  -t, --$top=$top                   [default: 100] limit number of rows
  --$expand=$expand                 expand relationship members
  --$orderBy=$orderBy               order columns
  --loglevel=error|warn|info|debug

EXAMPLE
  $ via hello hello world from ./src/hello.ts!

via help [COMMAND]

display help for via

USAGE
  $ via help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

via tenant

Manage VIA Tenants

USAGE
  $ via tenant

OPTIONS
  -c, --confirm                     Suppress prompts for confirmation
  -e, --env=env                     [default: prod] target api environment to use
  -f, --$filter=$filter             oDatav4 style of where clause
  -o, --output=json|table|csv       [default: table] set output format
  -s, --$select=$select             [default: *] field names to return
  -t, --$top=$top                   [default: 100] limit number of rows
  --$expand=$expand                 expand relationship members
  --$orderBy=$orderBy               order columns
  --help                            show CLI help
  --loglevel=error|warn|info|debug

EXAMPLES
  via tenant --$select=name,description,contactName,isActive --$top=10  -o json --env=prod
  via tenant --env=qa --$filter="substringof('atl',email)"

via tenant:create

Ensure a Tenant mapping exists for all active Companies

USAGE
  $ via tenant:create

OPTIONS
  -e, --env=env  [default: prod] target api environment to use
  --force        Force Sync of BMS Accounts (Companies) prior to mapping

EXAMPLES
  via tenant:create --env=dev --force
  via tenant:create

via user

Manage VIA Users

USAGE
  $ via user

OPTIONS
  -c, --confirm                     Suppress prompts for confirmation
  -e, --env=env                     [default: prod] target api environment to use
  -f, --$filter=$filter             oDatav4 style of where clause
  -o, --output=json|table|csv       [default: table] set output format
  -s, --$select=$select             [default: *] field names to return
  -t, --$top=$top                   [default: 100] limit number of rows
  --$expand=$expand                 expand relationship members
  --$orderBy=$orderBy               order columns
  --help                            show CLI help
  --loglevel=error|warn|info|debug

EXAMPLES
  via user --$select=id,auth0Id,name,email --$top=1  -o json --env=local
  via user --env=qa --$filter="substringof('atl',email)"

via user:add FILE

Add VIA portal user access, data file contains array user entries.

USAGE
  $ via user:add FILE

ARGUMENTS
  FILE
      user data list (json)
           example:
           [{
             "tenant":"ANISA",
             "firstName":"demoUser",
             "lastName":"Anisa",
             "email": "[email protected]",
             "nickname": "demo Anisa",
             "roles":"Administrator, User",
             "password": "xxx",
             "features":"Ticket, Device, Admin"
           }]

OPTIONS
  -c, --confirm                     Suppress prompts for confirmation
  -e, --env=env                     [default: prod] target api environment to use
  -f, --$filter=$filter             oDatav4 style of where clause
  -o, --output=json|table|csv       [default: table] set output format
  -s, --$select=$select             [default: *] field names to return
  -t, --$top=$top                   [default: 100] limit number of rows
  --$expand=$expand                 expand relationship members
  --$orderBy=$orderBy               order columns
  --help                            show CLI help
  --loglevel=error|warn|info|debug

EXAMPLES
  current dir: C:\projects\montra.io\vsts\via-cli
  $ via user:add .\addUser.json --env=prod

via user:delete EMAIL

Delete user by email from Auth0 and VIA portal

USAGE
  $ via user:delete EMAIL

ARGUMENTS
  EMAIL  user email

OPTIONS
  -e, --env=env  [default: prod] target api environment to use
  --help         show CLI help

via user:reset [FILE]

describe the command here

USAGE
  $ via user:reset [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print