๐ BIG NEWS ๐ โฆ Avo 4 has officially SHIPPED โฆ ๐ the beta is over, 4.0 is here โฆ ๐ ๏ธ build admin panels, dashboards & internal tools at light speed โฆ โญ you are visitor #1,137,353 โฆ ๐ tell a friend โฆ best viewed in Ruby on Rails โฆ ๐ click here to see what’s new โฆ
CLI
coming soonScaffold and manage your Avo app straight from the terminal with a powerful command-line interface.
# $30/mo
gem "avo-cli"
Check your Avo setup without leaving the terminal. CLI is a command-line tool for the common chores around an Avo app, starting with linting, so you can catch problems in your configuration before they reach the browser.
Run it from your project root the way you run any other dev command, and fold it into the same loop you already use: a quick local check while you work, or a step in CI alongside your tests. It is a gem you install and run, not a script you have to write and keep working as Avo changes.
See it in action
What you get
- Lints your Avo setup to catch common configuration problems
- Runs from the command line, no code changes to your app
- Fits the same workflow as your other dev and CI commands
Why it pays off
- Catch configuration mistakes in the terminal or in CI, before they show up as a broken admin in production.
- The lint rules track how Avo works, so you are not the one updating a homegrown checker every time Avo changes.
- One less internal script for your team to write, document, and keep running.