2bttns
  • Getting Started
    • What is 2bttns?
    • Quick Start
    • 🆕You Asked We Listened
  • HOW TO
    • Set up your Console
    • Use the API
    • Build a game
    • Manage game data
    • Integrate game via API
    • Retrieve scores via API
  • References
    • APIs
      • Authentication
      • Generate Game URL
      • Games
      • Game Objects
      • Tags
      • Players
      • Admin
      • Export/Import
    • Command Line Interface (CLI)
      • Install
      • Usage
      • Configuration
  • TUTORIALS
    • ✨Personalize profiles with 2bttns and Next.js
Powered by GitBook
On this page

Was this helpful?

  1. References
  2. Command Line Interface (CLI)

Install

To utilize the preinstalled 2bttns CLI within the 2bttns Docker container, prefix your CLI commands as follows:

docker-compose exec -T twobttns 2bttns-cli <command>

Global Installation:

npm i -g @2bttns/2bttns-cli

Without Global Installation:

npx @2bttns/2bttns-cli <command>
PreviousCommand Line Interface (CLI)NextUsage

Was this helpful?