[ https://issues.apache.org/jira/browse/KNOX-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tamás Hanicz updated KNOX-3071: ------------------------------- Description: New feature for list-alias KnoxCLI command. The user should be able to provide multiple clusters concatenated by ',' and list the aliases for all of them. list-alias --cluster cluster1,cluster2,clusterN New functionality in create-aliases command that creates aliases on multiple clusters and optionally lists them at the end. create-aliases --alias alias1 --value value1 --cluster cluster1 --alias alias2 --value value2 --cluster2 --alias aliasN --value valueN --cluster clusterN --list When there is a --cluster args every alias before it will be added to that cluster. *This modification is not backward compatible because previously the --cluster parameter's position didn't matter, however from now on an alias will be created for a cluster if it is listed before the cluster.* was: New feature for list-alias KnoxCLI command. The user should be able to provide multiple clusters concatenated by ',' and list the aliases for all of them. list-alias --cluster cluster1,cluster2,clusterN New create-list-aliases command that creates aliases on multiple clusters and list them at the end. create-list-aliases --alias alias1 --value value1 --cluster cluster1 --alias alias2 --value value2 --cluster2 --alias aliasN --value valueN --cluster clusterN When there is a --cluster args every alias before it will be added to that cluster. > Batch list-alias and new functionality for create-aliases KnoxCLI commands > -------------------------------------------------------------------------- > > Key: KNOX-3071 > URL: https://issues.apache.org/jira/browse/KNOX-3071 > Project: Apache Knox > Issue Type: New Feature > Components: KnoxCLI > Affects Versions: 2.1.0 > Reporter: Tamás Hanicz > Assignee: Tamás Hanicz > Priority: Minor > Time Spent: 1h 10m > Remaining Estimate: 0h > > New feature for list-alias KnoxCLI command. The user should be able to > provide multiple clusters concatenated by ',' and list the aliases for all of > them. > list-alias --cluster cluster1,cluster2,clusterN > New functionality in create-aliases command that creates aliases on multiple > clusters and optionally lists them at the end. > create-aliases --alias alias1 --value value1 --cluster cluster1 --alias > alias2 --value value2 --cluster2 --alias aliasN --value valueN --cluster > clusterN --list > When there is a --cluster args every alias before it will be added to that > cluster. *This modification is not backward compatible because previously the > --cluster parameter's position didn't matter, however from now on an alias > will be created for a cluster if it is listed before the cluster.* -- This message was sent by Atlassian Jira (v8.20.10#820010)