A command-line interface for the SigFile development process tracking tool.
Identifier: sigfile-cli
Version: 1.0.0
Published: 2024-04-03
Last Released: 2024-04-03
SigFile CLI is the command-line interface component of the SigFile development process tracking tool. It provides a convenient way to interact with SigFile's core functionality through the terminal.
- Command-line interface for SigFile operations
- Development environment management
- Decision tracking and documentation
- Cross-platform support (Windows, macOS, Linux)
-
Clone the repository:
git clone https://github.com/AkashicRecords/SigFile-CLI.git cd SigFile-CLI
-
Create and activate the virtual environment:
python3 -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
-
Install the package:
pip install -e .
See the User Guide for detailed usage instructions.
Basic commands:
# Track a decision
sigfile decision --project "my-project" --type "architecture" --description "Decision description"
# Manage development environment
sigfile devenv --action create --name "my-env"
Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.