Beta Release Notes (1)
Nebula CLI - Beta Version 1
New Features
-
Directory Schema Generation:
- Generate structured folder hierarchies based on natural language prompts.
- Example Command:
nebula-cli generateschema "Organize my work projects"
-
Cross-Platform Support:
- Packaged executable for Windows.
- Beta support for Linux systems (standalone executable).
-
Customizable Root Directory:
- Specify a root directory using the
--rootdirflag. - Default: Current working directory.
- Specify a root directory using the
Improvements
- Added descriptive schema generation with better handling of complex prompts.
- Streamlined folder creation logic for consistent output.
Bug Fixes
- Resolved issues with inconsistent schema indentation.
- Improved error handling for invalid directory paths.
Known Issues
- Path handling on Linux may need manual
chmod +xto make the binary executable. - Authentication via Google Cloud may require additional setup (service account or
gcloudCLI).
Full Changelog: https://github.com/nebulaone-org/nebula-cli/commits/BETA