KFParser CLI
A cross-platform command-line tool for parsing and visualizing project architectures
Prerequisites
- Supported Operating Systems:
- Windows 10 and later
- macOS
- Linux
Installation
Download Links
- Linux & macOS: Download KFParser CLI
- Windows: Download KFParser CLI
Installation Steps
- Download the appropriate executable for your operating system
- (Optional) Add the
kfparser
directory to your system's PATH - Verify installation by running:
./kfclient-[os]-cli --version
Usage
Getting Help
-
General help:
./kfclient-[os]-cli --help
-
Analyze command help:
./kfclient-[os]-cli analyze --help
Analyze Command
Parse and visualize project architectures with comprehensive options.
./kfclient-[os]-cli analyze <directory_path> [options]
Required Options
Option | Description | Required |
---|---|---|
--email <email> | KloudFarm account email | Yes |
--password <password> | KloudFarm account password | Yes |
--project-id <id> | Project identifier | Yes |
Advanced Options
Option | Description | Default |
---|---|---|
--parser <type> | Specify parser type (all , application , kubernetes ) | all |
--auto-upload , --no-auto-upload> | Automatically upload results | --auto-upload |
--view , --no-view> | Display parsed results in CLI | --no-view |
Example Scenarios
-
Comprehensive Project Analysis
./kfclient-[os]-cli analyze /path/to/project \ --email user@example.com \ --password pass123 \ --project-id proj123 \ --parser all
-
Application Architecture Parsing
./kfclient-[os]-cli analyze /path/to/project \ --email user@example.com \ --password pass123 \ --project-id proj123 \ --parser application \ --view
-
Kubernetes Architecture without Upload
./kfclient-[os]-cli analyze /path/to/project \ --email user@example.com \ --password pass123 \ --project-id proj123 \ --parser kubernetes \ --no-auto-upload
Output and Behavior
- Console Display: Configurable with
--view
flag - Auto-Upload: Enabled by default, generates a visualization link on KloudFarm
Troubleshooting
Common Issues
Issue | Possible Cause | Solution |
---|---|---|
Authentication Error | Incorrect credentials | Verify KloudFarm account details |
Invalid Project ID | Access permissions | Check project ID and permissions |
Parser Errors | Incompatible file/directory structure | Review error messages |
Network Upload Issues | Internet connectivity | Check connection and firewall |
Executable Not Found | PATH configuration | Ensure correct installation |
Permission Denied | Insufficient file system rights | Run with elevated permissions |