Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rdcm committed Oct 2, 2024
1 parent 700fd59 commit 5a41bea
Show file tree
Hide file tree
Showing 15 changed files with 812 additions and 395 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ From root folder:
- `make delete` - delete helm chart

From src folder:
- `make up flag=e` - up environment only
- `make up flag=a` - up all include applications
- `make down flag=e` - down environment only
- `make down flag=a` - down all include applications
- `make build flag=l` - build local binaries
- `make build flag=i` - build apps images
- `make docker-up-env` - up environment only
- `make docker-up-apps` - up all include applications
- `make docker-down-env` - down environment only
- `make docker-down-apps` - down all include applications
- `make docker-build-apps` - build apps images
- `make build` - build local binaries
- `make lint` - run clippy for static analysis
- `make format` - run fmt for code formatting
- `make tests` - run tests
Expand Down
Loading

0 comments on commit 5a41bea

Please sign in to comment.