This PR introduces a new bsf clean command that simplifies the cleanup of autogenerated files and directories during development. This feature is especially useful when testing new features or iterating locally, where manual deletion of these files is often needed.
Key Features:
New bsf clean Command:
The bsf clean command deletes the following autogenerated files and directories:
bsf/
bsf-result/
bsf.hcl
bsf.lock
Reused Cleanup Logic:
Reuses the cleanup logic from cmd/init, ensuring consistency and reducing code duplication.
120
Description:
This PR introduces a new bsf clean command that simplifies the cleanup of autogenerated files and directories during development. This feature is especially useful when testing new features or iterating locally, where manual deletion of these files is often needed.
Key Features:
The bsf clean command deletes the following autogenerated files and directories: bsf/ bsf-result/ bsf.hcl bsf.lock
Reuses the cleanup logic from cmd/init, ensuring consistency and reducing code duplication.