1. Installation
2. Environment Configuration
Before performing any operation, global configuration must be initialized.3. Identity Verification
4. Asset Creation
5. Build & Finalization
6. Local Simulation
7. Distribution
📋 Runly-CLI 1.0.1 Command Index
| Command | Description |
|---|---|
runly-cli config setup | [Entry] Interactive guide for server and token configuration |
runly-cli config set | Quickly update specific config items (Token/Hub/Me) |
runly-cli profile [name] | Switch environment profile (cloud / local) |
runly-cli keys generate [name] | [Core] Cloud-first sync/create identity and save keys |
runly-cli keys show | Show current local MeID, Public Key, and Server URL |
runly-cli init [project] | Generate a standard protocol (.runly) template |
runly-cli check [file] | Validate topology logic and variable references |
runly-cli build [file] | [Core] Execute hashing and signing to generate finalized assets |
runly-cli run [file] | Start simulation engine to execute SOP logic |
runly-cli publish [file] | Push signed assets to Runly Hub |
runly-cli hub search [key] | Search for public assets on the Hub |
runly-cli hub pull [URN] | Download assets with automatic signature security verification |
runly-cli --version | Display current tool version information |
