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

   ### Prepare a Pull Request
   
   - Fixes #6004 
   
   ### Motivation
   
   Command tools add CRUD for inlong cluster node.
   
   ### Modifications
   
   1..Add CRUD for inlong cluster tag.
   
   ### Verifying this change
   
   1. managerctl list cluster-node
   ```
   cluster-node      Get cluster node summary information
         Usage: cluster-node [options]
           Options:
             --tag
               cluster tag
             --type
               cluster type
   ```
   
   2. managerctl describe cluster-node
   ```
   cluster-node      Get cluster node details
         Usage: cluster-node [options]
           Options:
           * -id, --id
               cluster node id
   ```
   
   3. managerctl create cluster-node
   ```
   cluster-node      Create cluster node by json file
         Usage: cluster-node [options]
           Options:
             -f, --file
               json file
   ```
   
   4. managerctl update cluster-node
   ```
   cluster-node      Update cluster node by json file
         Usage: cluster-node [options]
           Options:
             -f, --file
               json file
   ```
   
   5. managerctl delete cluster-node
   ```
   cluster-node      Delete cluster node by node id
         Usage: cluster-node [options]
           Options:
           * -id, --id
               cluster node 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to