# Overview of DevOps CLI in VS Code

## ![](/files/RXx59Hu9EyPCisSQ0YzA) Overview

Flosum provides a DevOps extension for Visual Studio Code (VS Code) that streamlines work on DevOps projects by giving you direct access to Flosum CLI commands through an easy-to-use interface. Rather than running commands manually in a terminal, you can trigger them directly from VS Code, which reduces context switching and keeps you focused on your code. The extension works alongside the underlying Flosum CLI Node.js package, and lets you:

* Manage logins to DevOps tenants.
* Initialize and clone projects.
* Check out and pull branches.
* View and commit changes.

Together, these capabilities cover the day-to-day tasks involved in moving Salesforce changes through a Flosum DevOps branch. To get started, follow the instructions in the article below.

* [Installing Flosum DevOps-CLI Extension](/devops/code/devops-cli/installing-flosum-devops-cli-extension.md)

Once the extension is installed, see the following article to learn how to use it and what each command does.

* [Using DevOps CLI in VS Code](/devops/code/devops-cli/using-devops-cli-in-vs-code.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.flosum.com/devops/code/devops-cli/overview-of-devops-cli-in-vs-code.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
