docs: update CLI command syntax across workflow documentation
Some checks failed
API Endpoint Tests / test-api-endpoints (push) Waiting to run
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

- 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:
aitbc
2026-04-08 12:10:21 +02:00
parent ef4a1c0e87
commit 40ddf89b9c
251 changed files with 3555 additions and 61407 deletions

View File

@@ -1,5 +1,3 @@
{
"tests/test_cli_basic.py::TestCLIImports::test_cli_commands_import": true,
"tests/test_cli_comprehensive.py::TestResourceCommand::test_resource_help": true,
"tests/test_cli_comprehensive.py::TestIntegrationScenarios::test_cli_version": true
"tests/test_cli_basic.py::TestCLIImports::test_cli_commands_import": true
}

View File

@@ -1,15 +1,26 @@
[
"tests/test_cli_basic.py::TestCLIBasicFunctionality::test_cli_help_output",
"tests/test_cli_basic.py::TestCLIBasicFunctionality::test_cli_list_command",
"tests/test_cli_basic.py::TestCLIBasicFunctionality::test_cli_version_output",
"tests/test_cli_basic.py::TestCLIBasicFunctionality::test_json_output_flag",
"tests/test_cli_basic.py::TestCLIBasicFunctionality::test_legacy_wallet_list_alias",
"tests/test_cli_basic.py::TestCLIBasicFunctionality::test_nested_wallet_list_command",
"tests/test_cli_basic.py::TestCLIConfiguration::test_cli_file_contains_main",
"tests/test_cli_basic.py::TestCLIConfiguration::test_cli_file_executable",
"tests/test_cli_basic.py::TestCLIConfiguration::test_cli_file_exists",
"tests/test_cli_basic.py::TestCLIConfiguration::test_cli_files_exist",
"tests/test_cli_basic.py::TestCLIErrorHandling::test_cli_invalid_command",
"tests/test_cli_basic.py::TestCLIErrorHandling::test_wallet_balance_requires_target",
"tests/test_cli_basic.py::TestCLIImports::test_cli_commands_import",
"tests/test_cli_basic.py::TestCLIImports::test_cli_main_import",
"tests/test_cli_basic.py::TestCLIImports::test_unified_cli_import",
"tests/test_cli_comprehensive.py::TestAIOperationsCommand::test_ai_help",
"tests/test_cli_comprehensive.py::TestAIOperationsCommand::test_ai_ops_help",
"tests/test_cli_comprehensive.py::TestAIOperationsCommand::test_ai_ops_legacy_status",
"tests/test_cli_comprehensive.py::TestAIOperationsCommand::test_ai_ops_status",
"tests/test_cli_comprehensive.py::TestBlockchainCommand::test_blockchain_basic",
"tests/test_cli_comprehensive.py::TestBlockchainCommand::test_blockchain_help",
"tests/test_cli_comprehensive.py::TestBlockchainCommand::test_chain_alias_help",
"tests/test_cli_comprehensive.py::TestConfiguration::test_debug_mode",
"tests/test_cli_comprehensive.py::TestConfiguration::test_different_output_formats",
"tests/test_cli_comprehensive.py::TestConfiguration::test_verbose_mode",
@@ -17,11 +28,16 @@
"tests/test_cli_comprehensive.py::TestErrorHandling::test_invalid_option_values",
"tests/test_cli_comprehensive.py::TestErrorHandling::test_missing_required_args",
"tests/test_cli_comprehensive.py::TestIntegrationScenarios::test_ai_operations",
"tests/test_cli_comprehensive.py::TestIntegrationScenarios::test_ai_submit_legacy_alias",
"tests/test_cli_comprehensive.py::TestIntegrationScenarios::test_blockchain_operations",
"tests/test_cli_comprehensive.py::TestIntegrationScenarios::test_cli_help_comprehensive",
"tests/test_cli_comprehensive.py::TestIntegrationScenarios::test_cli_version",
"tests/test_cli_comprehensive.py::TestIntegrationScenarios::test_network_default_and_nested_forms",
"tests/test_cli_comprehensive.py::TestIntegrationScenarios::test_wallet_alias_and_nested_forms",
"tests/test_cli_comprehensive.py::TestIntegrationScenarios::test_wallet_operations",
"tests/test_cli_comprehensive.py::TestMarketplaceCommand::test_market_help",
"tests/test_cli_comprehensive.py::TestMarketplaceCommand::test_marketplace_help",
"tests/test_cli_comprehensive.py::TestMarketplaceCommand::test_marketplace_legacy_alias",
"tests/test_cli_comprehensive.py::TestMarketplaceCommand::test_marketplace_list",
"tests/test_cli_comprehensive.py::TestPerformance::test_command_startup_time",
"tests/test_cli_comprehensive.py::TestPerformance::test_help_response_time",