We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a42ac3 commit cf60a5dCopy full SHA for cf60a5d
contrib/builder/homebrew/scw.rb
@@ -46,6 +46,10 @@ def install
46
zsh_completion.install "contrib/completion/zsh/_scw"
47
end
48
49
+ def caveats
50
+ "Use `scw login` to set up the correct environment to use scaleway-cli."
51
+ end
52
+
53
test do
54
output = shell_output(bin/"scw version")
55
assert output.include? "OS/Arch (client): darwin/amd64"
0 commit comments