docs: update CLI command syntax across workflow documentation
Some checks failed
CLI Tests / test-cli (push) Has been cancelled
Security Scanning / security-scan (push) Has been cancelled
Integration Tests / test-service-integration (push) Has been cancelled
Python Tests / test-python (push) Has been cancelled
Documentation Validation / validate-docs (push) Has been cancelled
API Endpoint Tests / test-api-endpoints (push) Has been cancelled
Some checks failed
CLI Tests / test-cli (push) Has been cancelled
Security Scanning / security-scan (push) Has been cancelled
Integration Tests / test-service-integration (push) Has been cancelled
Python Tests / test-python (push) Has been cancelled
Documentation Validation / validate-docs (push) Has been cancelled
API Endpoint Tests / test-api-endpoints (push) Has been cancelled
- Updated marketplace commands: `marketplace --action` → `market` subcommands - Updated wallet commands: direct flags → `wallet` subcommands - Updated AI commands: `ai-submit`, `ai-status` → `ai submit`, `ai status` - Updated blockchain commands: `chain` → `blockchain info` - Standardized command structure across all workflow files - Affected files: MULTI_NODE_MASTER_INDEX.md, TEST_MASTER_INDEX.md, multi-node-blockchain-marketplace
This commit is contained in:
@@ -180,9 +180,6 @@
|
||||
|
||||
<p>For development:</p>
|
||||
<pre class="code-inline"><code>http://localhost:8000</code></pre>
|
||||
<p style="font-size: 0.85rem; color: #64748b; margin-top: 0.5rem;">
|
||||
<strong>Note:</strong> Legacy port 18000 has been replaced with port 8000
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<!-- WebSocket -->
|
||||
@@ -190,9 +187,6 @@
|
||||
<h2>WebSocket API</h2>
|
||||
<p>Real-time updates are available through WebSocket connections:</p>
|
||||
<pre class="code-inline"><code>ws://aitbc.bubuit.net:8015/ws</code></pre>
|
||||
<p style="font-size: 0.85rem; color: #64748b; margin-top: 0.5rem;">
|
||||
<strong>Note:</strong> Legacy WebSocket port 18001 has been replaced with port 8015
|
||||
</p>
|
||||
|
||||
<p>Subscribe to events:</p>
|
||||
<pre class="code-inline"><code>{
|
||||
|
||||
@@ -54,10 +54,7 @@
|
||||
<div style="background: #06b6d4; color: white; padding: 0.5rem 1rem; border-radius: 4px; white-space: nowrap;">Ollama</div>
|
||||
</div>
|
||||
<div style="font-size: 0.85rem; color: #64748b; text-align: center; margin-top: 1rem;">
|
||||
<div>(aitbc-cli.sh) → (client.py) → (port 8000) → (RPC:8006) → (port 8010) → (port 11434)</div>
|
||||
<div style="font-size: 0.75rem; color: #94a3b8; margin-top: 0.25rem;">
|
||||
Note: Legacy ports 18000/18001 have been replaced with 8000/8010
|
||||
</div>
|
||||
<div>(aitbc-cli.sh) → (client.py) → (port 8000) → (RPC:8006) → (port 8015) → (port 11434)</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -206,7 +203,7 @@ X-Api-Key: ${ADMIN_API_KEY}
|
||||
</div>
|
||||
|
||||
<h3>6. Miner Processing</h3>
|
||||
<p><strong>Miner Daemon (Port 18001):</strong></p>
|
||||
<p><strong>Miner Daemon (Port 8015):</strong></p>
|
||||
<ol>
|
||||
<li>Receives job assignment</li>
|
||||
<li>Updates job status to <span class="inline-code">running</span></li>
|
||||
|
||||
@@ -125,8 +125,8 @@ npm run preview</code></pre>
|
||||
|
||||
<h3>Environment Configuration</h3>
|
||||
<pre><code># .env.local
|
||||
VITE_API_URL=http://localhost:18000
|
||||
VITE_WS_URL=ws://localhost:18001
|
||||
VITE_API_URL=http://localhost:8000
|
||||
VITE_WS_URL=ws://localhost:8015
|
||||
VITE_NETWORK=mainnet
|
||||
VITE_MOCK_DATA=false</code></pre>
|
||||
</section>
|
||||
@@ -175,7 +175,7 @@ POST /v1/jobs
|
||||
}
|
||||
|
||||
// WebSocket for live updates
|
||||
ws://localhost:18001/ws</code></pre>
|
||||
ws://localhost:8015/ws</code></pre>
|
||||
|
||||
<h3>Blockchain RPC</h3>
|
||||
<pre><code>// Get transaction status
|
||||
|
||||
Reference in New Issue
Block a user