Lucas Roesler

Results 126 comments of Lucas Roesler

I think it is still an issue, this is the relevant block on the current `master` https://github.com/openfaas/faas-netes/blob/d2a9878e8bf31f12290389f6a7bdc913f8ca0718/handlers/deploy.go#L139-L150 Any internal labels should probably be defined as constants and should be set...

@alexellis i have added a PR with what I think the required change is

When we say a development env, do we mean development OpenFaaS components or for function developers? `faas-cli` is largely targeted at function developers and it will be cleaner if we...

@aidun you mention that you are unhappy with the solution. Can you explain what you don't like about it?

This was done in #524 to fix #478 The relevant line is here https://github.com/openfaas/faas-cli/blob/e5f498aa8f909afc55c7a7586630acc8b62fce14/builder/build.go#L197 We could probably change the check to inspect the abs path and if it is equal...

I have a rather big proposal, but one i have thought about for awhile and can implicitly fix this problem as well. what if we mimicked some of the behavior...

@alexellis do we consider this complete now?

I like those. But I would prefer the verb `use` instead of `set`. Set makes me think it is an edit/update command. So, ```sh $ faas context use staging ```...

I like John's suggestion to keep the output scripting friendly and to use the root `context` command for the "show currently active". If no context is active or none exist,...

just a small thing while i read and think about the the thread. The comment about the queue persistence probably deserves its own issue because it will require us to...