Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple Operations & Persistent Auth #18

Open
mfreeman-xtivia opened this issue Sep 20, 2018 · 2 comments
Open

Multiple Operations & Persistent Auth #18

mfreeman-xtivia opened this issue Sep 20, 2018 · 2 comments

Comments

@mfreeman-xtivia
Copy link

Any ideas or thoughts on how hard it would be to tweak this CLI to potentially execute multiple commands (for example reading a list of them from a file) within a single session so that each command would not need to do a re-auth?

@drewbrokke
Copy link
Owner

@mfreeman-xtivia thanks for bringing this up! It's an interesting idea, but I have to admit that I'm not familiar with a way to submit multiple requests from a single remote authentication. Have you seen this pattern anywhere else? If so I'm very curious to see how it's done.

As far as chaining commands read from some sort of file, you're not alone in requesting that kind of feature. I haven't done any work on this for a while, but I think it's worth investigating a way to put greater flexibility and customization in the hands of the user.

The main reason I haven't done it yet is that I'd have to re-write the app pretty significantly to get it right.

@mfreeman-xtivia
Copy link
Author

In terms of multiple operations on one authenticated "session" here is one approach ....
https://github.com/smclab/liferay-connector

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants