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
feat(bolt-install): support using 'run' command with remote manifests (#111)
* feat(bolt-install): added --experiment=bolt-install
* feat(bolt-install): run command supports manifest source app setting
* feat(bolt-install): enable run with remote manifests
* feat(bolt-install): apply updates to Install
* feat(bolt-install): use local or remote manifest during local install
* feat(bolt-install): add bolt-install check to start of local install
* feat(bolt-install): revert changes to remote install
* feat(bolt-install): add test coverage
* feat(bolt-install): add docs
* feat(bolt-install): clarify why we get the manifest from the local file or app settings
Copy file name to clipboardExpand all lines: docs/reference/experiments.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ The following is a list of currently available experiments. We'll remove experim
8
8
9
9
*`bolt-install`: enables creating, installing, and running Bolt projects that manage their app manifest on app settings (remote manifest).
10
10
*`slack create` and `slack init` now set manifest source to "app settings" (remote) for Bolt JS & Bolt Python projects ([PR#96](https://github.com/slackapi/slack-cli/pull/96)).
11
+
*`slack run` supports creating and installing Bolt Framework apps that have the manifest source set to "app settings (remote)" ([PR#111](https://github.com/slackapi/slack-cli/pull/111)).
11
12
*`read-only-collaborators`: enables creating and modifying collaborator permissions via the `slack collaborator` commands.
0 commit comments