When trying to execute some aliased command through bin/client, the aliased command is not found.
For example with feature aliases:
// features:* aliases
|
features:addurl = { feature:repo-add $args } ;
|
features:info = { feature:info $args } ;
|
/tmp/jboss-fuse-karaf-7.0.0.fuse-000163-redhat-2 :: bin/client -u admin -p admin features:addurl test
|
Logging in as admin
|
Command not found: features:addurl
|
|
|
/tmp/jboss-fuse-karaf-7.0.0.fuse-000163-redhat-2 :: bin/client -u admin -p admin feature:repo-add test
|
Logging in as admin
|
Adding feature url test
|
Error executing command: URI is not absolute : test
|
|
|
|
|
/tmp/jboss-fuse-karaf-7.0.0.fuse-000163-redhat-2 :: bin/client -u admin -p admin features:info test
|
Logging in as admin
|
Command not found: features:info
|
|
|
/tmp/jboss-fuse-karaf-7.0.0.fuse-000163-redhat-2 :: bin/client -u admin -p admin feature:info test
|
Logging in as admin
|
Feature not found
|
- is related to
-
KEYCLOAK-7091 [SPIKE] Testsuite for Fuse 7 adapter (can Fuse 6 TS be reused?)
-
- Closed
-