| Crates.io | cargo-faasta |
| lib.rs | cargo-faasta |
| version | 0.1.1 |
| created_at | 2025-04-23 08:06:54.434105+00 |
| updated_at | 2025-04-27 03:26:01.848638+00 |
| description | Build and deploy wasi-http wasm to the faasta serverless platform |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1645167 |
| size | 185,133 |
Command-line interface for the Faasta (Functions as a Service) platform.
cargo install faasta-cli
cargo faasta init # Initialize a new Faasta function in current directory
cargo faasta new NAME # Create a new Faasta function in a new directory
cargo faasta build # Build the function for deployment
cargo faasta deploy # Deploy the function to a Faasta server
cargo faasta run # Run the function locally for testing
cargo faasta login # Authenticate with GitHub
cargo faasta list # List all deployed functions
cargo faasta metrics # View metrics for your deployed functions
cargo faasta invoke # Invoke a deployed function
cargo faasta unpublish # Unpublish a function from the server
The CLI uses a configuration file located at ~/.faasta/config.json.
See the main project repository for license information.