Package Details: slack-cli 4.5.0-1

Git Clone URL: https://aur.archlinux.org/slack-cli.git (read-only, click to copy)
Package Base: slack-cli
Description: Command-line interface for building apps on the Slack Platform.
Upstream URL: https://github.com/slackapi/slack-cli/
Licenses: Apache-2.0
Submitter: liljaylj
Maintainer: matth
Last Packager: matth
Votes: 3
Popularity: 0.000000
First Submitted: 2019-03-18 09:54 (UTC)
Last Updated: 2026-07-20 17:09 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

matth commented on 2026-06-21 22:20 (UTC)

@bhyoo I'm not sure what would be causing that error. Builds just fine for me on both amd64 and aarch64 and checks pass. I build in clean chroots.

bhyoo commented on 2026-06-16 02:27 (UTC)

It failed to install on amd64 or aarch64 with the check error below

--- FAIL: TestDeployCommand_DeployHook (0.01s)
    --- FAIL: TestDeployCommand_DeployHook/fails_to_execute_an_unknown_script_path (0.00s)
        deploy_test.go:294: 
                Error Trace:    github.com/slackapi/slack-cli/cmd/platform/deploy_test.go:294
                Error:          Should be true
                Test:           TestDeployCommand_DeployHook/fails_to_execute_an_unknown_script_path
FAIL
FAIL    github.com/slackapi/slack-cli/cmd/platform      0.015s

bhyoo commented on 2026-06-01 05:34 (UTC)

Please add aarch64 as well. It works

artlogic commented on 2026-04-02 18:55 (UTC)

This package currently won't build under fish (and possibly other shells) due to a failure in the tests: https://github.com/slackapi/slack-cli/issues/462

I was able to build this by running SHELL=/bin/bash makepkg - this also appears to work with yay: SHELL=/bin/bash yay -S slack-cli.

matth commented on 2026-03-30 21:23 (UTC) (edited on 2026-04-02 13:55 (UTC) by matth)

Edit: As I'm now the maintainer I've pushed the source version of the package and this is all set now.

This package here currently downloads the pre-build binary of the package so should really be named slack-cli-bin

I have updated this PKGBUILD to build from source and have it up at https://github.com/matt-h/aur-pkgbuilds/blob/main/slack-cli/PKGBUILD

If you would like, you could add me as a maintainer and I could take over the slack-cli name for the build from source version. If you would like to still maintain the pre-built binary version then it should be pushed to slack-cli-bin instead.

netzego commented on 2024-11-13 09:54 (UTC)

the url variable should point to "https://github.com/rockymadden/slack-cli" rather then "https://api.slack.com/automation/quickstart". but the quick-start is good to know. thx for maintaining!

djmattyg007 commented on 2021-01-28 03:51 (UTC)

If bash is listed as a dependency, curl probably should be listed too.

mprom commented on 2019-11-04 09:50 (UTC)

@Sparticuz AFAICS jq is only needed of you compile it yourself using curl or make? At least, I can install it fine without jq installed.

Sparticuz commented on 2019-08-05 19:36 (UTC)

This depends on jq. Also, according to the makefile, it should be installed as slack, not slack-cli. Thanks