Conventions used
There are a number of text conventions used throughout this book.
Code in text: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "The index of a profile needs to be provided based on the indexes shown when you executed the pac auth list command."
A block of code is set as follows:
public getOutputs(): IOutputs
{
   return {
     characterCounterDataInput: this.textbox.value
   };
}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<resources>
      <code path="index.ts" order="1"/>
      <css path="css/MyCharacterCounter.css" order="1" />
</resources>
Any command-line input or output is written as follows:
pac auth delete --index <index of the profile>
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Click on Authentication Profiles. This will reveal two options: Create Profile and List Profiles."
Tips or important notes
Appear like this.