Skip to content

cmd login

github-actions[bot] edited this page Apr 26, 2026 · 2 revisions

nself login

Log in to your ɳSelf account.

Synopsis

nself login [flags]

Description

nself login authenticates the CLI with your ɳSelf account (cloud.nself.org or a self-hosted ɳSelf Cloud instance). On success, a session token is stored in the local credential store (~/.config/nself/credentials.json) and used automatically by subsequent commands that require authentication.

Self-hosted users with no cloud account can skip this step, the CLI operates without a cloud login for local stack management. nself login is required for:

  • Accessing cloud.nself.org to provision or manage hosted stacks
  • Syncing license keys from your account
  • Pushing plugin submissions via nself plugin submit

Flags

Flag Default Description
--email Log in with email + password (non-interactive)
--password Password for --email login (use with caution , prefer interactive prompt)
--token Log in with a personal access token
--help, -h Show help

Examples

# Interactive login (browser-based OAuth)
nself login

# Non-interactive login with PAT (for CI)
nself login --token nself_pat_xxxxxxxxxxxx

# Email + password login (non-interactive)
nself login --email you@example.com --password yourpassword

See Also

Home


Getting Started


Commands


Features


Configuration


Plugins (87 + 10 monitoring)

Free (25)
Pro (62)
Planned (26)
  • plugin-audit
  • plugin-blog
  • plugin-checkout
  • plugin-commerce
  • plugin-drm
  • plugin-export
  • plugin-flow
  • plugin-import
  • plugin-ldap
  • plugin-mailgun
  • plugin-media
  • plugin-oauth-providers
  • plugin-pages
  • plugin-postmark
  • plugin-rate-limit
  • plugin-reports
  • plugin-saml
  • plugin-scheduler
  • plugin-sendgrid
  • plugin-sso
  • plugin-subscription
  • plugin-thumb
  • plugin-transcoder
  • plugin-twilio
  • plugin-waf
  • plugin-watermark

Guides


Architecture


Reference


Licensing


Security


Brand


Operations


Contributing


Admin


Changelog

Clone this wiki locally