Change design of commands and lib to use client more effectively #37

Closed
opened 2021-08-03 00:33:25 +00:00 by roxxers · 6 comments

Would be much better to have a client we make in the cli and then pass down to commands to save on memory and to make customising the docker config dir easier

Would be much better to have a client we make in the cli and then pass down to commands to save on memory and to make customising the docker config dir easier
Owner

Yes, perfect 💯

Also the context? Idk if that would cause issues tho.

Yes, perfect 💯 Also the context? Idk if that would cause issues tho.
Owner

Let us know when you kick this off @roxxers so we don't run into a merge conflict the size of Texas. Lotta churn going on.

Let us know when you kick this off @roxxers so we don't run into a merge conflict the size of Texas. Lotta churn going on.
decentral1se added the
enhancement
label 2021-09-03 10:26:13 +00:00
Author

will do

will do
decentral1se added this to the (deleted) milestone 2021-09-04 21:03:19 +00:00
Owner
https://github.com/urfave/cli/issues/1009
roxxers was assigned by decentral1se 2021-09-06 15:17:00 +00:00
Author

https://github.com/urfave/cli/issues/1009

Thanks for pointing it out. I think there might be a use for it. For client stuff tho that will have t obe in the command since it needs to know what context you are using which just means some extra lib code and replacing the line where we get the client

> https://github.com/urfave/cli/issues/1009 Thanks for pointing it out. I think there might be a use for it. For client stuff tho that will have t obe in the command since it needs to know what context you are using which just means some extra lib code and replacing the line where we get the client
Author

Turns out the cli context has its own context object so I can also just reuse that anytime we need that object

Turns out the cli context has its own context object so I can also just reuse that anytime we need that object
decentral1se removed this from the (deleted) milestone 2021-09-07 09:01:31 +00:00
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: toolshed/abra#37
No description provided.