Skip to content

Notificator CLI

The application is primarily designed to work with the GUI. But it can also work independently as a CLI application.

Help
Usage: Shop client CLI options_list
Subcommands: 
    auth - User authorization

Options: 
    --run, -r -> Launch client 
    --logout, -l -> Logout client 
    --help, -h -> Usage info 

Features

  • Auth in API
  • Connect to WebSocket
  • Get count new messages
  • Get count new orders

Commands

## User authorization
client auth --email my@email.com --password 12345678

## Launching the app to listen for changes
client --run