Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Commit e56cfff

Browse files
committed
merge v0.4.0
2 parents e4c252a + 711e93a commit e56cfff

14 files changed

Lines changed: 812 additions & 425 deletions

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Installing
22

3-
SakuraAPI CLI helps your scaffold new projects.
3+
SakuraAPI CLI helps you scaffold new projects.
44

55
`npm install -g @sakuraapi/cli`
66

@@ -16,6 +16,11 @@ You can also run `sapi init` over an existing project and it will give you the o
1616

1717
`sapi init` supports setting up the server without authentication, as a JWT issuer and as a JWT audience server.
1818

19+
# Updating outdated dependencies
20+
Managing the never ending process of updating your `package.json` dependencies can be tedious. `sapi outdated` will take you through your list of outdated dependencies, giving you the option for each dependency to either skip it, update it to the wanted version, or updated it to the latest version. After each update, `sapi` runs your unit-tests to make sure that particular update did not break your build. It also properly saves the new version in either `dependencies` or `devDependencies` in your `package.json` file. It's still a tedious process... but hopefully a little less so.
21+
22+
To get help with other options for outdated, use `sapi outdated --help`.
23+
1924
# Some Caution
2025

2126
`sapi` cli is pretty early in its development. Make sure you have a backup of your files before you use it to update an existing project.
@@ -24,6 +29,8 @@ You can also run `sapi init` over an existing project and it will give you the o
2429

2530
Please report bugs and reports here: https://github.com/sakuraapi/cli/issues
2631

32+
You can get debug output. For example: `DEBUG=sapi:* sapi --help`. Replace `--help` with whatever `sapi` command you want. This might help you report more accurate bugs... it might not.
33+
2734
# Contribution
2835
[![CLA assistant](https://cla-assistant.io/readme/badge/sakuraapi/cli)](https://cla-assistant.io/sakuraapi/cli)
2936

0 commit comments

Comments
 (0)