catch-cli
is a command-line interface (CLI) tool designed to facilitate file uploads to Catch when GitHub integration is restricted due to privacy, security policies, or other limitations.
In scenarios where direct GitHub integration with trycatch.ai is not possible, catch-cli provides a seamless solution for uploading local files to the platform. This tool bridges the gap between your local source files and trycatch.ai, ensuring that you can continue to leverage the platform's capabilities even when faced with integration constraints.
The binary for catch-cli
typically does not require direct installation by users. It is designed to be easily integrated into your workflow without complex setup procedures.
- Rust (version 1.80 or higher)
-
Clone the repository:
git clone https://github.com/append-at/catch-cli.git cd catch-cli
-
Build the project:
cargo build --release
-
The binary will be available in
target/release/catch-cli
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.
If you encounter any problems or have any questions, please open an issue on the GitHub repository.