You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/06/09 16:16:00 UTC

[jira] [Commented] (KNOX-2752) knoxcli should support batch alias creation

    [ https://issues.apache.org/jira/browse/KNOX-2752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17552293#comment-17552293 ] 

ASF subversion and git services commented on KNOX-2752:
-------------------------------------------------------

Commit aa8e1531f970d5477d60f7ea2c669657b5bf077a in knox's branch refs/heads/master from Attila Magyar
[ https://gitbox.apache.org/repos/asf?p=knox.git;h=aa8e1531f ]

KNOX-2752 knoxcli should support batch alias creation (#583)



> knoxcli should support batch alias creation
> -------------------------------------------
>
>                 Key: KNOX-2752
>                 URL: https://issues.apache.org/jira/browse/KNOX-2752
>             Project: Apache Knox
>          Issue Type: Bug
>          Components: KnoxCLI
>            Reporter: Attila Magyar
>            Assignee: Attila Magyar
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Currently we can only create aliases one by one:
> {code}
> bin/knoxcli.sh create-alias name --cluster cl1  --value value
> {code}
> This is very slow if we want to create multiple aliases.
> KnoxCLI should support creating multiple aliases for the same cluster in one batch
> {code}
> bin/knoxcli.sh create-aliases --alias a1 --value v1 --alias a2 --value v2 --alias a3 --value v3
> {code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)