@pogo-vcs/pogo 1.0.3 → 1.2.0

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.
Files changed (3) hide show
  1. package/README.md +1 -6
  2. package/package.json +11 -23
  3. package/run-pogo.js +1 -1
package/README.md CHANGED
@@ -84,7 +84,7 @@ The intended workflow for Pogo is simple and efficient:
84
84
  1. **describe your changes:** Before you start working, use the `pogo describe` command to write a detailed description of the changes you are about to make and why. This helps you to think about the changes and to communicate them to others.
85
85
  2. **Make your changes:** Make the changes to your files as you normally would.
86
86
  3. **Iterate on the description:** As you work, you can iterate on the description to reflect the changes you are making. Maybe your implementation plan changed and you need your description to reflect that.
87
- 4. **Push your changes:** Regularly push your changes to the server using the `pogo push` command. A daemon process that pushes automatically will be added later. You constantly overwrite the current change until you are satisfied with it.
87
+ 4. **Push your changes:** Regularly push your changes to the server using the `pogo push` command. You constantly overwrite the current change until you are satisfied with it.
88
88
  5. **Create a new change:** When you are done with your changes, create a new one using the `pogo new` command. You can optionally add one or more parent changes to the command. By default, your current change is used as the parent.
89
89
  6. **Maintain a "main" bookmark:** Use bookmarks to tag important changes. You can set a bookmark with `pogo bookmark set main` to set the current change as the main one, or `pogo bookmark set main <change>` to set a specific change as main. "main" ist just a string, you can use any format for version bookmarks you want. But "main" is a special value, treated like a default branch in Git.
90
90
 
@@ -112,11 +112,6 @@ For running the server, you need to have a PostgreSQL database running and the f
112
112
  | | `runs inspect` | | Show the detailed log output for a CI run. |
113
113
  | `pogo clone` | | | Clone a repository from a Pogo server. |
114
114
  | `pogo commit` | | | Combines `describe`, `push`, and `new` into a single command. |
115
- | `pogo daemon` | | `service` | Manage Pogo daemon service. |
116
- | | `install` | | Install Pogo daemon service. |
117
- | | `stop` | | Stop the Pogo daemon service. |
118
- | | `start` | | Start the Pogo daemon service. |
119
- | | `uninstall`| | Uninstall Pogo daemon service. |
120
115
  | `pogo describe` | | `desc`, `rephrase` | Set the description for the current change. |
121
116
  | `pogo diff` | | | Show differences between changes in unified diff format. |
122
117
  | `pogo diff local` | | | Show differences between local unpushed changes and the remote state. |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pogo-vcs/pogo",
3
- "version": "1.0.3",
3
+ "version": "1.2.0",
4
4
  "description": "A centralized version control system that is simple and easy to use.",
