Introduction
rapd is a command-line tool designed specifically for RAPD services, providing both declarative and imperative invocation methods. You can use rapd to communicate between your local device and the RAPD Engine and integrate it into your own CI/CD processes.
The rapd CLI is a powerful tool with the following features:
- Resource Deployment: Easily deploy any resources provided by RAPD.
- Troubleshooting: It is an excellent tool for troubleshooting, helping you identify and resolve various issues encountered during deployment.
- Feature Expansion: The rapd CLI also assists you in expanding the capabilities of the RAPD scheduler, making it your optimal management tool.
Whether it’s resource deployment, issue troubleshooting, or feature expansion, the rapd CLI can meet your needs and enhance your work efficiency.
Syntax
The rapd commands can be divided into the following two types based on usage:
General Commands
Typically used for global operations on resources or environment settings, such as: install, apply
rapd [OPERATION] [FLAGS]
Resource Operation Commands
Used to perform operations on specific resources
rapd [TYPE] [OPERATION] [NAME] [FLAGS]
- OPERATION: Indicates the command to operate on the resource, such as: apply, get
- TYPE: Indicates the type of resource, such as: app, cluster
- NAME(Optional): The name of the resource
- FLAGS(Optional): Additional operational attributes