0.1.18 • Published 7 months ago

@bdgt/cli v0.1.18

Weekly downloads
-
License
MIT
Repository
-
Last release
7 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

7 months ago

0.1.17

7 months ago

0.1.16

7 months ago

0.1.15

7 months ago

0.1.14

7 months ago

0.1.13

7 months ago

0.1.12

7 months ago

0.1.11

7 months ago

0.1.10

8 months ago

0.1.9

8 months ago

0.1.8

8 months ago

0.1.7

8 months ago

0.1.6

8 months ago

0.1.4

8 months ago

0.1.3

8 months ago

0.1.1

8 months ago

0.1.0

8 months ago