SERVICE EMAIL - nself-org/cli GitHub Wiki
Version: Deprecated in v0.9.9
Status: nself service email instead
This command is deprecated. Use the new consolidated command:
nself email <subcommand>nself service email <subcommand>All subcommands remain the same, just use nself service email instead:
| Old Command | New Command |
|---|---|
nself email setup |
nself service email setup |
nself email list |
nself service email list |
nself email configure <provider> |
nself service email configure <provider> |
nself email configure --api <p> |
nself service email configure --api <p> |
nself email validate |
nself service email validate |
nself email check |
nself service email check |
nself email check --api |
nself service email check --api |
nself email test [email] |
nself service email test [email] |
nself email test --api [email] |
nself service email test --api [email] |
nself email docs [provider] |
nself service email docs [provider] |
nself email detect |
nself service email detect |
As part of the v1.0 command consolidation:
- 79 → 31 top-level commands reduced complexity
- All service-specific commands moved under
nself service - Improved discoverability and consistency
- Easier to document and maintain
The old command still works temporarily and automatically redirects:
$ nself email setup
⚠ The 'nself email' command is deprecated.
Please use: nself service email
# Automatically redirects to: nself service email setup- v0.9.9: Deprecation warning added
- v1.0.0: Command will be removed
- Migration period: ~3 months from v0.9.9 release
For complete email service documentation, see:
- service email - Full email service docs
# Setup email
nself email setup
# Test email
nself email test [email protected]
# Check configuration
nself email validate# Setup email
nself service email setup
# Test email
nself service email test [email protected]
# Check configuration
nself service email validate- service - Consolidated service management
- COMMAND-TREE-V1 - Full command structure
Removal Date: v1.0.0
Category: Deprecated Commands