@staff0rd/assist 0.310.4 → 0.311.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/commands/sessions/web/bundle.js +93 -93
- package/dist/index.js +1841 -1748
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -80,6 +80,7 @@ After installation, the `assist` command will be available globally. You can als
|
|
|
80
80
|
## CLI Commands
|
|
81
81
|
|
|
82
82
|
- `assist activity [--since <date>]` - Chart GitHub commit activity per day (defaults to last 30 days)
|
|
83
|
+
- `assist backup [--out <dir>]` - Write a dump of the entire backlog database to `<dir>/backup-<timestamp>.dump` (default dir `~/.assist/backups`, overridable via the `backup.dir` config key or `--out`) and record the dump's path and byte size in the backups table; on failure no row is recorded and the command exits with an error
|
|
83
84
|
- `assist init` - Initialize project with VS Code and verify configurations
|
|
84
85
|
- `assist new vite` - Initialize a new Vite React TypeScript project
|
|
85
86
|
- `assist new cli` - Initialize a new tsup CLI project
|