diff --git a/README.md b/README.md index 1b255f3f..0543a33c 100644 --- a/README.md +++ b/README.md @@ -28,17 +28,21 @@ Among other features, Box CLI includes the following functionality: -- [Getting Started](#getting-started) - - [CLI Installation](#cli-installation) - - [CLI and Server Authentication with JWT](#cli-and-server-authentication-with-jwt) -- [Usage](#usage) +- [Box CLI](#box-cli) + - [Table of contents](#table-of-contents) + - [Getting Started](#getting-started) + - [CLI Installation](#cli-installation) + - [Windows \& macOS Installers](#windows--macos-installers) + - [Linux \& Node install](#linux--node-install) + - [CLI and Server Authentication with JWT](#cli-and-server-authentication-with-jwt) + - [Usage](#usage) - [Command Topics](#command-topics) -- [Questions, Bugs, and Feature Requests?](#questions-bugs-and-feature-requests) -- [Versions](#versions) - - [Supported Version](#supported-version) - - [Version schedule](#version-schedule) -- [Contributing to the Box CLI](#contributing-to-the-box-cli) -- [Copyright and License](#copyright-and-license) + - [Questions, Bugs, and Feature Requests?](#questions-bugs-and-feature-requests) + - [Versions](#versions) + - [Supported Version](#supported-version) + - [Version schedule](#version-schedule) + - [Contributing to the Box CLI](#contributing-to-the-box-cli) + - [Copyright and License](#copyright-and-license) @@ -62,7 +66,7 @@ npm install --global @box/cli ### CLI and Server Authentication with JWT Alternatively, to get started with the Box CLI, [download and install](#CLI-Installation) CLI, set up a Box application using Server Authentication with JWT and -download the JSON configuration file from the Configuration page of your app in the +download the JSON configuration file from the Configuration page of your platform app in the [Box Developer Console][dev-console] following [JWT CLI Guide][jwt-guide]. Then, set up the CLI by pointing it to your configuration file: ```sh-session diff --git a/examples/Mass Update User Zones/README.md b/examples/Mass Update User Zones/README.md index 87500a34..a83caf26 100644 --- a/examples/Mass Update User Zones/README.md +++ b/examples/Mass Update User Zones/README.md @@ -36,8 +36,8 @@ If you would like to use Admin Console for zone assignment, see [here](https://s PS /Users/mikechen> ``` -4. Setting up the CLI requires creating a Box application that uses server authentication with JWT. See the [Box CLI Using JWT Authentication][jwt-cli] page for instructions. - * The Box application must have the following application **access level** enabled in the configuration page: `App + Enterprise Access` +4. Setting up the CLI requires creating a Box platform application that uses server authentication with JWT. See the [Box CLI Using JWT Authentication][jwt-cli] page for instructions. + * The Box platform application must have the following application **access level** enabled in the configuration page: `App + Enterprise Access` * The Box application must have the following **application scopes** enabled in the configuration page: `Manage Enterprise Properties`, `Manage Users` * The Box application must have the following **advanced features** enabled in the configuration page: `Generate User Access Tokens`