syncable-cli 0.9.0

A Rust-based CLI that analyzes code repositories and generates Infrastructure as Code configurations
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.9.0]https://github.com/syncable-dev/syncable-cli/compare/v0.8.1...v0.9.0 - 2025-06-09

### Added

- huge improvements towards security scanning and performance
- feat added python security scanning catching generat exposure secrets similar to javascript version

### Other

- Merge branch 'main' of github.com:syncable-dev/syncable-cli into develop
- README.md duplicate phrases updated

## [0.8.1]https://github.com/syncable-dev/syncable-cli/compare/v0.8.0...v0.8.1 - 2025-06-09

### Other

- Develop ([#61]https://github.com/syncable-dev/syncable-cli/pull/61)

## [0.8.0]https://github.com/syncable-dev/syncable-cli/compare/v0.7.0...v0.8.0 - 2025-06-08

### Added

- feat added python security scanning catching generat exposure secrets similar to javascript version

## [0.7.0]https://github.com/syncable-dev/syncable-cli/compare/v0.6.0...v0.7.0 - 2025-06-08

### Added

- huge improvements towards security and secret variable detection.

### Other

- updated cli-display-modes.md file for better visualization

## [0.6.0]https://github.com/syncable-dev/syncable-cli/compare/v0.5.4...v0.6.0 - 2025-06-07

### Added

- improved readme

### Fixed

- release-plz structure to avoid quick bump

### Other

- fix releaze-pls, proper section structure
- wrong release-plz setting
- small updates of unnused variables - cleanup
- updated release cycles and rules

## [0.5.4]https://github.com/syncable-dev/syncable-cli/compare/v0.5.3...v0.5.4 - 2025-06-07

### Other

- Update README.md
- Update README.md

## [0.5.3]https://github.com/syncable-dev/syncable-cli/compare/v0.5.2...v0.5.3 - 2025-06-07

### Other

- Develop ([#47]https://github.com/syncable-dev/syncable-cli/pull/47)
- Update README.md

## [0.5.2]https://github.com/syncable-dev/syncable-cli/compare/v0.5.1...v0.5.2 - 2025-06-07

### Other

- Develop ([#44]https://github.com/syncable-dev/syncable-cli/pull/44)

## [0.5.1]https://github.com/syncable-dev/syncable-cli/compare/v0.5.0...v0.5.1 - 2025-06-07

### Added

- improved README.md

## [0.5.0]https://github.com/syncable-dev/syncable-cli/compare/v0.4.2...v0.5.0 - 2025-06-06

### Other

- HOTFIX - hoping auto update becomes available

## [0.4.2]https://github.com/syncable-dev/syncable-cli/compare/v0.4.1...v0.4.2 - 2025-06-06

### Other

- Feature/improve framework and language tool detection ([#37]https://github.com/syncable-dev/syncable-cli/pull/37)

## [0.4.1]https://github.com/syncable-dev/syncable-cli/compare/v0.4.0...v0.4.1 - 2025-06-06

### Other

- Develop ([#33]https://github.com/syncable-dev/syncable-cli/pull/33)

## [0.4.0]https://github.com/syncable-dev/syncable-cli/compare/v0.3.0...v0.4.0 - 2025-06-06

### Other

- Feature/condense overview with new representation ([#29]https://github.com/syncable-dev/syncable-cli/pull/29)

## [0.3.0]https://github.com/syncable-dev/syncable-cli/compare/v0.2.1...v0.3.0 - 2025-06-06

### Added

- Added tool install verifier with cli calls ([#14]https://github.com/syncable-dev/syncable-cli/pull/14)

### Other

- Feature/extendsive docker compose and docker scan ([#25]https://github.com/syncable-dev/syncable-cli/pull/25)
- Feature/add automatic cli update ([#22]https://github.com/syncable-dev/syncable-cli/pull/22)
- Feature/update dependabot ([#11]https://github.com/syncable-dev/syncable-cli/pull/11)

## [0.2.1]https://github.com/syncable-dev/syncable-cli/compare/v0.2.0...v0.2.1 - 2025-06-06

### Other

- Feature/add automatic cli update ([#22]https://github.com/syncable-dev/syncable-cli/pull/22)

## [0.2.0]https://github.com/syncable-dev/syncable-cli/compare/v0.1.5...v0.2.0 - 2025-06-06

### Added

- Added tool install verifier with cli calls ([#14]https://github.com/syncable-dev/syncable-cli/pull/14)

## [0.1.5]https://github.com/syncable-dev/syncable-cli/compare/v0.1.4...v0.1.5 - 2025-06-06

### Added

- cargo lock update

### Other

- Feature/update dependabot ([#11]https://github.com/syncable-dev/syncable-cli/pull/11)
- Update README.md
- Update README.md
- *(deps)* bump reqwest from 0.11.27 to 0.12.19
- *(deps)* bump dirs from 5.0.1 to 6.0.0
- Feature/dependabot ([#3]https://github.com/syncable-dev/syncable-cli/pull/3)

## [0.1.4]https://github.com/syncable-dev/syncable-cli/compare/v0.1.3...v0.1.4 - 2025-06-05

### Added

- added cargo isntall command for readme
- Add new features and improvements here.

## [0.1.3] - 2024-06-05
### Added
- Initial release of `syncable-cli`.
- Analyze code repositories to detect languages, frameworks, and dependencies.
- Generate Infrastructure as Code (IaC) configurations: Dockerfile, Docker Compose, and Terraform.
- Modular architecture for extensibility and maintainability.
- CLI interface with `analyze` and `generate` commands.
- Basic security and performance analysis.