You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/09/22 07:35:15 UTC

[GitHub] [inlong] haifxu opened a new pull request, #5991: [INLONG-5990][Manager] Command tools add CRUD for inlong cluster tag

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-unsubscribe@inlong.apache.org

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


[GitHub] [inlong] haifxu commented on pull request #5991: [INLONG-5990][Manager] Command tools add CRUD for inlong cluster tag

Posted by GitBox <gi...@apache.org>.
haifxu commented on PR #5991:
URL: https://github.com/apache/inlong/pull/5991#issuecomment-1254783851

   > please add an example or guide to show how to use the `Update` and `Create` operations.
   
   Ok, I'll add the example to [](https://inlong.apache.org/docs/next/user_guide/command_line_tools).


-- 
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-unsubscribe@inlong.apache.org

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


[GitHub] [inlong] dockerzhang merged pull request #5991: [INLONG-5990][Manager] Command tools add CRUD for inlong cluster tag

Posted by GitBox <gi...@apache.org>.
dockerzhang merged PR #5991:
URL: https://github.com/apache/inlong/pull/5991


-- 
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-unsubscribe@inlong.apache.org

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


[GitHub] [inlong] dockerzhang commented on pull request #5991: [INLONG-5990][Manager] Command tools add CRUD for inlong cluster tag

Posted by GitBox <gi...@apache.org>.
dockerzhang commented on PR #5991:
URL: https://github.com/apache/inlong/pull/5991#issuecomment-1254763897

   please add an example or guide to show how to use the `Update` and `Create` operations.


-- 
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-unsubscribe@inlong.apache.org

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


[GitHub] [inlong] haifxu commented on pull request #5991: [INLONG-5990][Manager] Command tools add CRUD for inlong cluster tag

Posted by GitBox <gi...@apache.org>.
haifxu commented on PR #5991:
URL: https://github.com/apache/inlong/pull/5991#issuecomment-1254787336

   > please add an example or guide to show how to use the `Update` and `Create` operations.
   
   Ok, I'll add the example to [the usage documentation](https://inlong.apache.org/docs/next/user_guide/command_line_tools).


-- 
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-unsubscribe@inlong.apache.org

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