haifxu opened a new pull request, #5991:
URL: https://github.com/apache/inlong/pull/5991

   ### Prepare a Pull Request
   
   - Fixes #5990 
   
   ### Motivation
   
   Command tools add CRUD for inlong cluster tag.
   
   ### Modifications
   
   1.Add CRUD for inlong cluster tag.
   2.Modify exception judgment in 
`org.apache.inlong.manager.client.cli.util.ClientUtils#readFile`
   
   ### Verifying this change
   
   1. managerctl list cluster-tag
   ```
   cluster-tag      Get cluster tag summary information
         Usage: cluster-tag [options]
           Options:
             --tag
               cluster tag
   ```
   
   2. managerctl describe cluster-tag
   ```
   cluster-tag      Get cluster tag details
         Usage: cluster-tag [options]
           Options:
           * -id, --id
               cluster tag id
   ```
   
   3. managerctl create cluster-tag
   ```
   cluster-tag      Create cluster tag by json file
         Usage: cluster-tag [options]
           Options:
             -f, --file
               json file
   ```
   
   4. managerctl update cluster-tag
   ```
   cluster-tag      Update cluster tag by json file
         Usage: cluster-tag [options]
           Options:
             -f, --file
               json file
   ```
   
   5. managerctl delete cluster-tag
   ```
   cluster-tag      Delete cluster tag by tag id
         Usage: cluster-tag [options]
           Options:
           * -id, --id
               cluster tag id
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@inlong.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to