diff --git a/content/360/saas/get_started/install_cli.md b/content/360/saas/get_started/install_cli.md index 71e10bd1b5..0c70036537 100644 --- a/content/360/saas/get_started/install_cli.md +++ b/content/360/saas/get_started/install_cli.md @@ -25,10 +25,6 @@ This page documents how to download and install the Chef 360 Platform CLIs and r {{< readfile file="content/360/saas/reusable_text/md/install_bash_completion.md" >}} -## Add your license - -{{< readfile file="content/360/saas/reusable_text/md/clis_add_license.md" >}} - ## Verify profiles {{< readfile file="content/360/saas/reusable_text/md/clis_verify_profiles.md" >}} diff --git a/content/360/saas/reusable_text/md/clis_add_license.md b/content/360/saas/reusable_text/md/clis_add_license.md deleted file mode 100644 index 89045c62f1..0000000000 --- a/content/360/saas/reusable_text/md/clis_add_license.md +++ /dev/null @@ -1,12 +0,0 @@ - -Before you can use the Chef 360 Platform CLIs, you must add your license to your workstation. - -- To add a license, use the `license-management license load-license` command and your license key: - - ```sh - chef-platform-auth-cli license-management license load-license --body '{"licenseId":""}' --profile tenant-admin - ``` - - Replace `` with the license key you received in your email. - - After adding your license, `chef-platform-auth-cli` returns a success message.