LocalCloud command-line interface reference
localcloud
and the shorter lc
alias.
localcloud
or lc
- they are identical. We’ll use lc
in examples for brevity.Flag | Short | Description | Default |
---|---|---|---|
--verbose | -v | Enable verbose output | false |
--config | -c | Config file path | ./.localcloud/config.yaml |
--project | -p | Project directory path | . |
lc setup
- Create new project with interactive wizardlc status
- View project and service statuslc info
- System and resource informationlc reset
- Clean up project datalc start
- Start all or specific serviceslc stop
- Stop all or specific serviceslc restart
- Restart serviceslc services
- List running serviceslc logs
- View service logslc ps
- Show running containerslc models list
- Show available modelslc models pull
- Download new modelslc models remove
- Remove modelslc models show
- Model detailslc mongo
- MongoDB shell accesslc postgres
- PostgreSQL shell (psql)lc redis
- Redis CLI accesslc tunnel
- Create secure tunnelslc tunnel list
- Show active tunnelslc tunnel stop
- Stop tunnelslc component add
- Add new serviceslc component remove
- Remove serviceslc component list
- Show componentsFull Command | Aliases |
---|---|
lc services | lc svcs , lc ls |
lc models | lc model , lc m |
lc component | lc comp |
lc models remove | lc models rm , lc models delete |