WorkingDir is the current working dir. Functions that receive this context should prefer this working directory instead of using the global one.
()
| 57 | // that receive this context should prefer this working directory |
| 58 | // instead of using the global one. |
| 59 | WorkingDir() string |
| 60 | |
| 61 | // RunID is the current DevSpace run id, which differs in each |
| 62 | // run of DevSpace. This can be used to save certain informations |
no outgoing calls
no test coverage detected