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 b966a61 commit f431b52Copy full SHA for f431b52
contrib/builder/homebrew/scw.rb
@@ -26,6 +26,10 @@ def install
26
zsh_completion.install "contrib/completion/zsh/_scw"
27
end
28
29
+ def caveats
30
+ "Use `scw login` to set up the correct environment to use scaleway-cli."
31
+ end
32
+
33
test do
34
output = shell_output(bin/"scw version")
35
assert output.include? "OS/Arch (client): darwin/amd64"
0 commit comments