@jutge.org/toolkit 4.2.28 → 4.2.30
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 +5 -0
- package/dist/index.js +348 -345
- package/docs/getting-started-guide.md +1 -0
- package/package.json +1 -1
- package/toolkit/index.ts +2 -0
- package/toolkit/passcode.ts +41 -0
package/README.md
CHANGED
|
@@ -136,6 +136,11 @@ jtk stage # Stage problem for Jutge.org
|
|
|
136
136
|
# Publishing
|
|
137
137
|
jtk upload # Upload problem to Jutge.org
|
|
138
138
|
|
|
139
|
+
# Passcode management
|
|
140
|
+
jtk passcode show # Show the passcode of the problem
|
|
141
|
+
jtk passcode set # Set the passcode of the problem
|
|
142
|
+
jtk passcode remove # Remove the passcode of the problem
|
|
143
|
+
|
|
139
144
|
# Maintenance
|
|
140
145
|
jtk upgrade # Update to latest version
|
|
141
146
|
jtk doctor # Check system dependencies
|