Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@ You can also skip the prompt and proactively grant the desired access by appendi
For running on a local development server:

```
slack run -org-workspace-grant <team_id>
slack run --org-workspace-grant <team_id>
```

For deploying to production:

```
slack deploy -org-workspace-grant <team_id>
slack deploy --org-workspace-grant <team_id>
```

## Adjusting access to specific workspaces {#adjusting-access}
Expand All @@ -113,4 +113,4 @@ Org Admins can adjust an app's access grants anytime after granting their approv
5. _Manage_
6. Select _Remove from a workspace_ or _Add to more workspaces_

Use this process to ensure only desired apps are available in the proper workspaces.
Use this process to ensure only desired apps are available in the proper workspaces.
Loading