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
This results in the following output for a brew installed CLI:
$ ./faas-cli version
Git Commit: thisisavalidsha
Current Behaviour
Following the merge of #50 and the move of the GitCommit variable from the old main package rather than commands package this commit SHA isn't getting populated.
This results in the following output:
$ ./faas-cli version
Git Commit:
Possible Solution
Steps to Reproduce (for bugs)
Download the current 0.4.9 release, or build locally using build_redist.sh and run ./faas-cli version
Context
Your Environment
Docker version docker version (e.g. Docker 17.0.05 ):
n/a
Are you using Docker Swarm or Kubernetes (FaaS-netes)?
n/a
Operating System and version (e.g. Linux, Windows, MacOS):
MacOS
Link to your project or a code example to reproduce issue:
n/a
The text was updated successfully, but these errors were encountered:
Expected Behaviour
This results in the following output for a brew installed CLI:
Current Behaviour
Following the merge of #50 and the move of the
GitCommit
variable from the oldmain
package rather thancommands
package this commit SHA isn't getting populated.This results in the following output:
Possible Solution
Steps to Reproduce (for bugs)
0.4.9
release, or build locally usingbuild_redist.sh
and run./faas-cli version
Context
Your Environment
Docker version
docker version
(e.g. Docker 17.0.05 ):n/a
Are you using Docker Swarm or Kubernetes (FaaS-netes)?
n/a
Operating System and version (e.g. Linux, Windows, MacOS):
MacOS
Link to your project or a code example to reproduce issue:
n/a
The text was updated successfully, but these errors were encountered: