You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
commands/faas.go # the root command `faas-cli` all verbs are attached to this
commands/deploy.go
commands/build.go
commands/delete.go
app.go # just calls commands.Execute()
There was a suggestion by @rgee0 to refactor into separate files. I think we have to do this now due to the upcoming cobra CLI changes.
The text was updated successfully, but these errors were encountered: