amplify-watch-0.1.0 is not a library.
Amplify Watch
A simple command-line tool to monitor AWS Amplify app status in real-time.
Features
- Real-time monitoring of Amplify app build status
- Configurable polling interval
Prerequisites
- Rust installed on your system
- AWS credentials configured (via AWS CLI, environment variables)
- Access to AWS Amplify service
Installation
- Clone the repository:
- Build the project:
Usage
Watch App Status
Monitor an Amplify app in real-time:
Or with a custom polling interval:
>
)
Command Options
--app-id, -a
: The Amplify app ID to monitor (required)--branch, -a
: The branch to monitor (required)--interval, -i
: Polling interval in seconds (default: 10)
AWS Configuration
Make sure you have AWS credentials configured. You can do this by:
- Using AWS CLI:
aws configure
- Setting environment variables:
LICENSE
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT) at your option.