Supported Operations in WP-CLI
Updated over a week ago

These are the currently supported operations for NitroPack via the WordPress command-line interface (WP-CLI):

wp nitropack connect

2. Disconnect from NitroPack:

wp nitropack disconnect 

3. Purge the cache for all URLs:

wp nitropack purge

wp nitropack purge --purge-url=<URL> 

5. Invalidate the cache for the entire site:

wp nitropack invalidate 

6. Run Cache Warmup:

wp nitropack warmup

These commands can be used to generate CRON jobs. Your hosting provider should be able to help you set those up.

Did this answer your question?