Add shim for collecting logs

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis (OpenFaaS Ltd)
2020-02-23 09:42:35 +00:00
committed by Alex Ellis
parent 262770a0b7
commit 853830c018
7 changed files with 567 additions and 1 deletions

View File

@ -15,6 +15,7 @@ func init() {
rootCommand.AddCommand(upCmd)
rootCommand.AddCommand(installCmd)
rootCommand.AddCommand(providerCmd)
rootCommand.AddCommand(collectCmd)
}
var (