[
https://issues.apache.org/jira/browse/LENS-19?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14305237#comment-14305237
]
Arshad Matin commented on LENS-19:
----------------------------------
*Validation*
{noformat}
lens-shell>
lens-shell>list resources
No resources found
lens-shell>add jar file:///tmp/t1.jar
Add resource succeeded
lens-shell>list resources
type=jar path=file:///tmp/t1.jar
lens-shell>add jar file:///tmp/t2.jar
Add resource succeeded
lens-shell>list resources
type=jar path=file:///tmp/t1.jar
type=jar path=file:///tmp/t2.jar
lens-shell>remove jar file:///tmp/t1.jar
Delete resource succeeded
lens-shell>list resources
type=jar path=file:///tmp/t2.jar
lens-shell>remove jar file:///tmp/t2.jar
Delete resource succeeded
lens-shell>list resources
No resources found
lens-shell>
{noformat}
> Provide an option to list all resources added in a session
> ----------------------------------------------------------
>
> Key: LENS-19
> URL: https://issues.apache.org/jira/browse/LENS-19
> Project: Apache Lens
> Issue Type: Improvement
> Components: client, server
> Reporter: Arshad Matin
> Assignee: Raju Bairishetti
> Priority: Minor
> Fix For: 2.0
>
> Attachments: LENS-19.03.patch, LENS-19.patch
>
>
> provide a command in lens-cli to list all the resources added in a particular
> session.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)