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

tickerterm-cli

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tickerterm-cli

Command line interface for TickerBot trading and market data

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

Tickerterm CLI

A command line interface for TickerBot operations.

Setup

  • Navigate to the CLI directory:

    cd cli
    
  • Install dependencies:

    npm install
    
  • Link the CLI globally for development:

    npm link
    

After linking, you can use tickerterm from anywhere in your terminal.

Usage

Demo Command

Run the demo command to test the CLI:

tickerterm demo

Development

Local Testing

You can run the CLI locally without global installation:

npm run dev demo

Installing from Source

To install globally:

npm install -g .

Uninstalling

To remove the global installation:

npm uninstall -g tickerterm

Future Distribution

This CLI is designed to be distributed via Homebrew. The package structure supports global installation and follows Node.js CLI best practices.

Commands

Authentication

  • tickerterm login --email - Login with email and password (default: production)
  • tickerterm login --google - Login with Google OAuth (opens browser)
  • tickerterm login --email --staging - Login to staging (internal emails only)
  • tickerterm login --google --staging - Google OAuth to staging (internal emails only)
  • tickerterm logout - Logout and clear stored credentials
  • tickerterm whoami - Show current authentication status

General

  • tickerterm demo - Runs a demonstration command
  • More commands will be added as the tool evolves

Authentication

All TickerBot operations require authentication. The CLI supports two login methods:

  • Email/Password: Secure terminal prompts
  • Google OAuth: Browser-based authentication

Environment Access

  • Production: Default environment for all users
  • Staging: Only available for @tickerterm.com and @tickerbot.io email addresses

Token Storage

  • Credentials are securely stored in ~/.tickerterm/auth.json with restricted file permissions (600)
  • Tokens are valid for 1 hour and automatically refresh when needed
  • No manual re-authentication required unless refresh token expires

Requirements

  • Node.js >= 14.0.0

Keywords

cli

FAQs

Package last updated on 03 Nov 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