@tanagram/cli 0.5.13 → 0.5.15
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 +11 -0
- package/dist/npm/darwin-arm64/README.md +11 -0
- package/dist/npm/darwin-arm64/tanagram +0 -0
- package/dist/npm/darwin-x64/README.md +11 -0
- package/dist/npm/darwin-x64/tanagram +0 -0
- package/dist/npm/linux-arm64/README.md +11 -0
- package/dist/npm/linux-arm64/tanagram +0 -0
- package/dist/npm/linux-x64/README.md +11 -0
- package/dist/npm/linux-x64/tanagram +0 -0
- package/dist/npm/tanagram_0.5.15_darwin_amd64.tar.gz +0 -0
- package/dist/npm/tanagram_0.5.15_darwin_arm64.tar.gz +0 -0
- package/dist/npm/tanagram_0.5.15_linux_amd64.tar.gz +0 -0
- package/dist/npm/tanagram_0.5.15_linux_arm64.tar.gz +0 -0
- package/dist/npm/tanagram_0.5.15_windows_amd64.zip +0 -0
- package/dist/npm/win32-x64/README.md +11 -0
- package/dist/npm/win32-x64/tanagram.exe +0 -0
- package/package.json +1 -1
- package/dist/npm/tanagram_0.5.13_darwin_amd64.tar.gz +0 -0
- package/dist/npm/tanagram_0.5.13_darwin_arm64.tar.gz +0 -0
- package/dist/npm/tanagram_0.5.13_linux_amd64.tar.gz +0 -0
- package/dist/npm/tanagram_0.5.13_linux_arm64.tar.gz +0 -0
- package/dist/npm/tanagram_0.5.13_windows_amd64.zip +0 -0
package/README.md
CHANGED
|
@@ -5,15 +5,26 @@
|
|
|
5
5
|
```bash
|
|
6
6
|
# Install
|
|
7
7
|
npm install -g @tanagram/cli
|
|
8
|
+
|
|
9
|
+
# Log in
|
|
10
|
+
tanagram login
|
|
8
11
|
```
|
|
9
12
|
|
|
10
13
|
## Commands
|
|
11
14
|
|
|
12
15
|
```bash
|
|
16
|
+
tanagram login # Log in to your Tanagram account
|
|
17
|
+
tanagram logout # Log out of your Tanagram account
|
|
13
18
|
tanagram version # Show the CLI version
|
|
14
19
|
tanagram help # Show available commands
|
|
15
20
|
```
|
|
16
21
|
|
|
22
|
+
## Authentication
|
|
23
|
+
|
|
24
|
+
`tanagram login` opens your browser to authorize the CLI with your Tanagram account. The CLI starts a temporary localhost server to receive the authorization callback from the browser. Once authorized, a session token is stored at `~/.tanagram/token`.
|
|
25
|
+
|
|
26
|
+
Set `TANAGRAM_TOKEN` to skip interactive login (useful for CI/CD).
|
|
27
|
+
|
|
17
28
|
## Requirements
|
|
18
29
|
|
|
19
30
|
- Node.js >= 14.0.0
|
|
@@ -5,15 +5,26 @@
|
|
|
5
5
|
```bash
|
|
6
6
|
# Install
|
|
7
7
|
npm install -g @tanagram/cli
|
|
8
|
+
|
|
9
|
+
# Log in
|
|
10
|
+
tanagram login
|
|
8
11
|
```
|
|
9
12
|
|
|
10
13
|
## Commands
|
|
11
14
|
|
|
12
15
|
```bash
|
|
16
|
+
tanagram login # Log in to your Tanagram account
|
|
17
|
+
tanagram logout # Log out of your Tanagram account
|
|
13
18
|
tanagram version # Show the CLI version
|
|
14
19
|
tanagram help # Show available commands
|
|
15
20
|
```
|
|
16
21
|
|
|
22
|
+
## Authentication
|
|
23
|
+
|
|
24
|
+
`tanagram login` opens your browser to authorize the CLI with your Tanagram account. The CLI starts a temporary localhost server to receive the authorization callback from the browser. Once authorized, a session token is stored at `~/.tanagram/token`.
|
|
25
|
+
|
|
26
|
+
Set `TANAGRAM_TOKEN` to skip interactive login (useful for CI/CD).
|
|
27
|
+
|
|
17
28
|
## Requirements
|
|
18
29
|
|
|
19
30
|
- Node.js >= 14.0.0
|
|
Binary file
|
|
@@ -5,15 +5,26 @@
|
|
|
5
5
|
```bash
|
|
6
6
|
# Install
|
|
7
7
|
npm install -g @tanagram/cli
|
|
8
|
+
|
|
9
|
+
# Log in
|
|
10
|
+
tanagram login
|
|
8
11
|
```
|
|
9
12
|
|
|
10
13
|
## Commands
|
|
11
14
|
|
|
12
15
|
```bash
|
|
16
|
+
tanagram login # Log in to your Tanagram account
|
|
17
|
+
tanagram logout # Log out of your Tanagram account
|
|
13
18
|
tanagram version # Show the CLI version
|
|
14
19
|
tanagram help # Show available commands
|
|
15
20
|
```
|
|
16
21
|
|
|
22
|
+
## Authentication
|
|
23
|
+
|
|
24
|
+
`tanagram login` opens your browser to authorize the CLI with your Tanagram account. The CLI starts a temporary localhost server to receive the authorization callback from the browser. Once authorized, a session token is stored at `~/.tanagram/token`.
|
|
25
|
+
|
|
26
|
+
Set `TANAGRAM_TOKEN` to skip interactive login (useful for CI/CD).
|
|
27
|
+
|
|
17
28
|
## Requirements
|
|
18
29
|
|
|
19
30
|
- Node.js >= 14.0.0
|
|
Binary file
|
|
@@ -5,15 +5,26 @@
|
|
|
5
5
|
```bash
|
|
6
6
|
# Install
|
|
7
7
|
npm install -g @tanagram/cli
|
|
8
|
+
|
|
9
|
+
# Log in
|
|
10
|
+
tanagram login
|
|
8
11
|
```
|
|
9
12
|
|
|
10
13
|
## Commands
|
|
11
14
|
|
|
12
15
|
```bash
|
|
16
|
+
tanagram login # Log in to your Tanagram account
|
|
17
|
+
tanagram logout # Log out of your Tanagram account
|
|
13
18
|
tanagram version # Show the CLI version
|
|
14
19
|
tanagram help # Show available commands
|
|
15
20
|
```
|
|
16
21
|
|
|
22
|
+
## Authentication
|
|
23
|
+
|
|
24
|
+
`tanagram login` opens your browser to authorize the CLI with your Tanagram account. The CLI starts a temporary localhost server to receive the authorization callback from the browser. Once authorized, a session token is stored at `~/.tanagram/token`.
|
|
25
|
+
|
|
26
|
+
Set `TANAGRAM_TOKEN` to skip interactive login (useful for CI/CD).
|
|
27
|
+
|
|
17
28
|
## Requirements
|
|
18
29
|
|
|
19
30
|
- Node.js >= 14.0.0
|
|
Binary file
|
|
@@ -5,15 +5,26 @@
|
|
|
5
5
|
```bash
|
|
6
6
|
# Install
|
|
7
7
|
npm install -g @tanagram/cli
|
|
8
|
+
|
|
9
|
+
# Log in
|
|
10
|
+
tanagram login
|
|
8
11
|
```
|
|
9
12
|
|
|
10
13
|
## Commands
|
|
11
14
|
|
|
12
15
|
```bash
|
|
16
|
+
tanagram login # Log in to your Tanagram account
|
|
17
|
+
tanagram logout # Log out of your Tanagram account
|
|
13
18
|
tanagram version # Show the CLI version
|
|
14
19
|
tanagram help # Show available commands
|
|
15
20
|
```
|
|
16
21
|
|
|
22
|
+
## Authentication
|
|
23
|
+
|
|
24
|
+
`tanagram login` opens your browser to authorize the CLI with your Tanagram account. The CLI starts a temporary localhost server to receive the authorization callback from the browser. Once authorized, a session token is stored at `~/.tanagram/token`.
|
|
25
|
+
|
|
26
|
+
Set `TANAGRAM_TOKEN` to skip interactive login (useful for CI/CD).
|
|
27
|
+
|
|
17
28
|
## Requirements
|
|
18
29
|
|
|
19
30
|
- Node.js >= 14.0.0
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -5,15 +5,26 @@
|
|
|
5
5
|
```bash
|
|
6
6
|
# Install
|
|
7
7
|
npm install -g @tanagram/cli
|
|
8
|
+
|
|
9
|
+
# Log in
|
|
10
|
+
tanagram login
|
|
8
11
|
```
|
|
9
12
|
|
|
10
13
|
## Commands
|
|
11
14
|
|
|
12
15
|
```bash
|
|
16
|
+
tanagram login # Log in to your Tanagram account
|
|
17
|
+
tanagram logout # Log out of your Tanagram account
|
|
13
18
|
tanagram version # Show the CLI version
|
|
14
19
|
tanagram help # Show available commands
|
|
15
20
|
```
|
|
16
21
|
|
|
22
|
+
## Authentication
|
|
23
|
+
|
|
24
|
+
`tanagram login` opens your browser to authorize the CLI with your Tanagram account. The CLI starts a temporary localhost server to receive the authorization callback from the browser. Once authorized, a session token is stored at `~/.tanagram/token`.
|
|
25
|
+
|
|
26
|
+
Set `TANAGRAM_TOKEN` to skip interactive login (useful for CI/CD).
|
|
27
|
+
|
|
17
28
|
## Requirements
|
|
18
29
|
|
|
19
30
|
- Node.js >= 14.0.0
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|