mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-11 14:30:26 +01:00
Flow Test Project
Minimal project for testing flow CLI features.
Quick Start
f setup # Pull env from 1focus, create .env
f dev # Start dev server
f test # Run test suite
Commands
| Command | Shortcut | Description |
|---|---|---|
f setup |
f s |
Full setup with 1focus env pull |
f dev |
f d |
Start dev server |
f test |
f t |
Run flow feature tests |
f env-pull |
f env |
Pull env from 1focus |
f env-push |
f envs |
Push local .env to 1focus |
f env-show |
f env1f |
Show env stored in 1focus |
f env-local |
f envl |
Show local .env |
Testing Flow Features
The f test command runs:
- 1focus API connectivity
- Env endpoint functionality
- Local .env existence
- Env push operation
- Push verification
All tests should pass for a healthy flow setup.