@@ -6,18 +6,38 @@ This document covers the installation and usage of mbed CLI.
66
77## Table of Contents
88
9- 1 . [ Using mbed CLI ] ( #using-mbed-cli )
10- 1 . [ Installation ] ( #installation )
11- 1 . [ Before you begin ] ( #before-you-begin-understanding-the- working-context-and-program-root )
9+ 1 . [ Requirements ] ( #requirements )
10+ 1 . [ Installing and uninstalling ] ( #installing-mbed-cli )
11+ 1 . [ Working context and command help ] ( #working-context )
12121 . [ Creating and importing programs] ( #creating-and-importing-programs )
13+ 1 . [ Creating a new program] ( #creating-a-new-program )
14+ 2. [Importing an existing program](#importing-an-existing-program)
13151 . [ Adding and removing libraries] ( #adding-and-removing-libraries )
16+ 1. [Adding a library](#adding-a-library)
17+ 2. [Removing a library](#removing-a-library)
18+ 1 . [ Updating programs and libraries] ( #updating-programs-and-libraries )
19+ 1. [Synchronizing library references](#synchronizing-library-references)
20+ 2. [Update scenarios](#update-scenarios)
21+ 3. [Updating to an upstream version](#updating-to-an-upstream-version)
22+ 1 . [ Publishing your changes] ( #publishing-your-changes )
23+ 1. [Checking status](#checking-status)
24+ 2. [Pushing upstream](#pushing-upstream)
14251 . [ Compiling code] ( #compiling-code )
26+ 1. [Toolchain selection](#toolchain-selection)
27+ 2. [Compiling your program](#compiling-your-program)
28+ 3. [Compiling static libraries](#compiling-static-libraries)
29+ 4 . [ Compile configuration system] ( #compile-configuration-system )
30+ 5 . [ Compile-time customizations] ( #compile-time-customizations )
31+ 6 . [ Automating toolchain and target selection] ( #automating-toolchain-and-target-selection )
15321 . [ Exporting to desktop IDEs] ( #exporting-to-desktop-ides )
16331 . [ Testing] ( #testing )
17- 1 . [ Publishing your changes] ( #publishing-your-changes )
18- 1 . [ Updating programs and libraries] ( #updating-programs-and-libraries )
34+ 1 . [ Finding available tests] ( #finding-available-tests )
35+ 2 . [ Change the test action] ( #change-the-test-action )
36+ 3 . [ Limiting the test scope] ( #limiting-the-test-scope )
37+ 4 . [ Test directory structure] ( #test-directory-structure )
19381 . [ mbed CLI configuration] ( #mbed-cli-configuration )
2039
40+
2141## Using mbed CLI
2242
2343The basic workflow for mbed CLI is to:
0 commit comments