You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Attila Magyar (Jira)" <ji...@apache.org> on 2022/06/01 10:19:00 UTC

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

Attila Magyar created KNOX-2752:
-----------------------------------

             Summary: 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


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-alias name1  --value value1 create-alias name2 --value value2
{code}





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