Skip to content

cbinzer/flare-commander

Repository files navigation

FlareCommander

FlareCommander

set url

FlareCommander is a minimal GUI tool for macOS that makes it easy to manage your Cloudflare KV pairs and namespaces.

Download

Prerequisites

You need to have a Cloudflare User API Token with the following permissions: Workers KV Storage:Edit.

Development

To run the project locally, you need to have Node.js, Rust and Cargo installed. Then, clone the repository and install the dependencies. The project is build with Tauri. You can run it with the following command:

npm run tauri dev

Remove Apple Quarantine Attribute

This application is not signed at the moment. If you see an error or warning about your application being “damaged” or “cannot be opened,” the FlareCommander app may have been marked with an Apple quarantine attribute. You can remove this attribute by running the following command in your terminal:

xattr -r -d com.apple.quarantine /path/to/FlareCommander.app

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published