@datatruck/cli 0.0.2 → 0.0.3
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/{lib/Action → Action}/BackupAction.d.ts +0 -0
- package/{lib/Action → Action}/BackupAction.js +0 -0
- package/{lib/Action → Action}/BackupSessionsAction.d.ts +0 -0
- package/{lib/Action → Action}/BackupSessionsAction.js +0 -0
- package/{lib/Action → Action}/CleanCacheAction.d.ts +0 -0
- package/{lib/Action → Action}/CleanCacheAction.js +0 -0
- package/{lib/Action → Action}/ConfigAction.d.ts +0 -0
- package/{lib/Action → Action}/ConfigAction.js +0 -0
- package/{lib/Action → Action}/InitAction.d.ts +0 -0
- package/{lib/Action → Action}/InitAction.js +0 -0
- package/{lib/Action → Action}/PruneAction.d.ts +0 -0
- package/{lib/Action → Action}/PruneAction.js +0 -0
- package/{lib/Action → Action}/RestoreAction.d.ts +0 -0
- package/{lib/Action → Action}/RestoreAction.js +0 -0
- package/{lib/Action → Action}/RestoreSessionsAction.d.ts +0 -0
- package/{lib/Action → Action}/RestoreSessionsAction.js +0 -0
- package/{lib/Action → Action}/SnapshotsAction.d.ts +0 -0
- package/{lib/Action → Action}/SnapshotsAction.js +0 -0
- package/CHANGELOG.md +13 -0
- package/{lib/Command → Command}/BackupCommand.d.ts +0 -0
- package/{lib/Command → Command}/BackupCommand.js +0 -0
- package/{lib/Command → Command}/BackupSessionsCommand.d.ts +0 -0
- package/{lib/Command → Command}/BackupSessionsCommand.js +0 -0
- package/{lib/Command → Command}/CleanCacheCommand.d.ts +0 -0
- package/{lib/Command → Command}/CleanCacheCommand.js +0 -0
- package/{lib/Command → Command}/CommandAbstract.d.ts +0 -0
- package/{lib/Command → Command}/CommandAbstract.js +0 -0
- package/{lib/Command → Command}/ConfigCommand.d.ts +0 -0
- package/{lib/Command → Command}/ConfigCommand.js +0 -0
- package/{lib/Command → Command}/InitCommand.d.ts +0 -0
- package/{lib/Command → Command}/InitCommand.js +0 -0
- package/{lib/Command → Command}/PruneCommand.d.ts +0 -0
- package/{lib/Command → Command}/PruneCommand.js +0 -0
- package/{lib/Command → Command}/RestoreCommand.d.ts +0 -0
- package/{lib/Command → Command}/RestoreCommand.js +0 -0
- package/{lib/Command → Command}/RestoreSessionsCommand.d.ts +0 -0
- package/{lib/Command → Command}/RestoreSessionsCommand.js +0 -0
- package/{lib/Command → Command}/SnapshotsCommand.d.ts +0 -0
- package/{lib/Command → Command}/SnapshotsCommand.js +0 -0
- package/{lib/Config → Config}/Config.d.ts +0 -0
- package/{lib/Config → Config}/Config.js +0 -0
- package/{lib/Config → Config}/PackageConfig.d.ts +0 -0
- package/{lib/Config → Config}/PackageConfig.js +0 -0
- package/{lib/Config → Config}/PackageRepositoryConfig.d.ts +0 -0
- package/{lib/Config → Config}/PackageRepositoryConfig.js +0 -0
- package/{lib/Config → Config}/PrunePolicyConfig.d.ts +0 -0
- package/{lib/Config → Config}/PrunePolicyConfig.js +0 -0
- package/{lib/Config → Config}/RepositoryConfig.d.ts +0 -0
- package/{lib/Config → Config}/RepositoryConfig.js +0 -0
- package/{lib/Config → Config}/TaskConfig.d.ts +0 -0
- package/{lib/Config → Config}/TaskConfig.js +0 -0
- package/{lib/Decorator → Decorator}/EntityDecorator.d.ts +0 -0
- package/{lib/Decorator → Decorator}/EntityDecorator.js +0 -0
- package/{lib/Entity → Entity}/BackupSessionEntity.d.ts +0 -0
- package/{lib/Entity → Entity}/BackupSessionEntity.js +0 -0
- package/{lib/Entity → Entity}/BackupSessionRepositoryEntity.d.ts +0 -0
- package/{lib/Entity → Entity}/BackupSessionRepositoryEntity.js +0 -0
- package/{lib/Entity → Entity}/BackupSessionTaskEntity.d.ts +0 -0
- package/{lib/Entity → Entity}/BackupSessionTaskEntity.js +0 -0
- package/{lib/Entity → Entity}/CrudEntityAbstract.d.ts +0 -0
- package/{lib/Entity → Entity}/CrudEntityAbstract.js +0 -0
- package/{lib/Entity → Entity}/RestoreSessionEntity.d.ts +0 -0
- package/{lib/Entity → Entity}/RestoreSessionEntity.js +0 -0
- package/{lib/Entity → Entity}/RestoreSessionRepositoryEntity.d.ts +0 -0
- package/{lib/Entity → Entity}/RestoreSessionRepositoryEntity.js +0 -0
- package/{lib/Entity → Entity}/RestoreSessionTaskEntity.d.ts +0 -0
- package/{lib/Entity → Entity}/RestoreSessionTaskEntity.js +0 -0
- package/{lib/Entity → Entity}/StateEntityAbstract.d.ts +0 -0
- package/{lib/Entity → Entity}/StateEntityAbstract.js +0 -0
- package/{lib/Error → Error}/AppError.d.ts +0 -0
- package/{lib/Error → Error}/AppError.js +0 -0
- package/{lib/Factory → Factory}/CommandFactory.d.ts +0 -0
- package/{lib/Factory → Factory}/CommandFactory.js +0 -0
- package/{lib/Factory → Factory}/EntityFactory.d.ts +0 -0
- package/{lib/Factory → Factory}/EntityFactory.js +0 -0
- package/{lib/Factory → Factory}/RepositoryFactory.d.ts +0 -0
- package/{lib/Factory → Factory}/RepositoryFactory.js +0 -0
- package/{lib/Factory → Factory}/TaskFactory.d.ts +0 -0
- package/{lib/Factory → Factory}/TaskFactory.js +0 -0
- package/{lib/JsonSchema → JsonSchema}/DefinitionEnum.d.ts +0 -0
- package/{lib/JsonSchema → JsonSchema}/DefinitionEnum.js +0 -0
- package/{lib/JsonSchema → JsonSchema}/JsonSchema.d.ts +0 -0
- package/{lib/JsonSchema → JsonSchema}/JsonSchema.js +0 -0
- package/{lib/Repository → Repository}/GitRepository.d.ts +0 -0
- package/{lib/Repository → Repository}/GitRepository.js +0 -0
- package/{lib/Repository → Repository}/LocalRepository.d.ts +0 -0
- package/{lib/Repository → Repository}/LocalRepository.js +0 -0
- package/{lib/Repository → Repository}/RepositoryAbstract.d.ts +0 -0
- package/{lib/Repository → Repository}/RepositoryAbstract.js +0 -0
- package/{lib/Repository → Repository}/ResticRepository.d.ts +0 -0
- package/{lib/Repository → Repository}/ResticRepository.js +0 -0
- package/{lib/SessionDriver → SessionDriver}/ConsoleSessionDriver.d.ts +0 -0
- package/{lib/SessionDriver → SessionDriver}/ConsoleSessionDriver.js +0 -0
- package/{lib/SessionDriver → SessionDriver}/SessionDriverAbstract.d.ts +0 -0
- package/{lib/SessionDriver → SessionDriver}/SessionDriverAbstract.js +0 -0
- package/{lib/SessionDriver → SessionDriver}/SqliteSessionDriver.d.ts +0 -0
- package/{lib/SessionDriver → SessionDriver}/SqliteSessionDriver.js +0 -0
- package/{lib/SessionManager → SessionManager}/BackupSessionManager.d.ts +0 -0
- package/{lib/SessionManager → SessionManager}/BackupSessionManager.js +0 -0
- package/{lib/SessionManager → SessionManager}/RestoreSessionManager.d.ts +0 -0
- package/{lib/SessionManager → SessionManager}/RestoreSessionManager.js +0 -0
- package/{lib/Task → Task}/GitTask.d.ts +0 -0
- package/{lib/Task → Task}/GitTask.js +0 -0
- package/{lib/Task → Task}/MariadbTask.d.ts +0 -0
- package/{lib/Task → Task}/MariadbTask.js +0 -0
- package/{lib/Task → Task}/MssqlTask.d.ts +0 -0
- package/{lib/Task → Task}/MssqlTask.js +0 -0
- package/{lib/Task → Task}/MysqlDumpTask.d.ts +0 -0
- package/{lib/Task → Task}/MysqlDumpTask.js +0 -0
- package/{lib/Task → Task}/PostgresqlDumpTask.d.ts +0 -0
- package/{lib/Task → Task}/PostgresqlDumpTask.js +0 -0
- package/{lib/Task → Task}/SqlDumpTaskAbstract.d.ts +0 -0
- package/{lib/Task → Task}/SqlDumpTaskAbstract.js +0 -0
- package/{lib/Task → Task}/TaskAbstract.d.ts +0 -0
- package/{lib/Task → Task}/TaskAbstract.js +0 -0
- package/{lib/bin.d.ts → bin.d.ts} +0 -0
- package/{lib/bin.js → bin.js} +0 -0
- package/{lib/cli.d.ts → cli.d.ts} +0 -0
- package/{lib/cli.js → cli.js} +0 -0
- package/{lib/index.d.ts → index.d.ts} +0 -0
- package/{lib/index.js → index.js} +0 -0
- package/package.json +3 -22
- /package/{lib/util → util}/DataFormat.d.ts +0 -0
- /package/{lib/util → util}/DataFormat.js +0 -0
- /package/{lib/util → util}/GitUtil.d.ts +0 -0
- /package/{lib/util → util}/GitUtil.js +0 -0
- /package/{lib/util → util}/ObjectVault.d.ts +0 -0
- /package/{lib/util → util}/ObjectVault.js +0 -0
- /package/{lib/util → util}/ResticUtil.d.ts +0 -0
- /package/{lib/util → util}/ResticUtil.js +0 -0
- /package/{lib/util → util}/cli-util.d.ts +0 -0
- /package/{lib/util → util}/cli-util.js +0 -0
- /package/{lib/util → util}/datatruck/config-util.d.ts +0 -0
- /package/{lib/util → util}/datatruck/config-util.js +0 -0
- /package/{lib/util → util}/datatruck/paths-util.d.ts +0 -0
- /package/{lib/util → util}/datatruck/paths-util.js +0 -0
- /package/{lib/util → util}/datatruck/snapshot-util.d.ts +0 -0
- /package/{lib/util → util}/datatruck/snapshot-util.js +0 -0
- /package/{lib/util → util}/date-util.d.ts +0 -0
- /package/{lib/util → util}/date-util.js +0 -0
- /package/{lib/util → util}/entity-util.d.ts +0 -0
- /package/{lib/util → util}/entity-util.js +0 -0
- /package/{lib/util → util}/fs-util.d.ts +0 -0
- /package/{lib/util → util}/fs-util.js +0 -0
- /package/{lib/util → util}/math-util.d.ts +0 -0
- /package/{lib/util → util}/math-util.js +0 -0
- /package/{lib/util → util}/object-util.d.ts +0 -0
- /package/{lib/util → util}/object-util.js +0 -0
- /package/{lib/util → util}/process-util.d.ts +0 -0
- /package/{lib/util → util}/process-util.js +0 -0
- /package/{lib/util → util}/string-util.d.ts +0 -0
- /package/{lib/util → util}/string-util.js +0 -0
- /package/{lib/util → util}/zip-util.d.ts +0 -0
- /package/{lib/util → util}/zip-util.js +0 -0
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# @datatruck/cli
|
|
2
|
+
|
|
3
|
+
## 0.0.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`051a7da`](https://github.com/swordev/datatruck/commit/051a7da225fcfea1c30a4fbfa8aea1b8f5538367) Thanks [@juanrgm](https://github.com/juanrgm)! - Fix dist files
|
|
8
|
+
|
|
9
|
+
## 0.0.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`0911351`](https://github.com/swordev/datatruck/commit/09113517e1a77f2d2a1e19e4c3d9af7da1e28415) Thanks [@juanrgm](https://github.com/juanrgm)! - Publish docker image
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/{lib/bin.js → bin.js}
RENAMED
|
File without changes
|
|
File without changes
|
package/{lib/cli.js → cli.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datatruck/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "Tool for creating and managing backups",
|
|
5
5
|
"homepage": "https://github.com/swordev/datatruck#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -16,18 +16,10 @@
|
|
|
16
16
|
"email": "juanrgm724@gmail.com",
|
|
17
17
|
"url": "https://github.com/juanrgm"
|
|
18
18
|
},
|
|
19
|
-
"exports": {
|
|
20
|
-
"./*": "./lib/*.js"
|
|
21
|
-
},
|
|
22
|
-
"main": "lib/index.js",
|
|
23
19
|
"bin": {
|
|
24
|
-
"datatruck": "
|
|
25
|
-
"dtt": "
|
|
20
|
+
"datatruck": "bin.js",
|
|
21
|
+
"dtt": "bin.js"
|
|
26
22
|
},
|
|
27
|
-
"files": [
|
|
28
|
-
"lib",
|
|
29
|
-
"migrations"
|
|
30
|
-
],
|
|
31
23
|
"dependencies": {
|
|
32
24
|
"ajv": "^8.10.0",
|
|
33
25
|
"chalk": "^4.1.2",
|
|
@@ -41,22 +33,11 @@
|
|
|
41
33
|
"sqlite": "^4.0.23",
|
|
42
34
|
"sqlite3": "^5.0.2"
|
|
43
35
|
},
|
|
44
|
-
"devDependencies": {
|
|
45
|
-
"@types/fs-extra": "^9.0.13",
|
|
46
|
-
"@types/json-schema": "^7.0.9",
|
|
47
|
-
"@types/micromatch": "^4.0.2",
|
|
48
|
-
"json-schema": "^0.4.0"
|
|
49
|
-
},
|
|
50
36
|
"optionalDependencies": {
|
|
51
37
|
"ts-node": "^10.5.0",
|
|
52
38
|
"yaml": "^1.10.2"
|
|
53
39
|
},
|
|
54
40
|
"engine": {
|
|
55
41
|
"node": ">=16.0.0"
|
|
56
|
-
},
|
|
57
|
-
"scripts": {
|
|
58
|
-
"build": "tsc --build",
|
|
59
|
-
"clean": "tsc --build --clean",
|
|
60
|
-
"watch": "tsc --build -w"
|
|
61
42
|
}
|
|
62
43
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|