plugsync-cli 0.1.0__tar.gz → 0.1.1__tar.gz
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.
- {plugsync_cli-0.1.0 → plugsync_cli-0.1.1}/PKG-INFO +4 -4
- {plugsync_cli-0.1.0 → plugsync_cli-0.1.1}/README.md +3 -3
- {plugsync_cli-0.1.0 → plugsync_cli-0.1.1}/plugsync_cli.egg-info/PKG-INFO +4 -4
- {plugsync_cli-0.1.0 → plugsync_cli-0.1.1}/pyproject.toml +1 -1
- {plugsync_cli-0.1.0 → plugsync_cli-0.1.1}/plugsync_cli/__init__.py +0 -0
- {plugsync_cli-0.1.0 → plugsync_cli-0.1.1}/plugsync_cli/bundler.py +0 -0
- {plugsync_cli-0.1.0 → plugsync_cli-0.1.1}/plugsync_cli/client.py +0 -0
- {plugsync_cli-0.1.0 → plugsync_cli-0.1.1}/plugsync_cli/commands/__init__.py +0 -0
- {plugsync_cli-0.1.0 → plugsync_cli-0.1.1}/plugsync_cli/commands/auth.py +0 -0
- {plugsync_cli-0.1.0 → plugsync_cli-0.1.1}/plugsync_cli/commands/diff.py +0 -0
- {plugsync_cli-0.1.0 → plugsync_cli-0.1.1}/plugsync_cli/commands/log.py +0 -0
- {plugsync_cli-0.1.0 → plugsync_cli-0.1.1}/plugsync_cli/commands/plugin.py +0 -0
- {plugsync_cli-0.1.0 → plugsync_cli-0.1.1}/plugsync_cli/commands/preview.py +0 -0
- {plugsync_cli-0.1.0 → plugsync_cli-0.1.1}/plugsync_cli/commands/pull.py +0 -0
- {plugsync_cli-0.1.0 → plugsync_cli-0.1.1}/plugsync_cli/commands/push.py +0 -0
- {plugsync_cli-0.1.0 → plugsync_cli-0.1.1}/plugsync_cli/commands/rollback.py +0 -0
- {plugsync_cli-0.1.0 → plugsync_cli-0.1.1}/plugsync_cli/commands/validate.py +0 -0
- {plugsync_cli-0.1.0 → plugsync_cli-0.1.1}/plugsync_cli/compat.py +0 -0
- {plugsync_cli-0.1.0 → plugsync_cli-0.1.1}/plugsync_cli/config.py +0 -0
- {plugsync_cli-0.1.0 → plugsync_cli-0.1.1}/plugsync_cli/main.py +0 -0
- {plugsync_cli-0.1.0 → plugsync_cli-0.1.1}/plugsync_cli/serializer.py +0 -0
- {plugsync_cli-0.1.0 → plugsync_cli-0.1.1}/plugsync_cli.egg-info/SOURCES.txt +0 -0
- {plugsync_cli-0.1.0 → plugsync_cli-0.1.1}/plugsync_cli.egg-info/dependency_links.txt +0 -0
- {plugsync_cli-0.1.0 → plugsync_cli-0.1.1}/plugsync_cli.egg-info/entry_points.txt +0 -0
- {plugsync_cli-0.1.0 → plugsync_cli-0.1.1}/plugsync_cli.egg-info/requires.txt +0 -0
- {plugsync_cli-0.1.0 → plugsync_cli-0.1.1}/plugsync_cli.egg-info/top_level.txt +0 -0
- {plugsync_cli-0.1.0 → plugsync_cli-0.1.1}/setup.cfg +0 -0
- {plugsync_cli-0.1.0 → plugsync_cli-0.1.1}/tests/test_auth_commands.py +0 -0
- {plugsync_cli-0.1.0 → plugsync_cli-0.1.1}/tests/test_client.py +0 -0
- {plugsync_cli-0.1.0 → plugsync_cli-0.1.1}/tests/test_commands.py +0 -0
- {plugsync_cli-0.1.0 → plugsync_cli-0.1.1}/tests/test_compat.py +0 -0
- {plugsync_cli-0.1.0 → plugsync_cli-0.1.1}/tests/test_plugin_commands.py +0 -0
- {plugsync_cli-0.1.0 → plugsync_cli-0.1.1}/tests/test_serializer.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: plugsync-cli
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Command-line client for plugsync HubSpot connectors -- manage connectors and plugins like code, no repo checkout required
|
|
5
5
|
Author-email: Exelab <hello@plugsync.com>
|
|
6
6
|
License: Proprietary
|
|
@@ -47,7 +47,7 @@ Requires Python 3.12+.
|
|
|
47
47
|
## Quickstart
|
|
48
48
|
|
|
49
49
|
```bash
|
|
50
|
-
plugsync config set api_url https://
|
|
50
|
+
plugsync config set api_url https://app.plugsync.com
|
|
51
51
|
plugsync auth login -e you@example.com
|
|
52
52
|
plugsync pull my-connector
|
|
53
53
|
```
|
|
@@ -69,7 +69,7 @@ environment variables override the config file, handy for CI.
|
|
|
69
69
|
| `plugsync preview <name>` | Preview a publish's effects |
|
|
70
70
|
| `plugsync log <name>` | Show a connector's revision history |
|
|
71
71
|
| `plugsync rollback <name>` | Restore a previous revision |
|
|
72
|
-
| `plugsync plugin init/push/list/status/logs/invoke` | Author and manage plugins (Enterprise tier) |
|
|
72
|
+
| `plugsync plugin init/push/list/status/logs/metrics/invoke/promote/publish/rollback` | Author and manage plugins (Enterprise tier) |
|
|
73
73
|
|
|
74
74
|
Run `plugsync --help` or `plugsync <command> --help` for the full option list.
|
|
75
75
|
|
|
@@ -83,7 +83,7 @@ against the API at the start of any command that talks to it, warning
|
|
|
83
83
|
## Documentation
|
|
84
84
|
|
|
85
85
|
Full reference docs, including the plugin authoring dev-loop, live at
|
|
86
|
-
[docs.plugsync.com](https://plugsync.com) and in the
|
|
86
|
+
[docs.plugsync.com](https://docs.plugsync.com) and in the
|
|
87
87
|
[plugsync repository](https://github.com/exelab/plugsync/tree/main/docs).
|
|
88
88
|
|
|
89
89
|
## License
|
|
@@ -16,7 +16,7 @@ Requires Python 3.12+.
|
|
|
16
16
|
## Quickstart
|
|
17
17
|
|
|
18
18
|
```bash
|
|
19
|
-
plugsync config set api_url https://
|
|
19
|
+
plugsync config set api_url https://app.plugsync.com
|
|
20
20
|
plugsync auth login -e you@example.com
|
|
21
21
|
plugsync pull my-connector
|
|
22
22
|
```
|
|
@@ -38,7 +38,7 @@ environment variables override the config file, handy for CI.
|
|
|
38
38
|
| `plugsync preview <name>` | Preview a publish's effects |
|
|
39
39
|
| `plugsync log <name>` | Show a connector's revision history |
|
|
40
40
|
| `plugsync rollback <name>` | Restore a previous revision |
|
|
41
|
-
| `plugsync plugin init/push/list/status/logs/invoke` | Author and manage plugins (Enterprise tier) |
|
|
41
|
+
| `plugsync plugin init/push/list/status/logs/metrics/invoke/promote/publish/rollback` | Author and manage plugins (Enterprise tier) |
|
|
42
42
|
|
|
43
43
|
Run `plugsync --help` or `plugsync <command> --help` for the full option list.
|
|
44
44
|
|
|
@@ -52,7 +52,7 @@ against the API at the start of any command that talks to it, warning
|
|
|
52
52
|
## Documentation
|
|
53
53
|
|
|
54
54
|
Full reference docs, including the plugin authoring dev-loop, live at
|
|
55
|
-
[docs.plugsync.com](https://plugsync.com) and in the
|
|
55
|
+
[docs.plugsync.com](https://docs.plugsync.com) and in the
|
|
56
56
|
[plugsync repository](https://github.com/exelab/plugsync/tree/main/docs).
|
|
57
57
|
|
|
58
58
|
## License
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: plugsync-cli
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Command-line client for plugsync HubSpot connectors -- manage connectors and plugins like code, no repo checkout required
|
|
5
5
|
Author-email: Exelab <hello@plugsync.com>
|
|
6
6
|
License: Proprietary
|
|
@@ -47,7 +47,7 @@ Requires Python 3.12+.
|
|
|
47
47
|
## Quickstart
|
|
48
48
|
|
|
49
49
|
```bash
|
|
50
|
-
plugsync config set api_url https://
|
|
50
|
+
plugsync config set api_url https://app.plugsync.com
|
|
51
51
|
plugsync auth login -e you@example.com
|
|
52
52
|
plugsync pull my-connector
|
|
53
53
|
```
|
|
@@ -69,7 +69,7 @@ environment variables override the config file, handy for CI.
|
|
|
69
69
|
| `plugsync preview <name>` | Preview a publish's effects |
|
|
70
70
|
| `plugsync log <name>` | Show a connector's revision history |
|
|
71
71
|
| `plugsync rollback <name>` | Restore a previous revision |
|
|
72
|
-
| `plugsync plugin init/push/list/status/logs/invoke` | Author and manage plugins (Enterprise tier) |
|
|
72
|
+
| `plugsync plugin init/push/list/status/logs/metrics/invoke/promote/publish/rollback` | Author and manage plugins (Enterprise tier) |
|
|
73
73
|
|
|
74
74
|
Run `plugsync --help` or `plugsync <command> --help` for the full option list.
|
|
75
75
|
|
|
@@ -83,7 +83,7 @@ against the API at the start of any command that talks to it, warning
|
|
|
83
83
|
## Documentation
|
|
84
84
|
|
|
85
85
|
Full reference docs, including the plugin authoring dev-loop, live at
|
|
86
|
-
[docs.plugsync.com](https://plugsync.com) and in the
|
|
86
|
+
[docs.plugsync.com](https://docs.plugsync.com) and in the
|
|
87
87
|
[plugsync repository](https://github.com/exelab/plugsync/tree/main/docs).
|
|
88
88
|
|
|
89
89
|
## License
|
|
@@ -11,7 +11,7 @@ build-backend = "setuptools.build_meta"
|
|
|
11
11
|
|
|
12
12
|
[project]
|
|
13
13
|
name = "plugsync-cli"
|
|
14
|
-
version = "0.1.
|
|
14
|
+
version = "0.1.1"
|
|
15
15
|
description = "Command-line client for plugsync HubSpot connectors -- manage connectors and plugins like code, no repo checkout required"
|
|
16
16
|
readme = "README.md"
|
|
17
17
|
license = { text = "Proprietary" }
|
|
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
|