Skip to content

Commit

Permalink
feat: doctor command
Browse files Browse the repository at this point in the history
  • Loading branch information
mkloubert committed Jan 2, 2025
1 parent 9e0a616 commit e608a5b
Show file tree
Hide file tree
Showing 7 changed files with 401 additions and 276 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log (go-package-manager)

## 0.27.0

- **BREAKING CHANGE**: remove `audit` command
- feat: `doctor` command

## 0.26.2

- feat: automatic Go compiler detection in `generate project` command
Expand Down
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
- [Add project](#add-project-)
- [AI chat](#ai-chat-)
- [AI prompt](#ai-prompt-)
- [Audit dependencies](#audit-dependencies-)
- [Build and install executable](#build-and-install-executable-)
- [Build project](#build-project-)
- [Bump version](#bump-version-)
- [Checkout branch](#checkout-branch-)
- [Branch aliases](#branch-aliases-)
- [Checkup project](#checkup-project-)
- [Cleanup project](#cleanup-project-)
- [Compare code changes](#compare-code-changes-)
- [Docker shorthands](#docker-shorthands-)
Expand Down Expand Up @@ -158,10 +158,6 @@ the repository will be cloned to `react-spa-template` subfolder, then its `.git`

![AI Prompt Demo 1](./img/demos/ai-prompt-demo-1.gif)

#### Audit dependencies [<a href="#commands-">↑</a>]

![Audit Demo 1](./img/demos/audit-demo-1.gif)

#### Build and install executable [<a href="#commands-">↑</a>]

```bash
Expand Down Expand Up @@ -240,6 +236,12 @@ gpm checkout :foo

Keep in mind: If you have no value for an alias defined, `gpm` will take its name as fallback!

#### Checkup project [<a href="#commands-">↑</a>]

The following demo shows how `gpm doctor` works:

![Doctor demo 1](./img/demos/doctor-demo-1.gif)

#### Cleanup project [<a href="#commands-">↑</a>]

```bash
Expand Down
270 changes: 0 additions & 270 deletions commands/audit.go

This file was deleted.

Loading

0 comments on commit e608a5b

Please sign in to comment.