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
> WSK_CONFIG_FILE= ./wsk property get --apihost x
whisk API host
> WSK_CONFIG_FILE= ./wsk property get --auth y
whisk auth
The ambiguity here comes from "setup client" which consumes the values as part of the "global" --apihost/auth but these appear to also be treated as flags to "property get" and somewhere in between the value is lost.
The behavior is both buggy and startling.
The text was updated successfully, but these errors were encountered:
The ambiguity here comes from "setup client" which consumes the values as part of the "global" --apihost/auth but these appear to also be treated as flags to "property get" and somewhere in between the value is lost.
The behavior is both buggy and startling.
The text was updated successfully, but these errors were encountered: