API Reference
  • Introduction
  • 💻CLI Commands
    • Create commands
      • create
      • create-package
    • Run commands
      • dev
      • serve
    • Build commands
      • build
    • Extra commands
  • 🍱Packages
    • 💙Core package
      • frontity
    • ⚡Features packages
      • @frontity/wp-source
      • @frontity/tiny-router
      • @frontity/html2react
      • @frontity/head-tags
      • @frontity/yoast
      • @frontity/google-ad-manager
      • @frontity/smart-adserver
      • analytics packages
        • @frontity/google-analytics
        • @frontity/google-tag-manager-analytics
        • @frontity/comscore-analytics
      • @frontity/wp-comments
    • 📚Collections packages
      • @frontity/components
      • @frontity/hooks
        • Infinite Scroll Hooks
        • Intersection Observer Hooks
    • 🎨Themes Packages
      • @frontity/twentytwenty-theme
      • @frontity/mars-theme
  • 🔌WordPress Plugins
    • REST API - Head Tags
    • Frontity Embedded Mode
Powered by GitBook
On this page
  • Info
  • Arguments
  • Examples
  • Subscribe
  • Arguments

Was this helpful?

  1. CLI Commands

Extra commands

PreviousbuildNextPackages

Last updated 3 years ago

Was this helpful?

Info

Gets environment information for debugging and issue reporting.

npx frontity info [options]

Arguments

[options]

Option

Description

--help

Output usage information

Examples

  • Display information about my specific environment.

When you ask in the about an issue you're having in development mode, it is very helpful to share this information so the community can check things like OS, Node version, etc.

> npx frontity info
...

## System:
 - OS: macOS Mojave 10.14.6
 - CPU: (4) x64 Intel(R) Core(TM) i7-7660U CPU @ 2.50GHz
 - Memory: 879.63 MB / 16.00 GB
 - Shell: 5.3 - /bin/zsh
## Binaries:
 - Node: 10.15.3 - /usr/local/bin/node
 - npm: 6.13.1 - /usr/local/bin/npm
## Browsers:
 - Chrome: 81.0.4044.138
 - Edge: Not Found
 - Firefox: 68.8.0
 - Safari: 13.1
## npmGlobalPackages:
 - frontity: Not Found
 - npx: Not Found


  System info copied in the clipboard!
  You can now paste it in the Frontity Community or GitHub issue.

Subscribe

Subscribes to the Frontity newsletter.

npx frontity subscribe [options] [email]

Arguments

[options]

Option

Description

--help

Output usage information

[email]

The Frontity newsletter will be sent to this email address.

💻
community forum
info
subscribe