# f5-tool-deploy-rest **Repository Path**: zongzw/f5-tool-deploy-rest ## Basic Information - **Project Name**: f5-tool-deploy-rest - **Description**: Deploy specified resources in json-format to bigip. - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-02 - **Last Updated**: 2023-09-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # f5-tool-deploy-rest #### 介绍 Deploy specified resources in json-format to bigip. #### 软件架构 参考https://github.com/zongzw/f5-bigip-rest/ examples详细使用说明。 #### 使用方法 ```shell $ ./f5-tool-deploy-rest-darwin-20230307 --help Usage of ./f5-tool-deploy-rest-darwin-20230307: -bigip-password string BIG-IP password for connection, i.e. admin (default "admin") -bigip-url string BIG-IP url, i.e. https://enr.yuxn.com:8443 -bigip-username string BIG-IP username for connection, i.e. admin (default "admin") -config string config file that contains basic config items. (default "./config.json") -log-level string logging level: debug info warn error (default "info") -origin string The original config json body or file, will be auto-detected -single-transaction deploy the resources with in one transaction -target string The target config json body or file, will be auto-detected -threads int threads for executing the deployments (default 5) ```