From 85a8a0772e6d34b7e57cf270187a48c49c157e37 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 18 May 2018 09:14:04 -0400 Subject: [PATCH] table of contents --- _articles/miscellaneous/cli.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/_articles/miscellaneous/cli.md b/_articles/miscellaneous/cli.md index c2f1ff18..7f816aed 100644 --- a/_articles/miscellaneous/cli.md +++ b/_articles/miscellaneous/cli.md @@ -17,6 +17,36 @@ Bitwarden provides a powerful, full-featured command-line interface (CLI) tool t bw --help +## Table of Contents + +- [Download & Install](#download--install) + - [Native executable](#native-executable) + - [NPM](#npm) +- [Session Management](#session-management) + - [Environment Variable](#environment-variable) + - [`--session ` Option](#--session-key-option) + - [Locking](#locking) + - [Login != Unlock](#login--unlock) +- [Explore the CLI](#explore-the-cli) +- [Managing Your Vault](#managing-your-vault) + - [Sync](#sync) + - [List](#list) + - [Get](#get) + - [Create](#create) + - [Edit](#edit) + - [Delete](#delete) +- [Other Useful Commands](#other-useful-commands) + - [Export](#export) + - [Encode](#encode) + - [Config](#config) + - [Update](#update) + - [Version](#version) +- [Working with JSON](#working-with-json) +- [Source Code](#source-code) +- [Appendix](#appendix) + - [Templates](#templates) + - [Enums](#enums) + ## Download & Install You can install the Bitwarden CLI multiple different ways: