✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView Charts for WP-CLI Login Command: magic link dashboards

Read directly from the wp_usermeta token rows and the wp_options records the plugin writes, then chart magic link creation, usage, expiry, and the admins minting them so passwordless support has a real audit story.

♾️ Lifetime License available

SleekView Charts dashboard for WP-CLI Login Command

The plugin mints links, charts finally show the trail

WP-CLI Login Command is a small, beloved developer tool: run wp login create user on the server and walk away with a single-use, time-limited magic link that logs the chosen user in without a password. It is the support engineer's lockbox, the developer's onboarding shortcut, and the agency's onboarding flow rolled into one binary command.

What it deliberately does not do is keep a dashboard of how often those links are minted, who minted them, and which were actually used versus expired unused. The data exists in wp_usermeta under the wp_cli_login_command_token key and in the activity log if one is installed, but neither surfaces as a queryable view inside the admin.

SleekView Charts reads the token rows the plugin writes, the matching consumption events when an activity logger is active, and the magic link config in wp_options. A Number card pins active links. A Pie shows used vs expired vs revoked. A Bar ranks admins minting links. An Area card plots links per day so support patterns become visible. The plugin keeps owning the cryptography, the chart layer owns the audit story.

Workflow

How SleekView Charts reads WP-CLI Login Command data

1

Point at the magic link tokens

Select the wp_cli_login_command_token rows in wp_usermeta and the plugin's options-table records. SleekView reads each row's user, minting time, expiry, and consumption flag as chart group-by candidates.
2

Layer in activity log events

If WP Activity Log or Simple History captured the magic link creation and consumption events, SleekView reads them alongside the token rows. The dashboard then shows both the static records and the click events on the same cards.
3

Filter once, apply everywhere

Set a date range, a target user role, or a minting admin at the view level and every chart card respects the same scope. A dashboard for support sessions never quietly pulls in developer onboarding links and vice versa.
4

Save and share by capability

Name the view ("Magic link audit", "Support access") and gate by WordPress capability so support leads, security reviewers, and developers each see the cards relevant to their slice of responsibility.

Sample dashboard

Charts you can build from WP-CLI Login Command data

A few card configurations that turn magic link mints into a real access dashboard, so passwordless support stops being invisible to security review.
Number · Default

Active magic links right now

A single big-number KPI counting wp_cli_login_command_token rows in wp_usermeta that are not yet consumed and not yet past expiry. Reflects the number of one-shot links currently live on the site.
Count
Pie · Donut

Link outcome

A donut split across used, expired unused, and revoked, grouped by the token's lifecycle state. Reveals whether the team is minting realistic numbers of links or leaking unused magic URLs into chat.
Count group by token_status
Bar · Horizontal

Top minting admins

A horizontal bar ranking admins by how many magic links they have minted in the window, grouped by the WP-CLI user context recorded with each token. Confirms that link creation matches the on-call roster.
Count group by minted_by
Area · Gradient

Links minted per day

A gradient area chart of magic links minted per day, sourced from the token row's creation timestamp. A weekend spike for an incident response becomes visible alongside the usual onboarding cadence.
Count group by minted_at_date

Comparison

Default WP-CLI Login admin vs SleekView Charts

Default WP-CLI Login UI

  • The plugin has no admin UI for magic link history at all
  • Active token counts live in usermeta with no aggregate view anywhere
  • Used vs expired vs revoked outcomes are invisible without scripting
  • Minting admin per link is impossible to see without scraping the activity log
  • Reporting passwordless access patterns means custom SQL queries

SleekView Charts

  • Number cards for active token counts via wp_cli_login_command_token
  • Pie or Donut cards for used vs expired vs revoked outcomes
  • Bar cards ranking the admins minting magic links
  • Area cards for links minted per day or per week
  • Same date and admin filters apply across every chart card

Features

What SleekView Charts gives you for WP-CLI Login Command

Real token rows drive real charts

Charts read from the wp_cli_login_command_token rows the plugin writes in wp_usermeta, so every card reflects an actual minted link rather than a manual count.

Audit trail for passwordless access

Security reviewers ask how many magic links exist and who minted them. Pie and bar charts grouped by status and admin answer the audit question in a single screenshot.

Filters flow across cards

Set a date range, a target user role, or a minting admin once and every chart card on the dashboard respects it. One saved configuration drives both the editing table and the reporting view.

Audience

Who builds WP-CLI Login Command charts dashboards

Support engineers

Track magic link usage during customer onboarding. A pie of used vs expired confirms whether the team is sending realistic numbers of links rather than blasting them everywhere.

Security reviewers

Confirm that minting admins match the approved on-call roster. A bar of links per admin is the cheapest passwordless access audit available.

Lead developers

Spot a developer minting magic links into production instead of using staging. The dashboard makes a quiet habit visible in a way no chat conversation will.

The bigger picture

Why magic links deserve a chart view

WP-CLI Login Command exists because a passwordless link from the server is faster and safer than emailing a temporary password or sharing an admin account. The plugin keeps its scope narrow on purpose, doing exactly one thing well: mint a single-use, time-limited URL. What it does not do, and reasonably so, is build an admin dashboard for how often those links are minted, who minted them, and which ones got used.

Support leads want a weekly view of magic link usage during onboarding, security reviewers want the list of admins who minted links in the last month, and lead developers want to spot patterns that signal a process problem. SleekView Charts reads the usermeta token rows the plugin already writes and the matching activity log events when present, pivots them into chart sources, and lets a small set of cards summarise passwordless access. The plugin keeps owning the cryptography, the chart layer owns the audit story, and a tiny CLI command finally has the operational visibility a security team can sign off on.

Questions

Common questions about SleekView Charts for WP-CLI Login Command

From the wp_cli_login_command_token rows the plugin writes in wp_usermeta together with the plugin's options-table configuration records. Each magic link mints one usermeta row, and SleekView reads those rows live.

 

Yes. The plugin marks a token consumed after its single use, and SleekView reads the consumption flag as a chart group-by candidate. A pie split across used, expired unused, and revoked reflects the real outcome of every link.

 

WP-CLI records the operating-system user that ran the command, and any activity logger captures the WordPress identity behind it. SleekView combines both as a minted_by field so the chart cards rank admins by link creation activity.

 

Yes. SleekView queries only the columns the active cards need and pushes grouping to the database engine, so a usermeta table with thousands of historical tokens still renders a horizontal bar in under a second with view-level caching applied.

 

No, by design. Charts are read-only summaries. To revoke a token, run wp login destroy from WP-CLI or delete the relevant usermeta row directly. The plugin keeps owning the action and the dashboard owns the audit story.

 

Yes. View-level filters for date range, target user role, or minting admin apply to every chart card on the dashboard. One saved configuration drives both the editing table and the reporting view so investigation and summary stay in sync.

 

Yes when scoped by capability. SleekView views gate by WordPress capability, so a custom role can see only their own magic link activity instead of everyone's. The token values themselves are never rendered on the dashboard, only the metadata.

 

No. The wp login create, wp login email, and wp login destroy commands stay exactly where they are. SleekView Charts adds a reporting surface on top of the token rows the plugin writes, so the CLI keeps minting links and the dashboard owns the audit story.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView