@jutge.org/toolkit 4.2.29 → 4.2.33

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
@@ -17,9 +17,9 @@ A powerful command-line toolkit for creating and managing programming problems o
17
17
 
18
18
  The toolkit requires [Bun](https://bun.sh) as a JavaScript runtime. Follow the installation guides for your platform:
19
19
 
20
- - **[Linux Installation Guide](docs/linux-installation.md)**
21
- - **[macOS Installation Guide](docs/macos-installation.md)**
22
- - **[Windows Installation Guide](docs/windows-installation.md)**
20
+ - **[Linux Installation Guide](docs/install-linux.md)**
21
+ - **[macOS Installation Guide](docs/install-macos.md)**
22
+ - **[Windows Installation Guide](docs/install-windows.md)**
23
23
 
24
24
  ### Quick Install
25
25
 
@@ -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