@cmdoss/cryptoguard-cli
v0.1.3
Published
CryptoGuard CLI - Command line tool for domain verification and deployment
Readme
@cmdoss/cryptoguard-cli
Command-line tool for CryptoGuard domain verification and deployment.
Installation
npm install -g @cmdoss/cryptoguard-cliQuick Start
# Initialize configuration
cryptoguard config init
# Register a domain
cryptoguard domain register example.com
# Add the TXT record shown to your DNS, then finalize
cryptoguard domain finalize example.com
# Check domain status
cryptoguard domain status example.comCommands
| Command | Description |
|---------|-------------|
| config init | Initialize CLI configuration |
| domain register <domain> | Start domain registration (creates challenge) |
| domain finalize <domain> | Complete registration (verifies DNS, creates SiteRecord) |
| domain status <domain> | Check domain registration status |
| domain list | List all registered domains |
Requirements
- Node.js 20+
- Sui wallet with SUI for gas fees
Documentation
See CryptoGuard Documentation for full details.
License
MIT
