Skip to content

cmd release check

github-actions[bot] edited this page May 18, 2026 · 1 revision

nself release-check

Run pre-flight validation before a release.

Synopsis

nself release-check <version> [flags]

Description

nself release-check validates that the working environment is ready for a release of the given version. It checks that the version string is well-formed, that the target git tag does not already exist, that required credentials are present, and that CI gates are passing.

nself release calls this command automatically as step 0 of the release cascade. Run it independently to diagnose problems before committing to a full release run.

Flags

Flag Short Type Default Description
--json bool false Output results as JSON
--skip-ci bool false Skip GitHub CI check (use in offline environments)
--skip-security bool false Skip security CVE scan

Examples

# Validate that the environment is ready to release v1.2.0
nself release-check v1.2.0

# Run checks but skip CI status verification
nself release-check v1.2.0 --skip-ci

# Output results as JSON for scripting
nself release-check v1.2.0 --json

See Also

Commands | Home

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