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
Unable to run gz msg related commands on gz-msg 11 (ionic).
Getting error while running any msg command except listing the versions
[Related to gz tutorial test case: #1390 ]
Environment
OS Version: mac OS Monterey (12.7.6) (Intel Mac)
binary build: 11.0.0~pre1
Description
Expected behavior: gz msg help and gz msg -l should return valid results
Unable to run
gz msg
related commands on gz-msg 11 (ionic).Getting error while running any msg command except listing the versions
[Related to gz tutorial test case: #1390 ]
Environment
Description
gz msg help
andgz msg -l
should return valid resultsSteps to reproduce
Install binaries from the instructions here.
Ensure the correct version is installed:
$ gz msg --versions
11.0.0~pre1
Try to run the help or list commands
$ gz msg help
$ gz msg -l
$ gz msg --list
Output
$ gz msg --versions
11.0.0~pre1
$ gz msg help
//usr/local/Cellar/gz-msgs11/11.0.0-pre1_2/lib/ruby/gz/cmdmsgs11.rb:33:in execute: uninitialized constant Cmd::LIBRARY_NAME (NameError) from /usr/local/bin/gz:309:in <main>
$ gz msg -l
/usr/local/Cellar/gz-msgs11/11.0.0-pre1_2/lib/ruby/gz/cmdmsgs11.rb:33:in execute: uninitialized constant Cmd::LIBRARY_NAME (NameError) from /usr/local/bin/gz:309:in <main>
$ gz msg --list
/usr/local/Cellar/gz-msgs11/11.0.0-pre1_2/lib/ruby/gz/cmdmsgs11.rb:33:in execute: uninitialized constant Cmd::LIBRARY_NAME (NameError) from /usr/local/bin/gz:309:in <main>
The text was updated successfully, but these errors were encountered: