refactor: rename simple_wallet.py to aitbc_cli.py and update CLI launcher script
🔧 CLI Restructuring:
• Rename cli/simple_wallet.py to cli/aitbc_cli.py for better naming consistency
• Update aitbc-cli launcher to call aitbc_cli.py instead of simple_wallet.py
• Maintain all existing wallet functionality and command structure
• Preserve compatibility with /opt/aitbc/cli installation path
This commit is contained in:
@@ -44,10 +44,10 @@ echo "/opt/aitbc/venv/bin/python /opt/aitbc/cli/enterprise_cli.py ai submit --wa
|
||||
# 5. Cross-Node Operations
|
||||
echo -e "\n5. Cross-Node Operations"
|
||||
echo "Checking network status on aitbc1..."
|
||||
/opt/aitbc/venv/bin/python /opt/aitbc/cli/simple_wallet.py network
|
||||
/opt/aitbc/venv/bin/python /opt/aitbc/cli/aitbc_cli.py network
|
||||
|
||||
echo "Checking network status on aitbc..."
|
||||
ssh aitbc '/opt/aitbc/venv/bin/python /opt/aitbc/cli/simple_wallet.py network'
|
||||
ssh aitbc '/opt/aitbc/venv/bin/python /opt/aitbc/cli/aitbc_cli.py network'
|
||||
|
||||
echo "Running batch operations on aitbc..."
|
||||
ssh aitbc '/opt/aitbc/venv/bin/python /opt/aitbc/cli/enterprise_cli.py sample'
|
||||
|
||||
Reference in New Issue
Block a user