Agnostic CLI
Command-line toolkit for WordPress development, deployment, and database operations.
Command-line toolkit for WordPress development, deployment, and database operations.
Agnostic CLI is a command-line toolkit that extends WP-CLI with operations specific to WooCommerce performance optimization. It automates the database cleanup, migration, and deployment tasks that are at the core of every store rebuild.
agnostic db:clean --dry-run Identifies and removes orphaned postmeta, transient bloat, revision accumulation, and abandoned WooCommerce session data. The --dry-run flag shows exactly what would be removed before making changes.
agnostic options:audit Scans the wp_options table for autoloaded entries, sorted by size. Identifies plugins that are abusing autoload and provides recommendations for moving large entries to transients or object cache.
agnostic migrate --from=production --to=staging Handles full database migration with serialization-safe search-replace. Properly handles Gutenberg block content, widget data, and WooCommerce settings that contain serialized URLs.
WP-CLI is excellent for general WordPress management. Agnostic CLI adds the domain-specific operations that come up in every WooCommerce performance engagement. Database cleanup that understands WooCommerce table structures, options auditing that knows which plugins typically cause problems, and migration workflows designed for store rebuilds.
Like what you see?
Get a free performance assessment and see how these tools can transform your WooCommerce store.