5
5
  "scripts": {
6
6
  "postinstall": "node install.js",
@@ -37,74 +37,62 @@
37
37
  "archives": {
38
38
  "darwin-arm64": {
39
39
  "name": "pogo_Darwin_arm64.tar.gz",
40
- "url": "https://github.com/pogo-vcs/pogo/releases/download/v1.0.3/pogo_Darwin_arm64.tar.gz",
40
+ "url": "https://github.com/pogo-vcs/pogo/releases/download/v1.2.0/pogo_Darwin_arm64.tar.gz",
41
41
  "bins": [
42
42
  "pogo"
43
43
  ],
44
44
  "format": "tar.gz",
45
45
  "checksum": {
46
46
  "algorithm": "sha256",
47
- "digest": "8d61961f1004893d74c39af9293a9f9b7469d1956a23ff01f08787d20153b535"
47
+ "digest": "8159b4a00aa92df03dc403279a15da9f575027b79f6f5760c2dd974a519a4b7c"
48
48
  }
49
49
  },
50
50
  "darwin-x64": {
51
51
  "name": "pogo_Darwin_x86_64.tar.gz",
52
- "url": "https://github.com/pogo-vcs/pogo/releases/download/v1.0.3/pogo_Darwin_x86_64.tar.gz",
52
+ "url": "https://github.com/pogo-vcs/pogo/releases/download/v1.2.0/pogo_Darwin_x86_64.tar.gz",
53
53
  "bins": [
54
54
  "pogo"
55
55
  ],
56
56
  "format": "tar.gz",
57
57
  "checksum": {
58
58
  "algorithm": "sha256",
59
- "digest": "6e1207cae20e43d73bb409b9a459657299b1f241d2753e3ec8662f48f093ae57"
60
- }
61
- },
62
- "linux-arm64": {
63
- "name": "pogo_Linux_arm64.tar.gz",
64
- "url": "https://github.com/pogo-vcs/pogo/releases/download/v1.0.3/pogo_Linux_arm64.tar.gz",
65
- "bins": [
66
- "pogo"
67
- ],
68
- "format": "tar.gz",
69
- "checksum": {
70
- "algorithm": "sha256",
71
- "digest": "759581e7014836fdf1d34e40a364ed3353d51a4ea947e6b5741e276d9b6757ab"
59
+ "digest": "9f0db3f3dae30b4bc376acd121c75cd2d62cbe47876bddb666a8807b6683cbcb"
72
60
  }
73
61
  },
74
62
  "linux-x64": {
75
63
  "name": "pogo_Linux_x86_64.tar.gz",
76
- "url": "https://github.com/pogo-vcs/pogo/releases/download/v1.0.3/pogo_Linux_x86_64.tar.gz",
64
+ "url": "https://github.com/pogo-vcs/pogo/releases/download/v1.2.0/pogo_Linux_x86_64.tar.gz",
77
65
  "bins": [
78
66
  "pogo"
79
67
  ],
80
68
  "format": "tar.gz",
81
69
  "checksum": {
82
70
  "algorithm": "sha256",
83
- "digest": "10075bfe10788ad2cac4d213d7e1361272e581e5fb0ccc88fdfb2b61119b8b77"
71
+ "digest": "3937a0402005bc87964fc6b677e12415c2fff7c0653ca65247868494256e8d25"
84
72
  }
85
73
  },
86
74
  "win32-arm64": {
87
75
  "name": "pogo_Windows_arm64.zip",
88
- "url": "https://github.com/pogo-vcs/pogo/releases/download/v1.0.3/pogo_Windows_arm64.zip",
76
+ "url": "https://github.com/pogo-vcs/pogo/releases/download/v1.2.0/pogo_Windows_arm64.zip",
89
77
  "bins": [
90
78
  "pogo.exe"
91
79
  ],
92
80
  "format": "zip",
93
81
  "checksum": {
94
82
  "algorithm": "sha256",
95
- "digest": "4b5ba892bb0fb6fdb41f1282dd18796906a5e21e3c00dc108b57201a7e827293"
83
+ "digest": "d84f1e0f7a315d8704a339c3ba67008873034b8968bed20c3e213a6b9f77f9ec"
96
84
  }
97
85
  },
98
86
  "win32-x64": {
99
87
  "name": "pogo_Windows_x86_64.zip",
100
- "url": "https://github.com/pogo-vcs/pogo/releases/download/v1.0.3/pogo_Windows_x86_64.zip",
88
+ "url": "https://github.com/pogo-vcs/pogo/releases/download/v1.2.0/pogo_Windows_x86_64.zip",
101
89
  "bins": [
102
90
  "pogo.exe"
103
91
  ],
104
92
  "format": "zip",
105
93
  "checksum": {
106
94
  "algorithm": "sha256",
107
- "digest": "223ee538f62a95256d208d48a416f97ae754c2ff0bbd17ed74405b78b3340a1d"
95
+ "digest": "0a4568eb23254adfaff26327a7940927c50e62aac5d24b230c20c2a7af7f091b"
108
96
  }
109
97
  }
110
98
  }
package/run-pogo.js CHANGED
@@ -3,4 +3,4 @@
3
3
  // This file was generated by GoReleaser. DO NOT EDIT.
4
4
 
5
5
  const { run } = require("./lib.js");
6
- run("pogo");
6
+ run("pogo").then((code) => process.exit(code));