@faros-fde-sandbox/cli 1.1.0 → 1.1.1
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 +6 -0
- package/package.json +9 -2
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Faros CLI
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@faros-fde-sandbox/cli)
|
|
4
|
+
|
|
3
5
|
CLI for Faros AI - sync data, manage sources, view logs.
|
|
4
6
|
|
|
5
7
|
## Installation
|
|
@@ -411,6 +413,10 @@ npm test
|
|
|
411
413
|
npm run lint
|
|
412
414
|
```
|
|
413
415
|
|
|
416
|
+
### Publishing
|
|
417
|
+
|
|
418
|
+
See [PUBLISHING.md](PUBLISHING.md) for instructions on publishing new versions to npm.
|
|
419
|
+
|
|
414
420
|
## License
|
|
415
421
|
|
|
416
422
|
Apache-2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@faros-fde-sandbox/cli",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "CLI for Faros AI - sync data, manage sources, view logs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"faros",
|
|
@@ -12,9 +12,16 @@
|
|
|
12
12
|
"linear",
|
|
13
13
|
"github"
|
|
14
14
|
],
|
|
15
|
-
"homepage": "https://
|
|
15
|
+
"homepage": "https://github.com/faros-fde/faros-cli#readme",
|
|
16
16
|
"author": "Faros AI, Inc.",
|
|
17
17
|
"license": "Apache-2.0",
|
|
18
|
+
"repository": {
|
|
19
|
+
"type": "git",
|
|
20
|
+
"url": "https://github.com/faros-fde/faros-cli.git"
|
|
21
|
+
},
|
|
22
|
+
"bugs": {
|
|
23
|
+
"url": "https://github.com/faros-fde/faros-cli/issues"
|
|
24
|
+
},
|
|
18
25
|
"bin": {
|
|
19
26
|
"faros": "./bin/faros"
|
|
20
27
|
},
|