CLI Documentation

Complete guide to using Logggai CLI for seamless content creation from your terminal

Installation
Commands
Examples
Quick Installation
Start for free with Logggai CLI in seconds using npx (no installation required)
1

Create Account or Login

Start by registering a new account or logging into your existing one

Register New Account
npx logggai register

Or if you already have an account:

Login to Existing Account
npx logggai login
2

Create Your First Post

Once logged in, create your first post with AI enhancement

Create Post
npx logggai post "My First Development Log"
3

View Your Posts

List all your created posts with metadata

List Posts
npx logggai list
Global Installation (Optional)

For frequent use, you can install globally to use logggai directly:

Global Installation
npm install -g logggai

# Then use without npx:
logggai post "My article title"

Ready to Start Creating?

Begin with npx logggai register and start transforming your development work into engaging content.