@tanagram/cli 0.5.14 → 0.5.16

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 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
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanagram/cli",
3
- "version": "0.5.14",
3
+ "version": "0.5.16",
4
4
  "description": "Tanagram - Catch sloppy code before it ships",
5
5
  "main": "index.js",
6
6
  "bin": {