ntn 0.1.31 → 0.1.33
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 +23 -0
- package/dist/ntn-darwin-arm64/ntn +0 -0
- package/dist/ntn-linux-x64/ntn +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,6 +11,29 @@ A command-line interface for Notion.
|
|
|
11
11
|
npm i -g ntn
|
|
12
12
|
```
|
|
13
13
|
|
|
14
|
+
## What this is for
|
|
15
|
+
|
|
16
|
+
`ntn` is the Notion CLI for authenticating with Notion and managing Notion
|
|
17
|
+
Workers from your terminal. It is currently focused on early alpha workflows
|
|
18
|
+
for Workers development and operation.
|
|
19
|
+
|
|
20
|
+
## Basic command overview
|
|
21
|
+
|
|
22
|
+
Use these commands to authenticate:
|
|
23
|
+
|
|
24
|
+
```bash
|
|
25
|
+
ntn login
|
|
26
|
+
ntn logout
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
Workers functionality is nested under the `workers` command namespace:
|
|
30
|
+
|
|
31
|
+
```bash
|
|
32
|
+
ntn workers --help
|
|
33
|
+
ntn workers list
|
|
34
|
+
ntn workers deploy
|
|
35
|
+
```
|
|
36
|
+
|
|
14
37
|
## Building from source
|
|
15
38
|
|
|
16
39
|
Clone the repository and install [mise](https://mise.jdx.dev/), which manages
|
|
Binary file
|
package/dist/ntn-linux-x64/ntn
CHANGED
|
Binary file
|