File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33[ ![ tests] ( https://github.com/slackapi/slack-cli/actions/workflows/tests.yml/badge.svg?branch=main )] ( https://github.com/slackapi/slack-cli/actions/workflows/tests.yml )
44[ ![ codecov] ( https://codecov.io/gh/slackapi/slack-cli/branch/main/graph/badge.svg?token=G5TU59IV9I )] ( https://codecov.io/gh/slackapi/slack-cli )
5- [ ![ circleci ] ( https://dl.circleci.com/status-badge/img/gh/slackapi/slack-cli/tree/main.svg?style=svg )] ( https://dl.circleci.com/status-badge/redirect/gh/slackapi/slack-cli/tree/main )
5+ [ ![ CircleCI ] ( https://dl.circleci.com/status-badge/img/gh/slackapi/slack-cli/tree/main.svg?style=shield&circle-token=CCIPRJ_K7pGxh2PtW5AurUdJTKWpb_2845116e5a6f641726a73654f618e450b0c4e95b )] ( https://dl.circleci.com/status-badge/redirect/gh/slackapi/slack-cli/tree/main )
66
77> Command-line interface for building apps on the Slack Platform.
88
Original file line number Diff line number Diff line change @@ -308,7 +308,7 @@ require (
308308 github.com/hexops/gotextdiff v1.0.3 // indirect
309309 github.com/huandu/xstrings v1.5.0 // indirect
310310 github.com/in-toto/attestation v1.1.2 // indirect
311- github.com/in-toto/in-toto-golang v0.10 .0 // indirect
311+ github.com/in-toto/in-toto-golang v0.11 .0 // indirect
312312 github.com/invopop/jsonschema v0.13.0 // indirect
313313 github.com/ipfs/bbloom v0.0.4 // indirect
314314 github.com/ipfs/go-block-format v0.2.0 // indirect
Original file line number Diff line number Diff line change @@ -773,8 +773,8 @@ github.com/huandu/xstrings v1.5.0 h1:2ag3IFq9ZDANvthTwTiqSSZLjDc+BedvHPAp5tJy2TI
773773github.com/huandu/xstrings v1.5.0 /go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE =
774774github.com/in-toto/attestation v1.1.2 h1:MBFn6lsMq6dptQZJBhalXTcWMb/aJy3V+GX3VYj/V1E =
775775github.com/in-toto/attestation v1.1.2 /go.mod h1:gYFddHMZj3DiQ0b62ltNi1Vj5rC879bTmBbrv9CRHpM =
776- github.com/in-toto/in-toto-golang v0.10 .0 h1:+s2eZQSK3WmWfYV85qXVSBfqgawi/5L02MaqA4o/tpM =
777- github.com/in-toto/in-toto-golang v0.10 .0 /go.mod h1:wjT4RiyFlLWCmLUJjwB8oZcjaq7HA390aMJcD3xXgmg =
776+ github.com/in-toto/in-toto-golang v0.11 .0 h1:nfidMYBFx+E0lnmX5KUnN2Pdm8zdNKal1ayjJuzzRoA =
777+ github.com/in-toto/in-toto-golang v0.11 .0 /go.mod h1:u3PjTnwFKjp5a1YCcw8SJg0G+tMeKfVoWsWeFMDCMtw =
778778github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8 =
779779github.com/inconshreveable/mousetrap v1.1.0 /go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw =
780780github.com/invopop/jsonschema v0.13.0 h1:KvpoAJWEjR3uD9Kbm2HWJmqsEaHt8lBUpd0qHcIi21E =
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ install_slack_cli() {
166166 if [ " $SLACK_CLI_DEV_VERSION " == " dev" ]; then
167167 delay 0.2 " 💾 Successfully downloaded the latest build to $( home_path " $slack_cli_install_dir /slack-cli.tar.gz" ) "
168168 else
169- delay 0.2 " 💾 Successfully downloaded Slack CLI v$LATEST_SLACK_CLI_VERSION to $( home_path " $slack_cli_install_dir /slack-cli.tar.gz" ) "
169+ delay 0.2 " 💾 Successfully downloaded Slack CLI v$SLACK_CLI_DEV_VERSION to $( home_path " $slack_cli_install_dir /slack-cli.tar.gz" ) "
170170 fi
171171
172172 delay 0.3 " 📦 Extracting the Slack CLI command binary to $( home_path " $slack_cli_bin_path " ) "
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ install_slack_cli() {
165165 echo -e " \x1b[2m\n$slack_cli_url "
166166 curl -# -fLo " $slack_cli_install_dir /slack-cli.tar.gz" " $slack_cli_url "
167167 echo -e " \x1b[0m"
168- delay 0.2 " 💾 Successfully downloaded Slack CLI v$LATEST_SLACK_CLI_VERSION to $( home_path " $slack_cli_install_dir /slack-cli.tar.gz" ) "
168+ delay 0.2 " 💾 Successfully downloaded Slack CLI v$SLACK_CLI_VERSION to $( home_path " $slack_cli_install_dir /slack-cli.tar.gz" ) "
169169
170170 delay 0.3 " 📦 Extracting the Slack CLI command binary to $( home_path " $slack_cli_bin_path " ) "
171171 tar -xf " $slack_cli_install_dir /slack-cli.tar.gz" -C " $slack_cli_install_dir "
You can’t perform that action at this time.
0 commit comments