0.1.18 • Published 11 months ago

@bdgt/cli v0.1.18

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

Bdgt CLI

A command-line interface tool for managing your budget.

Installation

npm install -g @bdgt/cli

Usage

bdgt --help

Authentication

Before using the CLI, you need to authenticate with your API token:

# Login with your API token
bdgt auth login

# Check authentication status
bdgt auth status

# Set custom API URL (defaults to http://localhost:3001)
bdgt auth set-url

# Logout
bdgt auth logout

Commands

  • bdgt auth login - Set up authentication with an API token
  • bdgt auth logout - Remove stored authentication
  • bdgt auth status - Check authentication status
  • bdgt auth set-url - Set the API URL

Development

# Install dependencies
npm install

# Run tests
npm test

# Build the project
npm run build

# Run in development mode
npm run dev

Requirements

  • Node.js >= 16.0.0

License

MIT

0.1.18

11 months ago

0.1.17

11 months ago

0.1.16

11 months ago

0.1.15

11 months ago

0.1.14

11 months ago

0.1.13

11 months ago

0.1.12

11 months ago

0.1.11

11 months ago

0.1.10

11 months ago

0.1.9

11 months ago

0.1.8

11 months ago

0.1.7

11 months ago

0.1.6

11 months ago

0.1.4

11 months ago

0.1.3

11 months ago

0.1.1

12 months ago

0.1.0

12 months ago