@proletariat/cli 0.3.100 → 0.3.101
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/oclif.manifest.json
CHANGED
|
@@ -1757,66 +1757,6 @@
|
|
|
1757
1757
|
"visit.js"
|
|
1758
1758
|
]
|
|
1759
1759
|
},
|
|
1760
|
-
"autocomplete:setup": {
|
|
1761
|
-
"aliases": [],
|
|
1762
|
-
"args": {},
|
|
1763
|
-
"description": "Auto-detect shell and set up autocomplete",
|
|
1764
|
-
"examples": [
|
|
1765
|
-
"<%= config.bin %> <%= command.id %>",
|
|
1766
|
-
"<%= config.bin %> <%= command.id %> --install",
|
|
1767
|
-
"<%= config.bin %> <%= command.id %> --shell zsh",
|
|
1768
|
-
"<%= config.bin %> <%= command.id %> --shell zsh --install --machine"
|
|
1769
|
-
],
|
|
1770
|
-
"flags": {
|
|
1771
|
-
"json": {
|
|
1772
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
1773
|
-
"name": "json",
|
|
1774
|
-
"allowNo": false,
|
|
1775
|
-
"type": "boolean"
|
|
1776
|
-
},
|
|
1777
|
-
"machine": {
|
|
1778
|
-
"char": "m",
|
|
1779
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
1780
|
-
"name": "machine",
|
|
1781
|
-
"allowNo": false,
|
|
1782
|
-
"type": "boolean"
|
|
1783
|
-
},
|
|
1784
|
-
"install": {
|
|
1785
|
-
"char": "i",
|
|
1786
|
-
"description": "Automatically install to shell config file",
|
|
1787
|
-
"name": "install",
|
|
1788
|
-
"allowNo": false,
|
|
1789
|
-
"type": "boolean"
|
|
1790
|
-
},
|
|
1791
|
-
"shell": {
|
|
1792
|
-
"char": "s",
|
|
1793
|
-
"description": "Override shell detection (zsh, bash, powershell)",
|
|
1794
|
-
"name": "shell",
|
|
1795
|
-
"hasDynamicHelp": false,
|
|
1796
|
-
"multiple": false,
|
|
1797
|
-
"options": [
|
|
1798
|
-
"zsh",
|
|
1799
|
-
"bash",
|
|
1800
|
-
"powershell"
|
|
1801
|
-
],
|
|
1802
|
-
"type": "option"
|
|
1803
|
-
}
|
|
1804
|
-
},
|
|
1805
|
-
"hasDynamicHelp": false,
|
|
1806
|
-
"hiddenAliases": [],
|
|
1807
|
-
"id": "autocomplete:setup",
|
|
1808
|
-
"pluginAlias": "@proletariat/cli",
|
|
1809
|
-
"pluginName": "@proletariat/cli",
|
|
1810
|
-
"pluginType": "core",
|
|
1811
|
-
"strict": true,
|
|
1812
|
-
"isESM": true,
|
|
1813
|
-
"relativePath": [
|
|
1814
|
-
"dist",
|
|
1815
|
-
"commands",
|
|
1816
|
-
"autocomplete",
|
|
1817
|
-
"setup.js"
|
|
1818
|
-
]
|
|
1819
|
-
},
|
|
1820
1760
|
"asana:connect": {
|
|
1821
1761
|
"aliases": [],
|
|
1822
1762
|
"args": {},
|
|
@@ -2032,6 +1972,66 @@
|
|
|
2032
1972
|
"sync.js"
|
|
2033
1973
|
]
|
|
2034
1974
|
},
|
|
1975
|
+
"autocomplete:setup": {
|
|
1976
|
+
"aliases": [],
|
|
1977
|
+
"args": {},
|
|
1978
|
+
"description": "Auto-detect shell and set up autocomplete",
|
|
1979
|
+
"examples": [
|
|
1980
|
+
"<%= config.bin %> <%= command.id %>",
|
|
1981
|
+
"<%= config.bin %> <%= command.id %> --install",
|
|
1982
|
+
"<%= config.bin %> <%= command.id %> --shell zsh",
|
|
1983
|
+
"<%= config.bin %> <%= command.id %> --shell zsh --install --machine"
|
|
1984
|
+
],
|
|
1985
|
+
"flags": {
|
|
1986
|
+
"json": {
|
|
1987
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
1988
|
+
"name": "json",
|
|
1989
|
+
"allowNo": false,
|
|
1990
|
+
"type": "boolean"
|
|
1991
|
+
},
|
|
1992
|
+
"machine": {
|
|
1993
|
+
"char": "m",
|
|
1994
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
1995
|
+
"name": "machine",
|
|
1996
|
+
"allowNo": false,
|
|
1997
|
+
"type": "boolean"
|
|
1998
|
+
},
|
|
1999
|
+
"install": {
|
|
2000
|
+
"char": "i",
|
|
2001
|
+
"description": "Automatically install to shell config file",
|
|
2002
|
+
"name": "install",
|
|
2003
|
+
"allowNo": false,
|
|
2004
|
+
"type": "boolean"
|
|
2005
|
+
},
|
|
2006
|
+
"shell": {
|
|
2007
|
+
"char": "s",
|
|
2008
|
+
"description": "Override shell detection (zsh, bash, powershell)",
|
|
2009
|
+
"name": "shell",
|
|
2010
|
+
"hasDynamicHelp": false,
|
|
2011
|
+
"multiple": false,
|
|
2012
|
+
"options": [
|
|
2013
|
+
"zsh",
|
|
2014
|
+
"bash",
|
|
2015
|
+
"powershell"
|
|
2016
|
+
],
|
|
2017
|
+
"type": "option"
|
|
2018
|
+
}
|
|
2019
|
+
},
|
|
2020
|
+
"hasDynamicHelp": false,
|
|
2021
|
+
"hiddenAliases": [],
|
|
2022
|
+
"id": "autocomplete:setup",
|
|
2023
|
+
"pluginAlias": "@proletariat/cli",
|
|
2024
|
+
"pluginName": "@proletariat/cli",
|
|
2025
|
+
"pluginType": "core",
|
|
2026
|
+
"strict": true,
|
|
2027
|
+
"isESM": true,
|
|
2028
|
+
"relativePath": [
|
|
2029
|
+
"dist",
|
|
2030
|
+
"commands",
|
|
2031
|
+
"autocomplete",
|
|
2032
|
+
"setup.js"
|
|
2033
|
+
]
|
|
2034
|
+
},
|
|
2035
2035
|
"branch:create": {
|
|
2036
2036
|
"aliases": [],
|
|
2037
2037
|
"args": {
|
|
@@ -2755,20 +2755,19 @@
|
|
|
2755
2755
|
"open.js"
|
|
2756
2756
|
]
|
|
2757
2757
|
},
|
|
2758
|
-
"
|
|
2758
|
+
"config": {
|
|
2759
2759
|
"aliases": [],
|
|
2760
|
-
"args": {
|
|
2761
|
-
|
|
2762
|
-
"description": "Task description for the agent",
|
|
2763
|
-
"name": "task",
|
|
2764
|
-
"required": false
|
|
2765
|
-
}
|
|
2766
|
-
},
|
|
2767
|
-
"description": "Quick launch Codex for ad-hoc sessions (works anywhere, no HQ required)",
|
|
2760
|
+
"args": {},
|
|
2761
|
+
"description": "View and update workspace configuration",
|
|
2768
2762
|
"examples": [
|
|
2769
|
-
"<%= config.bin %>
|
|
2770
|
-
"<%= config.bin %>
|
|
2771
|
-
"<%= config.bin %>
|
|
2763
|
+
"<%= config.bin %> <%= command.id %> # Interactive menu",
|
|
2764
|
+
"<%= config.bin %> <%= command.id %> --json # Output current config as JSON",
|
|
2765
|
+
"<%= config.bin %> <%= command.id %> --set terminal.app iTerm",
|
|
2766
|
+
"<%= config.bin %> <%= command.id %> --set terminal.openInBackground true",
|
|
2767
|
+
"<%= config.bin %> <%= command.id %> --set firewall.allowlistDomains \"api.staging.example.com\"",
|
|
2768
|
+
"<%= config.bin %> <%= command.id %> --set review_gate auto # Set workspace review gate to auto",
|
|
2769
|
+
"<%= config.bin %> <%= command.id %> --set claude-code.version 2.1.80 # Pin Claude Code version",
|
|
2770
|
+
"<%= config.bin %> <%= command.id %> --setting terminal.app --json # Show terminal app choices"
|
|
2772
2771
|
],
|
|
2773
2772
|
"flags": {
|
|
2774
2773
|
"json": {
|
|
@@ -2784,36 +2783,32 @@
|
|
|
2784
2783
|
"allowNo": false,
|
|
2785
2784
|
"type": "boolean"
|
|
2786
2785
|
},
|
|
2787
|
-
"
|
|
2788
|
-
"char": "
|
|
2789
|
-
"description": "
|
|
2790
|
-
"name": "
|
|
2786
|
+
"set": {
|
|
2787
|
+
"char": "s",
|
|
2788
|
+
"description": "Set a config value (format: key value)",
|
|
2789
|
+
"name": "set",
|
|
2791
2790
|
"hasDynamicHelp": false,
|
|
2792
|
-
"multiple":
|
|
2793
|
-
"options": [
|
|
2794
|
-
"danger",
|
|
2795
|
-
"safe"
|
|
2796
|
-
],
|
|
2791
|
+
"multiple": true,
|
|
2797
2792
|
"type": "option"
|
|
2798
2793
|
},
|
|
2799
|
-
"
|
|
2800
|
-
"
|
|
2801
|
-
"
|
|
2794
|
+
"list": {
|
|
2795
|
+
"char": "l",
|
|
2796
|
+
"description": "List all configuration values",
|
|
2797
|
+
"name": "list",
|
|
2798
|
+
"allowNo": false,
|
|
2799
|
+
"type": "boolean"
|
|
2800
|
+
},
|
|
2801
|
+
"setting": {
|
|
2802
|
+
"description": "Navigate to a specific setting prompt (for agent navigation)",
|
|
2803
|
+
"name": "setting",
|
|
2802
2804
|
"hasDynamicHelp": false,
|
|
2803
2805
|
"multiple": false,
|
|
2804
2806
|
"type": "option"
|
|
2805
|
-
},
|
|
2806
|
-
"detached": {
|
|
2807
|
-
"char": "d",
|
|
2808
|
-
"description": "Run in background (detached)",
|
|
2809
|
-
"name": "detached",
|
|
2810
|
-
"allowNo": false,
|
|
2811
|
-
"type": "boolean"
|
|
2812
2807
|
}
|
|
2813
2808
|
},
|
|
2814
2809
|
"hasDynamicHelp": false,
|
|
2815
2810
|
"hiddenAliases": [],
|
|
2816
|
-
"id": "
|
|
2811
|
+
"id": "config",
|
|
2817
2812
|
"pluginAlias": "@proletariat/cli",
|
|
2818
2813
|
"pluginName": "@proletariat/cli",
|
|
2819
2814
|
"pluginType": "core",
|
|
@@ -2822,23 +2817,24 @@
|
|
|
2822
2817
|
"relativePath": [
|
|
2823
2818
|
"dist",
|
|
2824
2819
|
"commands",
|
|
2825
|
-
"
|
|
2820
|
+
"config",
|
|
2826
2821
|
"index.js"
|
|
2827
2822
|
]
|
|
2828
2823
|
},
|
|
2829
|
-
"
|
|
2824
|
+
"codex": {
|
|
2830
2825
|
"aliases": [],
|
|
2831
|
-
"args": {
|
|
2832
|
-
|
|
2826
|
+
"args": {
|
|
2827
|
+
"task": {
|
|
2828
|
+
"description": "Task description for the agent",
|
|
2829
|
+
"name": "task",
|
|
2830
|
+
"required": false
|
|
2831
|
+
}
|
|
2832
|
+
},
|
|
2833
|
+
"description": "Quick launch Codex for ad-hoc sessions (works anywhere, no HQ required)",
|
|
2833
2834
|
"examples": [
|
|
2834
|
-
"<%= config.bin %>
|
|
2835
|
-
"<%= config.bin %>
|
|
2836
|
-
"<%= config.bin %>
|
|
2837
|
-
"<%= config.bin %> <%= command.id %> --set terminal.openInBackground true",
|
|
2838
|
-
"<%= config.bin %> <%= command.id %> --set firewall.allowlistDomains \"api.staging.example.com\"",
|
|
2839
|
-
"<%= config.bin %> <%= command.id %> --set review_gate auto # Set workspace review gate to auto",
|
|
2840
|
-
"<%= config.bin %> <%= command.id %> --set claude-code.version 2.1.80 # Pin Claude Code version",
|
|
2841
|
-
"<%= config.bin %> <%= command.id %> --setting terminal.app --json # Show terminal app choices"
|
|
2835
|
+
"<%= config.bin %> codex \"fix the bug\"",
|
|
2836
|
+
"<%= config.bin %> codex \"add dark mode\" --permission-mode danger",
|
|
2837
|
+
"<%= config.bin %> codex \"add tests\" --directory ./my-project"
|
|
2842
2838
|
],
|
|
2843
2839
|
"flags": {
|
|
2844
2840
|
"json": {
|
|
@@ -2854,32 +2850,36 @@
|
|
|
2854
2850
|
"allowNo": false,
|
|
2855
2851
|
"type": "boolean"
|
|
2856
2852
|
},
|
|
2857
|
-
"
|
|
2858
|
-
"char": "
|
|
2859
|
-
"description": "
|
|
2860
|
-
"name": "
|
|
2853
|
+
"permission-mode": {
|
|
2854
|
+
"char": "p",
|
|
2855
|
+
"description": "Permission mode (danger: skip prompts, safe: require approval)",
|
|
2856
|
+
"name": "permission-mode",
|
|
2861
2857
|
"hasDynamicHelp": false,
|
|
2862
|
-
"multiple":
|
|
2858
|
+
"multiple": false,
|
|
2859
|
+
"options": [
|
|
2860
|
+
"danger",
|
|
2861
|
+
"safe"
|
|
2862
|
+
],
|
|
2863
2863
|
"type": "option"
|
|
2864
2864
|
},
|
|
2865
|
-
"
|
|
2866
|
-
"
|
|
2867
|
-
"
|
|
2868
|
-
"name": "list",
|
|
2869
|
-
"allowNo": false,
|
|
2870
|
-
"type": "boolean"
|
|
2871
|
-
},
|
|
2872
|
-
"setting": {
|
|
2873
|
-
"description": "Navigate to a specific setting prompt (for agent navigation)",
|
|
2874
|
-
"name": "setting",
|
|
2865
|
+
"directory": {
|
|
2866
|
+
"description": "Directory to run in (default: cwd)",
|
|
2867
|
+
"name": "directory",
|
|
2875
2868
|
"hasDynamicHelp": false,
|
|
2876
2869
|
"multiple": false,
|
|
2877
2870
|
"type": "option"
|
|
2871
|
+
},
|
|
2872
|
+
"detached": {
|
|
2873
|
+
"char": "d",
|
|
2874
|
+
"description": "Run in background (detached)",
|
|
2875
|
+
"name": "detached",
|
|
2876
|
+
"allowNo": false,
|
|
2877
|
+
"type": "boolean"
|
|
2878
2878
|
}
|
|
2879
2879
|
},
|
|
2880
2880
|
"hasDynamicHelp": false,
|
|
2881
2881
|
"hiddenAliases": [],
|
|
2882
|
-
"id": "
|
|
2882
|
+
"id": "codex",
|
|
2883
2883
|
"pluginAlias": "@proletariat/cli",
|
|
2884
2884
|
"pluginName": "@proletariat/cli",
|
|
2885
2885
|
"pluginType": "core",
|
|
@@ -2888,7 +2888,7 @@
|
|
|
2888
2888
|
"relativePath": [
|
|
2889
2889
|
"dist",
|
|
2890
2890
|
"commands",
|
|
2891
|
-
"
|
|
2891
|
+
"codex",
|
|
2892
2892
|
"index.js"
|
|
2893
2893
|
]
|
|
2894
2894
|
},
|
|
@@ -3009,20 +3009,41 @@
|
|
|
3009
3009
|
"repair.js"
|
|
3010
3010
|
]
|
|
3011
3011
|
},
|
|
3012
|
-
"
|
|
3012
|
+
"docker:clean": {
|
|
3013
3013
|
"aliases": [],
|
|
3014
3014
|
"args": {},
|
|
3015
|
-
"description": "
|
|
3015
|
+
"description": "Remove orphaned containers (containers without running agents)",
|
|
3016
3016
|
"examples": [
|
|
3017
|
-
"<%= config.bin %>
|
|
3018
|
-
"<%= config.bin %>
|
|
3019
|
-
"<%= config.bin %>
|
|
3020
|
-
"<%= config.bin %> execution config --set defaultEnvironment host",
|
|
3021
|
-
"<%= config.bin %> execution config --set outputMode interactive",
|
|
3022
|
-
"<%= config.bin %> execution config --set permissionMode safe",
|
|
3023
|
-
"<%= config.bin %> execution config --setting outputMode --json # Show output mode choices"
|
|
3017
|
+
"<%= config.bin %> <%= command.id %>",
|
|
3018
|
+
"<%= config.bin %> <%= command.id %> --force",
|
|
3019
|
+
"<%= config.bin %> <%= command.id %> --dry-run"
|
|
3024
3020
|
],
|
|
3025
3021
|
"flags": {
|
|
3022
|
+
"force": {
|
|
3023
|
+
"aliases": [
|
|
3024
|
+
"yes",
|
|
3025
|
+
"y"
|
|
3026
|
+
],
|
|
3027
|
+
"char": "f",
|
|
3028
|
+
"description": "Skip confirmation prompt",
|
|
3029
|
+
"name": "force",
|
|
3030
|
+
"allowNo": false,
|
|
3031
|
+
"type": "boolean"
|
|
3032
|
+
},
|
|
3033
|
+
"dry-run": {
|
|
3034
|
+
"char": "d",
|
|
3035
|
+
"description": "Show what would be removed without removing",
|
|
3036
|
+
"name": "dry-run",
|
|
3037
|
+
"allowNo": false,
|
|
3038
|
+
"type": "boolean"
|
|
3039
|
+
},
|
|
3040
|
+
"all": {
|
|
3041
|
+
"char": "a",
|
|
3042
|
+
"description": "Remove all stopped devcontainers (not just orphaned)",
|
|
3043
|
+
"name": "all",
|
|
3044
|
+
"allowNo": false,
|
|
3045
|
+
"type": "boolean"
|
|
3046
|
+
},
|
|
3026
3047
|
"json": {
|
|
3027
3048
|
"description": "Output as JSON for AI agents/scripts",
|
|
3028
3049
|
"name": "json",
|
|
@@ -3035,54 +3056,41 @@
|
|
|
3035
3056
|
"name": "machine",
|
|
3036
3057
|
"allowNo": false,
|
|
3037
3058
|
"type": "boolean"
|
|
3038
|
-
},
|
|
3039
|
-
"set": {
|
|
3040
|
-
"char": "s",
|
|
3041
|
-
"description": "Set a config value (format: key value)",
|
|
3042
|
-
"name": "set",
|
|
3043
|
-
"hasDynamicHelp": false,
|
|
3044
|
-
"multiple": true,
|
|
3045
|
-
"type": "option"
|
|
3046
|
-
},
|
|
3047
|
-
"list": {
|
|
3048
|
-
"char": "l",
|
|
3049
|
-
"description": "List all configuration values",
|
|
3050
|
-
"name": "list",
|
|
3051
|
-
"allowNo": false,
|
|
3052
|
-
"type": "boolean"
|
|
3053
|
-
},
|
|
3054
|
-
"setting": {
|
|
3055
|
-
"description": "Navigate to a specific setting prompt (for agent navigation)",
|
|
3056
|
-
"name": "setting",
|
|
3057
|
-
"hasDynamicHelp": false,
|
|
3058
|
-
"multiple": false,
|
|
3059
|
-
"type": "option"
|
|
3060
3059
|
}
|
|
3061
3060
|
},
|
|
3062
3061
|
"hasDynamicHelp": false,
|
|
3063
3062
|
"hiddenAliases": [],
|
|
3064
|
-
"id": "
|
|
3063
|
+
"id": "docker:clean",
|
|
3065
3064
|
"pluginAlias": "@proletariat/cli",
|
|
3066
3065
|
"pluginName": "@proletariat/cli",
|
|
3067
3066
|
"pluginType": "core",
|
|
3068
3067
|
"strict": true,
|
|
3068
|
+
"enableJsonFlag": false,
|
|
3069
3069
|
"isESM": true,
|
|
3070
3070
|
"relativePath": [
|
|
3071
3071
|
"dist",
|
|
3072
3072
|
"commands",
|
|
3073
|
-
"
|
|
3074
|
-
"
|
|
3073
|
+
"docker",
|
|
3074
|
+
"clean.js"
|
|
3075
3075
|
]
|
|
3076
3076
|
},
|
|
3077
|
-
"
|
|
3077
|
+
"docker": {
|
|
3078
3078
|
"aliases": [],
|
|
3079
3079
|
"args": {},
|
|
3080
|
-
"description": "
|
|
3080
|
+
"description": "Manage Docker containers used by agents",
|
|
3081
3081
|
"examples": [
|
|
3082
3082
|
"<%= config.bin %> <%= command.id %>",
|
|
3083
|
-
"<%= config.bin %>
|
|
3084
|
-
"<%= config.bin %>
|
|
3085
|
-
"<%= config.bin %>
|
|
3083
|
+
"<%= config.bin %> docker status",
|
|
3084
|
+
"<%= config.bin %> docker list",
|
|
3085
|
+
"<%= config.bin %> docker logs WORK-001",
|
|
3086
|
+
"<%= config.bin %> docker start WORK-001",
|
|
3087
|
+
"<%= config.bin %> docker stop kalanick",
|
|
3088
|
+
"<%= config.bin %> docker shell WORK-001",
|
|
3089
|
+
"<%= config.bin %> docker restart abc123",
|
|
3090
|
+
"<%= config.bin %> docker sync",
|
|
3091
|
+
"<%= config.bin %> docker rebuild-cache",
|
|
3092
|
+
"<%= config.bin %> docker clean",
|
|
3093
|
+
"<%= config.bin %> docker prune"
|
|
3086
3094
|
],
|
|
3087
3095
|
"flags": {
|
|
3088
3096
|
"json": {
|
|
@@ -3101,7 +3109,7 @@
|
|
|
3101
3109
|
},
|
|
3102
3110
|
"hasDynamicHelp": false,
|
|
3103
3111
|
"hiddenAliases": [],
|
|
3104
|
-
"id": "
|
|
3112
|
+
"id": "docker",
|
|
3105
3113
|
"pluginAlias": "@proletariat/cli",
|
|
3106
3114
|
"pluginName": "@proletariat/cli",
|
|
3107
3115
|
"pluginType": "core",
|
|
@@ -3110,19 +3118,18 @@
|
|
|
3110
3118
|
"relativePath": [
|
|
3111
3119
|
"dist",
|
|
3112
3120
|
"commands",
|
|
3113
|
-
"
|
|
3121
|
+
"docker",
|
|
3114
3122
|
"index.js"
|
|
3115
3123
|
]
|
|
3116
3124
|
},
|
|
3117
|
-
"
|
|
3125
|
+
"docker:list": {
|
|
3118
3126
|
"aliases": [],
|
|
3119
3127
|
"args": {},
|
|
3120
|
-
"description": "
|
|
3128
|
+
"description": "Show Docker containers from agent_work table with status",
|
|
3121
3129
|
"examples": [
|
|
3122
3130
|
"<%= config.bin %> <%= command.id %>",
|
|
3123
|
-
"<%= config.bin %> <%= command.id %> --
|
|
3124
|
-
"<%= config.bin %> <%= command.id %> --
|
|
3125
|
-
"<%= config.bin %> <%= command.id %> --limit 50"
|
|
3131
|
+
"<%= config.bin %> <%= command.id %> --all",
|
|
3132
|
+
"<%= config.bin %> <%= command.id %> --running"
|
|
3126
3133
|
],
|
|
3127
3134
|
"flags": {
|
|
3128
3135
|
"json": {
|
|
@@ -3138,69 +3145,52 @@
|
|
|
3138
3145
|
"allowNo": false,
|
|
3139
3146
|
"type": "boolean"
|
|
3140
3147
|
},
|
|
3141
|
-
"
|
|
3142
|
-
"char": "s",
|
|
3143
|
-
"description": "Filter by status",
|
|
3144
|
-
"name": "status",
|
|
3145
|
-
"hasDynamicHelp": false,
|
|
3146
|
-
"multiple": false,
|
|
3147
|
-
"options": [
|
|
3148
|
-
"starting",
|
|
3149
|
-
"running",
|
|
3150
|
-
"completed",
|
|
3151
|
-
"failed",
|
|
3152
|
-
"stopped"
|
|
3153
|
-
],
|
|
3154
|
-
"type": "option"
|
|
3155
|
-
},
|
|
3156
|
-
"agent": {
|
|
3148
|
+
"all": {
|
|
3157
3149
|
"char": "a",
|
|
3158
|
-
"description": "
|
|
3159
|
-
"name": "
|
|
3160
|
-
"
|
|
3161
|
-
"
|
|
3162
|
-
"type": "option"
|
|
3150
|
+
"description": "Show all containers (including non-devcontainer)",
|
|
3151
|
+
"name": "all",
|
|
3152
|
+
"allowNo": false,
|
|
3153
|
+
"type": "boolean"
|
|
3163
3154
|
},
|
|
3164
|
-
"
|
|
3165
|
-
"char": "
|
|
3166
|
-
"description": "
|
|
3167
|
-
"name": "
|
|
3168
|
-
"
|
|
3169
|
-
"
|
|
3170
|
-
"multiple": false,
|
|
3171
|
-
"type": "option"
|
|
3155
|
+
"running": {
|
|
3156
|
+
"char": "r",
|
|
3157
|
+
"description": "Only show running containers",
|
|
3158
|
+
"name": "running",
|
|
3159
|
+
"allowNo": false,
|
|
3160
|
+
"type": "boolean"
|
|
3172
3161
|
}
|
|
3173
3162
|
},
|
|
3174
3163
|
"hasDynamicHelp": false,
|
|
3175
3164
|
"hiddenAliases": [],
|
|
3176
|
-
"id": "
|
|
3165
|
+
"id": "docker:list",
|
|
3177
3166
|
"pluginAlias": "@proletariat/cli",
|
|
3178
3167
|
"pluginName": "@proletariat/cli",
|
|
3179
3168
|
"pluginType": "core",
|
|
3180
3169
|
"strict": true,
|
|
3170
|
+
"enableJsonFlag": false,
|
|
3181
3171
|
"isESM": true,
|
|
3182
3172
|
"relativePath": [
|
|
3183
3173
|
"dist",
|
|
3184
3174
|
"commands",
|
|
3185
|
-
"
|
|
3175
|
+
"docker",
|
|
3186
3176
|
"list.js"
|
|
3187
3177
|
]
|
|
3188
3178
|
},
|
|
3189
|
-
"
|
|
3179
|
+
"docker:logs": {
|
|
3190
3180
|
"aliases": [],
|
|
3191
3181
|
"args": {
|
|
3192
|
-
"
|
|
3193
|
-
"description": "Execution ID -
|
|
3194
|
-
"name": "
|
|
3195
|
-
"required":
|
|
3182
|
+
"target": {
|
|
3183
|
+
"description": "Execution ID (WORK-XXX), agent name, or container ID",
|
|
3184
|
+
"name": "target",
|
|
3185
|
+
"required": true
|
|
3196
3186
|
}
|
|
3197
3187
|
},
|
|
3198
|
-
"description": "View execution
|
|
3188
|
+
"description": "View logs from a container (by execution ID, agent name, or container ID)",
|
|
3199
3189
|
"examples": [
|
|
3200
3190
|
"<%= config.bin %> <%= command.id %> WORK-001",
|
|
3201
|
-
"<%= config.bin %> <%= command.id %>
|
|
3202
|
-
"<%= config.bin %> <%= command.id %>
|
|
3203
|
-
"<%= config.bin %> <%= command.id %>
|
|
3191
|
+
"<%= config.bin %> <%= command.id %> kalanick",
|
|
3192
|
+
"<%= config.bin %> <%= command.id %> abc123 --follow",
|
|
3193
|
+
"<%= config.bin %> <%= command.id %> WORK-001 --tail 100"
|
|
3204
3194
|
],
|
|
3205
3195
|
"flags": {
|
|
3206
3196
|
"json": {
|
|
@@ -3218,119 +3208,138 @@
|
|
|
3218
3208
|
},
|
|
3219
3209
|
"follow": {
|
|
3220
3210
|
"char": "f",
|
|
3221
|
-
"description": "
|
|
3211
|
+
"description": "Follow log output",
|
|
3222
3212
|
"name": "follow",
|
|
3223
3213
|
"allowNo": false,
|
|
3224
3214
|
"type": "boolean"
|
|
3225
3215
|
},
|
|
3226
3216
|
"tail": {
|
|
3227
3217
|
"char": "n",
|
|
3228
|
-
"description": "
|
|
3218
|
+
"description": "Number of lines to show from the end",
|
|
3229
3219
|
"name": "tail",
|
|
3220
|
+
"default": 100,
|
|
3230
3221
|
"hasDynamicHelp": false,
|
|
3231
3222
|
"multiple": false,
|
|
3232
3223
|
"type": "option"
|
|
3224
|
+
},
|
|
3225
|
+
"timestamps": {
|
|
3226
|
+
"char": "t",
|
|
3227
|
+
"description": "Show timestamps",
|
|
3228
|
+
"name": "timestamps",
|
|
3229
|
+
"allowNo": false,
|
|
3230
|
+
"type": "boolean"
|
|
3233
3231
|
}
|
|
3234
3232
|
},
|
|
3235
3233
|
"hasDynamicHelp": false,
|
|
3236
3234
|
"hiddenAliases": [],
|
|
3237
|
-
"id": "
|
|
3235
|
+
"id": "docker:logs",
|
|
3238
3236
|
"pluginAlias": "@proletariat/cli",
|
|
3239
3237
|
"pluginName": "@proletariat/cli",
|
|
3240
3238
|
"pluginType": "core",
|
|
3241
3239
|
"strict": true,
|
|
3240
|
+
"enableJsonFlag": false,
|
|
3242
3241
|
"isESM": true,
|
|
3243
3242
|
"relativePath": [
|
|
3244
3243
|
"dist",
|
|
3245
3244
|
"commands",
|
|
3246
|
-
"
|
|
3245
|
+
"docker",
|
|
3247
3246
|
"logs.js"
|
|
3248
3247
|
]
|
|
3249
3248
|
},
|
|
3250
|
-
"
|
|
3249
|
+
"docker:prune": {
|
|
3251
3250
|
"aliases": [],
|
|
3252
|
-
"args": {
|
|
3253
|
-
|
|
3254
|
-
"description": "Execution ID - prompts if not provided (ignored if --all or --agent used)",
|
|
3255
|
-
"name": "id",
|
|
3256
|
-
"required": false
|
|
3257
|
-
}
|
|
3258
|
-
},
|
|
3259
|
-
"description": "Stop running execution(s)",
|
|
3251
|
+
"args": {},
|
|
3252
|
+
"description": "Remove unused Docker resources (containers, images, volumes, networks)",
|
|
3260
3253
|
"examples": [
|
|
3261
|
-
"<%= config.bin %> <%= command.id %>
|
|
3262
|
-
"<%= config.bin %> <%= command.id %> WORK-001 --force",
|
|
3263
|
-
"<%= config.bin %> <%= command.id %> # Interactive mode",
|
|
3254
|
+
"<%= config.bin %> <%= command.id %>",
|
|
3264
3255
|
"<%= config.bin %> <%= command.id %> --all",
|
|
3265
|
-
"<%= config.bin %> <%= command.id %> --
|
|
3266
|
-
"<%= config.bin %> <%= command.id %> --
|
|
3256
|
+
"<%= config.bin %> <%= command.id %> --volumes",
|
|
3257
|
+
"<%= config.bin %> <%= command.id %> --dry-run"
|
|
3267
3258
|
],
|
|
3268
3259
|
"flags": {
|
|
3269
|
-
"
|
|
3270
|
-
"
|
|
3271
|
-
|
|
3260
|
+
"force": {
|
|
3261
|
+
"aliases": [
|
|
3262
|
+
"yes",
|
|
3263
|
+
"y"
|
|
3264
|
+
],
|
|
3265
|
+
"char": "f",
|
|
3266
|
+
"description": "Skip confirmation prompt",
|
|
3267
|
+
"name": "force",
|
|
3272
3268
|
"allowNo": false,
|
|
3273
3269
|
"type": "boolean"
|
|
3274
3270
|
},
|
|
3275
|
-
"
|
|
3276
|
-
"char": "
|
|
3277
|
-
"description": "
|
|
3278
|
-
"name": "
|
|
3271
|
+
"dry-run": {
|
|
3272
|
+
"char": "d",
|
|
3273
|
+
"description": "Show what would be removed without removing",
|
|
3274
|
+
"name": "dry-run",
|
|
3279
3275
|
"allowNo": false,
|
|
3280
3276
|
"type": "boolean"
|
|
3281
3277
|
},
|
|
3282
|
-
"
|
|
3283
|
-
"char": "
|
|
3284
|
-
"description": "
|
|
3285
|
-
"name": "
|
|
3278
|
+
"all": {
|
|
3279
|
+
"char": "a",
|
|
3280
|
+
"description": "Remove all unused images, not just dangling ones",
|
|
3281
|
+
"name": "all",
|
|
3286
3282
|
"allowNo": false,
|
|
3287
3283
|
"type": "boolean"
|
|
3288
3284
|
},
|
|
3289
|
-
"
|
|
3290
|
-
"description": "
|
|
3291
|
-
"name": "
|
|
3285
|
+
"volumes": {
|
|
3286
|
+
"description": "Also prune volumes (dangerous - data loss possible)",
|
|
3287
|
+
"name": "volumes",
|
|
3292
3288
|
"allowNo": false,
|
|
3293
3289
|
"type": "boolean"
|
|
3294
3290
|
},
|
|
3295
|
-
"
|
|
3296
|
-
"
|
|
3297
|
-
"
|
|
3298
|
-
"
|
|
3299
|
-
"
|
|
3300
|
-
|
|
3301
|
-
|
|
3291
|
+
"json": {
|
|
3292
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
3293
|
+
"name": "json",
|
|
3294
|
+
"allowNo": false,
|
|
3295
|
+
"type": "boolean"
|
|
3296
|
+
},
|
|
3297
|
+
"machine": {
|
|
3298
|
+
"char": "m",
|
|
3299
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
3300
|
+
"name": "machine",
|
|
3301
|
+
"allowNo": false,
|
|
3302
|
+
"type": "boolean"
|
|
3302
3303
|
}
|
|
3303
3304
|
},
|
|
3304
3305
|
"hasDynamicHelp": false,
|
|
3305
3306
|
"hiddenAliases": [],
|
|
3306
|
-
"id": "
|
|
3307
|
+
"id": "docker:prune",
|
|
3307
3308
|
"pluginAlias": "@proletariat/cli",
|
|
3308
3309
|
"pluginName": "@proletariat/cli",
|
|
3309
3310
|
"pluginType": "core",
|
|
3310
3311
|
"strict": true,
|
|
3312
|
+
"enableJsonFlag": false,
|
|
3311
3313
|
"isESM": true,
|
|
3312
3314
|
"relativePath": [
|
|
3313
3315
|
"dist",
|
|
3314
3316
|
"commands",
|
|
3315
|
-
"
|
|
3316
|
-
"
|
|
3317
|
+
"docker",
|
|
3318
|
+
"prune.js"
|
|
3317
3319
|
]
|
|
3318
3320
|
},
|
|
3319
|
-
"
|
|
3321
|
+
"docker:rebuild-cache": {
|
|
3320
3322
|
"aliases": [],
|
|
3321
|
-
"args": {
|
|
3322
|
-
|
|
3323
|
-
"description": "Execution ID - prompts if not provided",
|
|
3324
|
-
"name": "id",
|
|
3325
|
-
"required": false
|
|
3326
|
-
}
|
|
3327
|
-
},
|
|
3328
|
-
"description": "View details of a specific execution",
|
|
3323
|
+
"args": {},
|
|
3324
|
+
"description": "Rebuild the shared pnpm store cache volume for fast agent installs",
|
|
3329
3325
|
"examples": [
|
|
3330
|
-
"<%= config.bin %> <%= command.id %>
|
|
3331
|
-
"<%= config.bin %> <%= command.id %>
|
|
3326
|
+
"<%= config.bin %> <%= command.id %>",
|
|
3327
|
+
"<%= config.bin %> <%= command.id %> --force"
|
|
3332
3328
|
],
|
|
3333
3329
|
"flags": {
|
|
3330
|
+
"force": {
|
|
3331
|
+
"char": "f",
|
|
3332
|
+
"description": "Delete and rebuild the cache even if it already exists",
|
|
3333
|
+
"name": "force",
|
|
3334
|
+
"allowNo": false,
|
|
3335
|
+
"type": "boolean"
|
|
3336
|
+
},
|
|
3337
|
+
"delete-only": {
|
|
3338
|
+
"description": "Only delete the cache volume (next agent spawn rebuilds it)",
|
|
3339
|
+
"name": "delete-only",
|
|
3340
|
+
"allowNo": false,
|
|
3341
|
+
"type": "boolean"
|
|
3342
|
+
},
|
|
3334
3343
|
"json": {
|
|
3335
3344
|
"description": "Output as JSON for AI agents/scripts",
|
|
3336
3345
|
"name": "json",
|
|
@@ -3347,28 +3356,56 @@
|
|
|
3347
3356
|
},
|
|
3348
3357
|
"hasDynamicHelp": false,
|
|
3349
3358
|
"hiddenAliases": [],
|
|
3350
|
-
"id": "
|
|
3359
|
+
"id": "docker:rebuild-cache",
|
|
3351
3360
|
"pluginAlias": "@proletariat/cli",
|
|
3352
3361
|
"pluginName": "@proletariat/cli",
|
|
3353
3362
|
"pluginType": "core",
|
|
3354
3363
|
"strict": true,
|
|
3364
|
+
"enableJsonFlag": false,
|
|
3355
3365
|
"isESM": true,
|
|
3356
3366
|
"relativePath": [
|
|
3357
3367
|
"dist",
|
|
3358
3368
|
"commands",
|
|
3359
|
-
"
|
|
3360
|
-
"
|
|
3369
|
+
"docker",
|
|
3370
|
+
"rebuild-cache.js"
|
|
3361
3371
|
]
|
|
3362
3372
|
},
|
|
3363
|
-
"
|
|
3373
|
+
"docker:restart": {
|
|
3364
3374
|
"aliases": [],
|
|
3365
|
-
"args": {
|
|
3366
|
-
|
|
3375
|
+
"args": {
|
|
3376
|
+
"target": {
|
|
3377
|
+
"description": "Execution ID (WORK-XXX), agent name, or container ID",
|
|
3378
|
+
"name": "target",
|
|
3379
|
+
"required": true
|
|
3380
|
+
}
|
|
3381
|
+
},
|
|
3382
|
+
"description": "Restart a container (by execution ID, agent name, or container ID)",
|
|
3367
3383
|
"examples": [
|
|
3368
|
-
"<%= config.bin %> <%= command.id %>",
|
|
3369
|
-
"<%= config.bin %> <%= command.id %>
|
|
3384
|
+
"<%= config.bin %> <%= command.id %> WORK-001",
|
|
3385
|
+
"<%= config.bin %> <%= command.id %> kalanick",
|
|
3386
|
+
"<%= config.bin %> <%= command.id %> abc123 --force"
|
|
3370
3387
|
],
|
|
3371
3388
|
"flags": {
|
|
3389
|
+
"force": {
|
|
3390
|
+
"aliases": [
|
|
3391
|
+
"yes",
|
|
3392
|
+
"y"
|
|
3393
|
+
],
|
|
3394
|
+
"char": "f",
|
|
3395
|
+
"description": "Skip confirmation prompt",
|
|
3396
|
+
"name": "force",
|
|
3397
|
+
"allowNo": false,
|
|
3398
|
+
"type": "boolean"
|
|
3399
|
+
},
|
|
3400
|
+
"time": {
|
|
3401
|
+
"char": "t",
|
|
3402
|
+
"description": "Seconds to wait before killing the container during stop",
|
|
3403
|
+
"name": "time",
|
|
3404
|
+
"default": 10,
|
|
3405
|
+
"hasDynamicHelp": false,
|
|
3406
|
+
"multiple": false,
|
|
3407
|
+
"type": "option"
|
|
3408
|
+
},
|
|
3372
3409
|
"json": {
|
|
3373
3410
|
"description": "Output as JSON for AI agents/scripts",
|
|
3374
3411
|
"name": "json",
|
|
@@ -3381,24 +3418,11 @@
|
|
|
3381
3418
|
"name": "machine",
|
|
3382
3419
|
"allowNo": false,
|
|
3383
3420
|
"type": "boolean"
|
|
3384
|
-
},
|
|
3385
|
-
"action": {
|
|
3386
|
-
"char": "a",
|
|
3387
|
-
"description": "Action to perform (submit, list, view)",
|
|
3388
|
-
"name": "action",
|
|
3389
|
-
"hasDynamicHelp": false,
|
|
3390
|
-
"multiple": false,
|
|
3391
|
-
"options": [
|
|
3392
|
-
"submit",
|
|
3393
|
-
"list",
|
|
3394
|
-
"view"
|
|
3395
|
-
],
|
|
3396
|
-
"type": "option"
|
|
3397
3421
|
}
|
|
3398
3422
|
},
|
|
3399
3423
|
"hasDynamicHelp": false,
|
|
3400
3424
|
"hiddenAliases": [],
|
|
3401
|
-
"id": "
|
|
3425
|
+
"id": "docker:restart",
|
|
3402
3426
|
"pluginAlias": "@proletariat/cli",
|
|
3403
3427
|
"pluginName": "@proletariat/cli",
|
|
3404
3428
|
"pluginType": "core",
|
|
@@ -3408,19 +3432,24 @@
|
|
|
3408
3432
|
"relativePath": [
|
|
3409
3433
|
"dist",
|
|
3410
3434
|
"commands",
|
|
3411
|
-
"
|
|
3412
|
-
"
|
|
3435
|
+
"docker",
|
|
3436
|
+
"restart.js"
|
|
3413
3437
|
]
|
|
3414
3438
|
},
|
|
3415
|
-
"
|
|
3439
|
+
"docker:shell": {
|
|
3416
3440
|
"aliases": [],
|
|
3417
|
-
"args": {
|
|
3418
|
-
|
|
3441
|
+
"args": {
|
|
3442
|
+
"target": {
|
|
3443
|
+
"description": "Execution ID (WORK-XXX), agent name, or container ID",
|
|
3444
|
+
"name": "target",
|
|
3445
|
+
"required": true
|
|
3446
|
+
}
|
|
3447
|
+
},
|
|
3448
|
+
"description": "Open a shell in a running container (by execution ID, agent name, or container ID)",
|
|
3419
3449
|
"examples": [
|
|
3420
|
-
"<%= config.bin %> <%= command.id %>",
|
|
3421
|
-
"<%= config.bin %> <%= command.id %>
|
|
3422
|
-
"<%= config.bin %> <%= command.id %>
|
|
3423
|
-
"<%= config.bin %> <%= command.id %> --json"
|
|
3450
|
+
"<%= config.bin %> <%= command.id %> WORK-001",
|
|
3451
|
+
"<%= config.bin %> <%= command.id %> kalanick",
|
|
3452
|
+
"<%= config.bin %> <%= command.id %> abc123 --shell /bin/bash"
|
|
3424
3453
|
],
|
|
3425
3454
|
"flags": {
|
|
3426
3455
|
"json": {
|
|
@@ -3436,38 +3465,27 @@
|
|
|
3436
3465
|
"allowNo": false,
|
|
3437
3466
|
"type": "boolean"
|
|
3438
3467
|
},
|
|
3439
|
-
"
|
|
3440
|
-
"char": "
|
|
3441
|
-
"description": "
|
|
3442
|
-
"name": "
|
|
3468
|
+
"shell": {
|
|
3469
|
+
"char": "s",
|
|
3470
|
+
"description": "Shell to use",
|
|
3471
|
+
"name": "shell",
|
|
3472
|
+
"default": "/bin/sh",
|
|
3443
3473
|
"hasDynamicHelp": false,
|
|
3444
3474
|
"multiple": false,
|
|
3445
|
-
"options": [
|
|
3446
|
-
"bug",
|
|
3447
|
-
"feature",
|
|
3448
|
-
"general"
|
|
3449
|
-
],
|
|
3450
3475
|
"type": "option"
|
|
3451
3476
|
},
|
|
3452
|
-
"
|
|
3453
|
-
"char": "
|
|
3454
|
-
"description": "
|
|
3455
|
-
"name": "
|
|
3456
|
-
"default": "open",
|
|
3477
|
+
"user": {
|
|
3478
|
+
"char": "u",
|
|
3479
|
+
"description": "User to run as",
|
|
3480
|
+
"name": "user",
|
|
3457
3481
|
"hasDynamicHelp": false,
|
|
3458
3482
|
"multiple": false,
|
|
3459
|
-
"options": [
|
|
3460
|
-
"open",
|
|
3461
|
-
"closed",
|
|
3462
|
-
"all"
|
|
3463
|
-
],
|
|
3464
3483
|
"type": "option"
|
|
3465
3484
|
},
|
|
3466
|
-
"
|
|
3467
|
-
"char": "
|
|
3468
|
-
"description": "
|
|
3469
|
-
"name": "
|
|
3470
|
-
"default": 20,
|
|
3485
|
+
"workdir": {
|
|
3486
|
+
"char": "w",
|
|
3487
|
+
"description": "Working directory inside the container",
|
|
3488
|
+
"name": "workdir",
|
|
3471
3489
|
"hasDynamicHelp": false,
|
|
3472
3490
|
"multiple": false,
|
|
3473
3491
|
"type": "option"
|
|
@@ -3475,7 +3493,7 @@
|
|
|
3475
3493
|
},
|
|
3476
3494
|
"hasDynamicHelp": false,
|
|
3477
3495
|
"hiddenAliases": [],
|
|
3478
|
-
"id": "
|
|
3496
|
+
"id": "docker:shell",
|
|
3479
3497
|
"pluginAlias": "@proletariat/cli",
|
|
3480
3498
|
"pluginName": "@proletariat/cli",
|
|
3481
3499
|
"pluginType": "core",
|
|
@@ -3485,18 +3503,24 @@
|
|
|
3485
3503
|
"relativePath": [
|
|
3486
3504
|
"dist",
|
|
3487
3505
|
"commands",
|
|
3488
|
-
"
|
|
3489
|
-
"
|
|
3506
|
+
"docker",
|
|
3507
|
+
"shell.js"
|
|
3490
3508
|
]
|
|
3491
3509
|
},
|
|
3492
|
-
"
|
|
3510
|
+
"docker:start": {
|
|
3493
3511
|
"aliases": [],
|
|
3494
|
-
"args": {
|
|
3495
|
-
|
|
3512
|
+
"args": {
|
|
3513
|
+
"target": {
|
|
3514
|
+
"description": "Execution ID (WORK-XXX), agent name, or container ID",
|
|
3515
|
+
"name": "target",
|
|
3516
|
+
"required": true
|
|
3517
|
+
}
|
|
3518
|
+
},
|
|
3519
|
+
"description": "Start a stopped container (by execution ID, agent name, or container ID)",
|
|
3496
3520
|
"examples": [
|
|
3497
|
-
"<%= config.bin %> <%= command.id %>",
|
|
3498
|
-
"<%= config.bin %> <%= command.id %>
|
|
3499
|
-
"<%= config.bin %> <%= command.id %>
|
|
3521
|
+
"<%= config.bin %> <%= command.id %> WORK-001",
|
|
3522
|
+
"<%= config.bin %> <%= command.id %> kalanick",
|
|
3523
|
+
"<%= config.bin %> <%= command.id %> abc123"
|
|
3500
3524
|
],
|
|
3501
3525
|
"flags": {
|
|
3502
3526
|
"json": {
|
|
@@ -3512,64 +3536,36 @@
|
|
|
3512
3536
|
"allowNo": false,
|
|
3513
3537
|
"type": "boolean"
|
|
3514
3538
|
},
|
|
3515
|
-
"
|
|
3516
|
-
"char": "
|
|
3517
|
-
"description": "
|
|
3518
|
-
"name": "
|
|
3519
|
-
"
|
|
3520
|
-
"
|
|
3521
|
-
"type": "option"
|
|
3522
|
-
},
|
|
3523
|
-
"body": {
|
|
3524
|
-
"char": "b",
|
|
3525
|
-
"description": "Issue description [required for non-interactive]",
|
|
3526
|
-
"name": "body",
|
|
3527
|
-
"hasDynamicHelp": false,
|
|
3528
|
-
"multiple": false,
|
|
3529
|
-
"type": "option"
|
|
3530
|
-
},
|
|
3531
|
-
"category": {
|
|
3532
|
-
"char": "c",
|
|
3533
|
-
"description": "Feedback category",
|
|
3534
|
-
"name": "category",
|
|
3535
|
-
"hasDynamicHelp": false,
|
|
3536
|
-
"multiple": false,
|
|
3537
|
-
"options": [
|
|
3538
|
-
"bug",
|
|
3539
|
-
"feature",
|
|
3540
|
-
"general"
|
|
3541
|
-
],
|
|
3542
|
-
"type": "option"
|
|
3539
|
+
"attach": {
|
|
3540
|
+
"char": "a",
|
|
3541
|
+
"description": "Attach to container after starting",
|
|
3542
|
+
"name": "attach",
|
|
3543
|
+
"allowNo": false,
|
|
3544
|
+
"type": "boolean"
|
|
3543
3545
|
}
|
|
3544
3546
|
},
|
|
3545
3547
|
"hasDynamicHelp": false,
|
|
3546
3548
|
"hiddenAliases": [],
|
|
3547
|
-
"id": "
|
|
3549
|
+
"id": "docker:start",
|
|
3548
3550
|
"pluginAlias": "@proletariat/cli",
|
|
3549
3551
|
"pluginName": "@proletariat/cli",
|
|
3550
3552
|
"pluginType": "core",
|
|
3551
3553
|
"strict": true,
|
|
3554
|
+
"enableJsonFlag": false,
|
|
3552
3555
|
"isESM": true,
|
|
3553
3556
|
"relativePath": [
|
|
3554
3557
|
"dist",
|
|
3555
3558
|
"commands",
|
|
3556
|
-
"
|
|
3557
|
-
"
|
|
3559
|
+
"docker",
|
|
3560
|
+
"start.js"
|
|
3558
3561
|
]
|
|
3559
3562
|
},
|
|
3560
|
-
"
|
|
3563
|
+
"docker:status": {
|
|
3561
3564
|
"aliases": [],
|
|
3562
|
-
"args": {
|
|
3563
|
-
|
|
3564
|
-
"description": "Issue number to view",
|
|
3565
|
-
"name": "number",
|
|
3566
|
-
"required": true
|
|
3567
|
-
}
|
|
3568
|
-
},
|
|
3569
|
-
"description": "View details of a specific feedback issue",
|
|
3565
|
+
"args": {},
|
|
3566
|
+
"description": "Check if Docker daemon is running",
|
|
3570
3567
|
"examples": [
|
|
3571
|
-
"<%= config.bin %> <%= command.id %>
|
|
3572
|
-
"<%= config.bin %> <%= command.id %> 123 --json"
|
|
3568
|
+
"<%= config.bin %> <%= command.id %>"
|
|
3573
3569
|
],
|
|
3574
3570
|
"flags": {
|
|
3575
3571
|
"json": {
|
|
@@ -3588,7 +3584,7 @@
|
|
|
3588
3584
|
},
|
|
3589
3585
|
"hasDynamicHelp": false,
|
|
3590
3586
|
"hiddenAliases": [],
|
|
3591
|
-
"id": "
|
|
3587
|
+
"id": "docker:status",
|
|
3592
3588
|
"pluginAlias": "@proletariat/cli",
|
|
3593
3589
|
"pluginName": "@proletariat/cli",
|
|
3594
3590
|
"pluginType": "core",
|
|
@@ -3598,18 +3594,24 @@
|
|
|
3598
3594
|
"relativePath": [
|
|
3599
3595
|
"dist",
|
|
3600
3596
|
"commands",
|
|
3601
|
-
"
|
|
3602
|
-
"
|
|
3597
|
+
"docker",
|
|
3598
|
+
"status.js"
|
|
3603
3599
|
]
|
|
3604
3600
|
},
|
|
3605
|
-
"docker:
|
|
3601
|
+
"docker:stop": {
|
|
3606
3602
|
"aliases": [],
|
|
3607
|
-
"args": {
|
|
3608
|
-
|
|
3603
|
+
"args": {
|
|
3604
|
+
"target": {
|
|
3605
|
+
"description": "Execution ID (WORK-XXX), agent name, or container ID",
|
|
3606
|
+
"name": "target",
|
|
3607
|
+
"required": true
|
|
3608
|
+
}
|
|
3609
|
+
},
|
|
3610
|
+
"description": "Stop a running container (by execution ID, agent name, or container ID)",
|
|
3609
3611
|
"examples": [
|
|
3610
|
-
"<%= config.bin %> <%= command.id %>",
|
|
3611
|
-
"<%= config.bin %> <%= command.id %>
|
|
3612
|
-
"<%= config.bin %> <%= command.id %> --
|
|
3612
|
+
"<%= config.bin %> <%= command.id %> WORK-001",
|
|
3613
|
+
"<%= config.bin %> <%= command.id %> kalanick",
|
|
3614
|
+
"<%= config.bin %> <%= command.id %> abc123 --force"
|
|
3613
3615
|
],
|
|
3614
3616
|
"flags": {
|
|
3615
3617
|
"force": {
|
|
@@ -3623,23 +3625,18 @@
|
|
|
3623
3625
|
"allowNo": false,
|
|
3624
3626
|
"type": "boolean"
|
|
3625
3627
|
},
|
|
3626
|
-
"
|
|
3627
|
-
"char": "
|
|
3628
|
-
"description": "
|
|
3629
|
-
"name": "
|
|
3630
|
-
"
|
|
3631
|
-
"
|
|
3632
|
-
|
|
3633
|
-
|
|
3634
|
-
|
|
3635
|
-
|
|
3636
|
-
"
|
|
3637
|
-
"
|
|
3638
|
-
"type": "boolean"
|
|
3639
|
-
},
|
|
3640
|
-
"json": {
|
|
3641
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
3642
|
-
"name": "json",
|
|
3628
|
+
"time": {
|
|
3629
|
+
"char": "t",
|
|
3630
|
+
"description": "Seconds to wait before killing the container",
|
|
3631
|
+
"name": "time",
|
|
3632
|
+
"default": 10,
|
|
3633
|
+
"hasDynamicHelp": false,
|
|
3634
|
+
"multiple": false,
|
|
3635
|
+
"type": "option"
|
|
3636
|
+
},
|
|
3637
|
+
"json": {
|
|
3638
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
3639
|
+
"name": "json",
|
|
3643
3640
|
"allowNo": false,
|
|
3644
3641
|
"type": "boolean"
|
|
3645
3642
|
},
|
|
@@ -3653,7 +3650,7 @@
|
|
|
3653
3650
|
},
|
|
3654
3651
|
"hasDynamicHelp": false,
|
|
3655
3652
|
"hiddenAliases": [],
|
|
3656
|
-
"id": "docker:
|
|
3653
|
+
"id": "docker:stop",
|
|
3657
3654
|
"pluginAlias": "@proletariat/cli",
|
|
3658
3655
|
"pluginName": "@proletariat/cli",
|
|
3659
3656
|
"pluginType": "core",
|
|
@@ -3664,26 +3661,15 @@
|
|
|
3664
3661
|
"dist",
|
|
3665
3662
|
"commands",
|
|
3666
3663
|
"docker",
|
|
3667
|
-
"
|
|
3664
|
+
"stop.js"
|
|
3668
3665
|
]
|
|
3669
3666
|
},
|
|
3670
|
-
"docker": {
|
|
3667
|
+
"docker:sync": {
|
|
3671
3668
|
"aliases": [],
|
|
3672
3669
|
"args": {},
|
|
3673
|
-
"description": "
|
|
3670
|
+
"description": "Sync container status from Docker into the database",
|
|
3674
3671
|
"examples": [
|
|
3675
|
-
"<%= config.bin %> <%= command.id %>"
|
|
3676
|
-
"<%= config.bin %> docker status",
|
|
3677
|
-
"<%= config.bin %> docker list",
|
|
3678
|
-
"<%= config.bin %> docker logs WORK-001",
|
|
3679
|
-
"<%= config.bin %> docker start WORK-001",
|
|
3680
|
-
"<%= config.bin %> docker stop kalanick",
|
|
3681
|
-
"<%= config.bin %> docker shell WORK-001",
|
|
3682
|
-
"<%= config.bin %> docker restart abc123",
|
|
3683
|
-
"<%= config.bin %> docker sync",
|
|
3684
|
-
"<%= config.bin %> docker rebuild-cache",
|
|
3685
|
-
"<%= config.bin %> docker clean",
|
|
3686
|
-
"<%= config.bin %> docker prune"
|
|
3672
|
+
"<%= config.bin %> <%= command.id %>"
|
|
3687
3673
|
],
|
|
3688
3674
|
"flags": {
|
|
3689
3675
|
"json": {
|
|
@@ -3702,27 +3688,32 @@
|
|
|
3702
3688
|
},
|
|
3703
3689
|
"hasDynamicHelp": false,
|
|
3704
3690
|
"hiddenAliases": [],
|
|
3705
|
-
"id": "docker",
|
|
3691
|
+
"id": "docker:sync",
|
|
3706
3692
|
"pluginAlias": "@proletariat/cli",
|
|
3707
3693
|
"pluginName": "@proletariat/cli",
|
|
3708
3694
|
"pluginType": "core",
|
|
3709
3695
|
"strict": true,
|
|
3696
|
+
"enableJsonFlag": false,
|
|
3710
3697
|
"isESM": true,
|
|
3711
3698
|
"relativePath": [
|
|
3712
3699
|
"dist",
|
|
3713
3700
|
"commands",
|
|
3714
3701
|
"docker",
|
|
3715
|
-
"
|
|
3702
|
+
"sync.js"
|
|
3716
3703
|
]
|
|
3717
3704
|
},
|
|
3718
|
-
"
|
|
3705
|
+
"execution:config": {
|
|
3719
3706
|
"aliases": [],
|
|
3720
3707
|
"args": {},
|
|
3721
|
-
"description": "
|
|
3708
|
+
"description": "View and update execution preferences",
|
|
3722
3709
|
"examples": [
|
|
3723
|
-
"<%= config.bin %>
|
|
3724
|
-
"<%= config.bin %>
|
|
3725
|
-
"<%= config.bin %>
|
|
3710
|
+
"<%= config.bin %> execution config # Interactive menu",
|
|
3711
|
+
"<%= config.bin %> execution config --json # Output current config as JSON",
|
|
3712
|
+
"<%= config.bin %> execution config --list # Show all settings",
|
|
3713
|
+
"<%= config.bin %> execution config --set defaultEnvironment host",
|
|
3714
|
+
"<%= config.bin %> execution config --set outputMode interactive",
|
|
3715
|
+
"<%= config.bin %> execution config --set permissionMode safe",
|
|
3716
|
+
"<%= config.bin %> execution config --setting outputMode --json # Show output mode choices"
|
|
3726
3717
|
],
|
|
3727
3718
|
"flags": {
|
|
3728
3719
|
"json": {
|
|
@@ -3738,52 +3729,53 @@
|
|
|
3738
3729
|
"allowNo": false,
|
|
3739
3730
|
"type": "boolean"
|
|
3740
3731
|
},
|
|
3741
|
-
"
|
|
3742
|
-
"char": "
|
|
3743
|
-
"description": "
|
|
3744
|
-
"name": "
|
|
3745
|
-
"
|
|
3746
|
-
"
|
|
3732
|
+
"set": {
|
|
3733
|
+
"char": "s",
|
|
3734
|
+
"description": "Set a config value (format: key value)",
|
|
3735
|
+
"name": "set",
|
|
3736
|
+
"hasDynamicHelp": false,
|
|
3737
|
+
"multiple": true,
|
|
3738
|
+
"type": "option"
|
|
3747
3739
|
},
|
|
3748
|
-
"
|
|
3749
|
-
"char": "
|
|
3750
|
-
"description": "
|
|
3751
|
-
"name": "
|
|
3740
|
+
"list": {
|
|
3741
|
+
"char": "l",
|
|
3742
|
+
"description": "List all configuration values",
|
|
3743
|
+
"name": "list",
|
|
3752
3744
|
"allowNo": false,
|
|
3753
3745
|
"type": "boolean"
|
|
3746
|
+
},
|
|
3747
|
+
"setting": {
|
|
3748
|
+
"description": "Navigate to a specific setting prompt (for agent navigation)",
|
|
3749
|
+
"name": "setting",
|
|
3750
|
+
"hasDynamicHelp": false,
|
|
3751
|
+
"multiple": false,
|
|
3752
|
+
"type": "option"
|
|
3754
3753
|
}
|
|
3755
3754
|
},
|
|
3756
3755
|
"hasDynamicHelp": false,
|
|
3757
3756
|
"hiddenAliases": [],
|
|
3758
|
-
"id": "
|
|
3757
|
+
"id": "execution:config",
|
|
3759
3758
|
"pluginAlias": "@proletariat/cli",
|
|
3760
3759
|
"pluginName": "@proletariat/cli",
|
|
3761
3760
|
"pluginType": "core",
|
|
3762
3761
|
"strict": true,
|
|
3763
|
-
"enableJsonFlag": false,
|
|
3764
3762
|
"isESM": true,
|
|
3765
3763
|
"relativePath": [
|
|
3766
3764
|
"dist",
|
|
3767
3765
|
"commands",
|
|
3768
|
-
"
|
|
3769
|
-
"
|
|
3766
|
+
"execution",
|
|
3767
|
+
"config.js"
|
|
3770
3768
|
]
|
|
3771
3769
|
},
|
|
3772
|
-
"
|
|
3770
|
+
"execution": {
|
|
3773
3771
|
"aliases": [],
|
|
3774
|
-
"args": {
|
|
3775
|
-
|
|
3776
|
-
"description": "Execution ID (WORK-XXX), agent name, or container ID",
|
|
3777
|
-
"name": "target",
|
|
3778
|
-
"required": true
|
|
3779
|
-
}
|
|
3780
|
-
},
|
|
3781
|
-
"description": "View logs from a container (by execution ID, agent name, or container ID)",
|
|
3772
|
+
"args": {},
|
|
3773
|
+
"description": "Single execution operations (view, logs, stop)",
|
|
3782
3774
|
"examples": [
|
|
3783
|
-
"<%= config.bin %> <%= command.id %>
|
|
3784
|
-
"<%= config.bin %> <%= command.id %>
|
|
3785
|
-
"<%= config.bin %> <%= command.id %>
|
|
3786
|
-
"<%= config.bin %> <%= command.id %> WORK-001
|
|
3775
|
+
"<%= config.bin %> <%= command.id %>",
|
|
3776
|
+
"<%= config.bin %> <%= command.id %> view WORK-001",
|
|
3777
|
+
"<%= config.bin %> <%= command.id %> logs WORK-001",
|
|
3778
|
+
"<%= config.bin %> <%= command.id %> stop WORK-001"
|
|
3787
3779
|
],
|
|
3788
3780
|
"flags": {
|
|
3789
3781
|
"json": {
|
|
@@ -3798,89 +3790,34 @@
|
|
|
3798
3790
|
"name": "machine",
|
|
3799
3791
|
"allowNo": false,
|
|
3800
3792
|
"type": "boolean"
|
|
3801
|
-
},
|
|
3802
|
-
"follow": {
|
|
3803
|
-
"char": "f",
|
|
3804
|
-
"description": "Follow log output",
|
|
3805
|
-
"name": "follow",
|
|
3806
|
-
"allowNo": false,
|
|
3807
|
-
"type": "boolean"
|
|
3808
|
-
},
|
|
3809
|
-
"tail": {
|
|
3810
|
-
"char": "n",
|
|
3811
|
-
"description": "Number of lines to show from the end",
|
|
3812
|
-
"name": "tail",
|
|
3813
|
-
"default": 100,
|
|
3814
|
-
"hasDynamicHelp": false,
|
|
3815
|
-
"multiple": false,
|
|
3816
|
-
"type": "option"
|
|
3817
|
-
},
|
|
3818
|
-
"timestamps": {
|
|
3819
|
-
"char": "t",
|
|
3820
|
-
"description": "Show timestamps",
|
|
3821
|
-
"name": "timestamps",
|
|
3822
|
-
"allowNo": false,
|
|
3823
|
-
"type": "boolean"
|
|
3824
3793
|
}
|
|
3825
3794
|
},
|
|
3826
3795
|
"hasDynamicHelp": false,
|
|
3827
3796
|
"hiddenAliases": [],
|
|
3828
|
-
"id": "
|
|
3797
|
+
"id": "execution",
|
|
3829
3798
|
"pluginAlias": "@proletariat/cli",
|
|
3830
3799
|
"pluginName": "@proletariat/cli",
|
|
3831
3800
|
"pluginType": "core",
|
|
3832
3801
|
"strict": true,
|
|
3833
|
-
"enableJsonFlag": false,
|
|
3834
3802
|
"isESM": true,
|
|
3835
3803
|
"relativePath": [
|
|
3836
3804
|
"dist",
|
|
3837
3805
|
"commands",
|
|
3838
|
-
"
|
|
3839
|
-
"
|
|
3806
|
+
"execution",
|
|
3807
|
+
"index.js"
|
|
3840
3808
|
]
|
|
3841
3809
|
},
|
|
3842
|
-
"
|
|
3810
|
+
"execution:list": {
|
|
3843
3811
|
"aliases": [],
|
|
3844
3812
|
"args": {},
|
|
3845
|
-
"description": "
|
|
3813
|
+
"description": "List running and recent executions",
|
|
3846
3814
|
"examples": [
|
|
3847
3815
|
"<%= config.bin %> <%= command.id %>",
|
|
3848
|
-
"<%= config.bin %> <%= command.id %> --
|
|
3849
|
-
"<%= config.bin %> <%= command.id %> --
|
|
3850
|
-
"<%= config.bin %> <%= command.id %> --
|
|
3816
|
+
"<%= config.bin %> <%= command.id %> --status running",
|
|
3817
|
+
"<%= config.bin %> <%= command.id %> --agent alice",
|
|
3818
|
+
"<%= config.bin %> <%= command.id %> --limit 50"
|
|
3851
3819
|
],
|
|
3852
3820
|
"flags": {
|
|
3853
|
-
"force": {
|
|
3854
|
-
"aliases": [
|
|
3855
|
-
"yes",
|
|
3856
|
-
"y"
|
|
3857
|
-
],
|
|
3858
|
-
"char": "f",
|
|
3859
|
-
"description": "Skip confirmation prompt",
|
|
3860
|
-
"name": "force",
|
|
3861
|
-
"allowNo": false,
|
|
3862
|
-
"type": "boolean"
|
|
3863
|
-
},
|
|
3864
|
-
"dry-run": {
|
|
3865
|
-
"char": "d",
|
|
3866
|
-
"description": "Show what would be removed without removing",
|
|
3867
|
-
"name": "dry-run",
|
|
3868
|
-
"allowNo": false,
|
|
3869
|
-
"type": "boolean"
|
|
3870
|
-
},
|
|
3871
|
-
"all": {
|
|
3872
|
-
"char": "a",
|
|
3873
|
-
"description": "Remove all unused images, not just dangling ones",
|
|
3874
|
-
"name": "all",
|
|
3875
|
-
"allowNo": false,
|
|
3876
|
-
"type": "boolean"
|
|
3877
|
-
},
|
|
3878
|
-
"volumes": {
|
|
3879
|
-
"description": "Also prune volumes (dangerous - data loss possible)",
|
|
3880
|
-
"name": "volumes",
|
|
3881
|
-
"allowNo": false,
|
|
3882
|
-
"type": "boolean"
|
|
3883
|
-
},
|
|
3884
3821
|
"json": {
|
|
3885
3822
|
"description": "Output as JSON for AI agents/scripts",
|
|
3886
3823
|
"name": "json",
|
|
@@ -3893,46 +3830,72 @@
|
|
|
3893
3830
|
"name": "machine",
|
|
3894
3831
|
"allowNo": false,
|
|
3895
3832
|
"type": "boolean"
|
|
3833
|
+
},
|
|
3834
|
+
"status": {
|
|
3835
|
+
"char": "s",
|
|
3836
|
+
"description": "Filter by status",
|
|
3837
|
+
"name": "status",
|
|
3838
|
+
"hasDynamicHelp": false,
|
|
3839
|
+
"multiple": false,
|
|
3840
|
+
"options": [
|
|
3841
|
+
"starting",
|
|
3842
|
+
"running",
|
|
3843
|
+
"completed",
|
|
3844
|
+
"failed",
|
|
3845
|
+
"stopped"
|
|
3846
|
+
],
|
|
3847
|
+
"type": "option"
|
|
3848
|
+
},
|
|
3849
|
+
"agent": {
|
|
3850
|
+
"char": "a",
|
|
3851
|
+
"description": "Filter by agent name",
|
|
3852
|
+
"name": "agent",
|
|
3853
|
+
"hasDynamicHelp": false,
|
|
3854
|
+
"multiple": false,
|
|
3855
|
+
"type": "option"
|
|
3856
|
+
},
|
|
3857
|
+
"limit": {
|
|
3858
|
+
"char": "l",
|
|
3859
|
+
"description": "Number of results",
|
|
3860
|
+
"name": "limit",
|
|
3861
|
+
"default": 20,
|
|
3862
|
+
"hasDynamicHelp": false,
|
|
3863
|
+
"multiple": false,
|
|
3864
|
+
"type": "option"
|
|
3896
3865
|
}
|
|
3897
3866
|
},
|
|
3898
3867
|
"hasDynamicHelp": false,
|
|
3899
3868
|
"hiddenAliases": [],
|
|
3900
|
-
"id": "
|
|
3869
|
+
"id": "execution:list",
|
|
3901
3870
|
"pluginAlias": "@proletariat/cli",
|
|
3902
3871
|
"pluginName": "@proletariat/cli",
|
|
3903
3872
|
"pluginType": "core",
|
|
3904
3873
|
"strict": true,
|
|
3905
|
-
"enableJsonFlag": false,
|
|
3906
3874
|
"isESM": true,
|
|
3907
3875
|
"relativePath": [
|
|
3908
3876
|
"dist",
|
|
3909
3877
|
"commands",
|
|
3910
|
-
"
|
|
3911
|
-
"
|
|
3878
|
+
"execution",
|
|
3879
|
+
"list.js"
|
|
3912
3880
|
]
|
|
3913
3881
|
},
|
|
3914
|
-
"
|
|
3882
|
+
"execution:logs": {
|
|
3915
3883
|
"aliases": [],
|
|
3916
|
-
"args": {
|
|
3917
|
-
|
|
3884
|
+
"args": {
|
|
3885
|
+
"id": {
|
|
3886
|
+
"description": "Execution ID - prompts if not provided",
|
|
3887
|
+
"name": "id",
|
|
3888
|
+
"required": false
|
|
3889
|
+
}
|
|
3890
|
+
},
|
|
3891
|
+
"description": "View execution logs",
|
|
3918
3892
|
"examples": [
|
|
3919
|
-
"<%= config.bin %> <%= command.id %>",
|
|
3920
|
-
"<%= config.bin %> <%= command.id %> --
|
|
3893
|
+
"<%= config.bin %> <%= command.id %> WORK-001",
|
|
3894
|
+
"<%= config.bin %> <%= command.id %> WORK-001 --follow",
|
|
3895
|
+
"<%= config.bin %> <%= command.id %> WORK-001 --tail 50",
|
|
3896
|
+
"<%= config.bin %> <%= command.id %> # Interactive mode"
|
|
3921
3897
|
],
|
|
3922
3898
|
"flags": {
|
|
3923
|
-
"force": {
|
|
3924
|
-
"char": "f",
|
|
3925
|
-
"description": "Delete and rebuild the cache even if it already exists",
|
|
3926
|
-
"name": "force",
|
|
3927
|
-
"allowNo": false,
|
|
3928
|
-
"type": "boolean"
|
|
3929
|
-
},
|
|
3930
|
-
"delete-only": {
|
|
3931
|
-
"description": "Only delete the cache volume (next agent spawn rebuilds it)",
|
|
3932
|
-
"name": "delete-only",
|
|
3933
|
-
"allowNo": false,
|
|
3934
|
-
"type": "boolean"
|
|
3935
|
-
},
|
|
3936
3899
|
"json": {
|
|
3937
3900
|
"description": "Output as JSON for AI agents/scripts",
|
|
3938
3901
|
"name": "json",
|
|
@@ -3945,104 +3908,55 @@
|
|
|
3945
3908
|
"name": "machine",
|
|
3946
3909
|
"allowNo": false,
|
|
3947
3910
|
"type": "boolean"
|
|
3948
|
-
}
|
|
3949
|
-
|
|
3950
|
-
"hasDynamicHelp": false,
|
|
3951
|
-
"hiddenAliases": [],
|
|
3952
|
-
"id": "docker:rebuild-cache",
|
|
3953
|
-
"pluginAlias": "@proletariat/cli",
|
|
3954
|
-
"pluginName": "@proletariat/cli",
|
|
3955
|
-
"pluginType": "core",
|
|
3956
|
-
"strict": true,
|
|
3957
|
-
"enableJsonFlag": false,
|
|
3958
|
-
"isESM": true,
|
|
3959
|
-
"relativePath": [
|
|
3960
|
-
"dist",
|
|
3961
|
-
"commands",
|
|
3962
|
-
"docker",
|
|
3963
|
-
"rebuild-cache.js"
|
|
3964
|
-
]
|
|
3965
|
-
},
|
|
3966
|
-
"docker:restart": {
|
|
3967
|
-
"aliases": [],
|
|
3968
|
-
"args": {
|
|
3969
|
-
"target": {
|
|
3970
|
-
"description": "Execution ID (WORK-XXX), agent name, or container ID",
|
|
3971
|
-
"name": "target",
|
|
3972
|
-
"required": true
|
|
3973
|
-
}
|
|
3974
|
-
},
|
|
3975
|
-
"description": "Restart a container (by execution ID, agent name, or container ID)",
|
|
3976
|
-
"examples": [
|
|
3977
|
-
"<%= config.bin %> <%= command.id %> WORK-001",
|
|
3978
|
-
"<%= config.bin %> <%= command.id %> kalanick",
|
|
3979
|
-
"<%= config.bin %> <%= command.id %> abc123 --force"
|
|
3980
|
-
],
|
|
3981
|
-
"flags": {
|
|
3982
|
-
"force": {
|
|
3983
|
-
"aliases": [
|
|
3984
|
-
"yes",
|
|
3985
|
-
"y"
|
|
3986
|
-
],
|
|
3911
|
+
},
|
|
3912
|
+
"follow": {
|
|
3987
3913
|
"char": "f",
|
|
3988
|
-
"description": "
|
|
3989
|
-
"name": "
|
|
3914
|
+
"description": "Stream logs in real-time",
|
|
3915
|
+
"name": "follow",
|
|
3990
3916
|
"allowNo": false,
|
|
3991
3917
|
"type": "boolean"
|
|
3992
3918
|
},
|
|
3993
|
-
"
|
|
3994
|
-
"char": "
|
|
3995
|
-
"description": "
|
|
3996
|
-
"name": "
|
|
3997
|
-
"default": 10,
|
|
3919
|
+
"tail": {
|
|
3920
|
+
"char": "n",
|
|
3921
|
+
"description": "Show last n lines",
|
|
3922
|
+
"name": "tail",
|
|
3998
3923
|
"hasDynamicHelp": false,
|
|
3999
3924
|
"multiple": false,
|
|
4000
3925
|
"type": "option"
|
|
4001
|
-
},
|
|
4002
|
-
"json": {
|
|
4003
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
4004
|
-
"name": "json",
|
|
4005
|
-
"allowNo": false,
|
|
4006
|
-
"type": "boolean"
|
|
4007
|
-
},
|
|
4008
|
-
"machine": {
|
|
4009
|
-
"char": "m",
|
|
4010
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
4011
|
-
"name": "machine",
|
|
4012
|
-
"allowNo": false,
|
|
4013
|
-
"type": "boolean"
|
|
4014
3926
|
}
|
|
4015
3927
|
},
|
|
4016
3928
|
"hasDynamicHelp": false,
|
|
4017
3929
|
"hiddenAliases": [],
|
|
4018
|
-
"id": "
|
|
3930
|
+
"id": "execution:logs",
|
|
4019
3931
|
"pluginAlias": "@proletariat/cli",
|
|
4020
3932
|
"pluginName": "@proletariat/cli",
|
|
4021
3933
|
"pluginType": "core",
|
|
4022
3934
|
"strict": true,
|
|
4023
|
-
"enableJsonFlag": false,
|
|
4024
3935
|
"isESM": true,
|
|
4025
3936
|
"relativePath": [
|
|
4026
3937
|
"dist",
|
|
4027
3938
|
"commands",
|
|
4028
|
-
"
|
|
4029
|
-
"
|
|
3939
|
+
"execution",
|
|
3940
|
+
"logs.js"
|
|
4030
3941
|
]
|
|
4031
3942
|
},
|
|
4032
|
-
"
|
|
3943
|
+
"execution:stop": {
|
|
4033
3944
|
"aliases": [],
|
|
4034
3945
|
"args": {
|
|
4035
|
-
"
|
|
4036
|
-
"description": "Execution ID
|
|
4037
|
-
"name": "
|
|
4038
|
-
"required":
|
|
3946
|
+
"id": {
|
|
3947
|
+
"description": "Execution ID - prompts if not provided (ignored if --all or --agent used)",
|
|
3948
|
+
"name": "id",
|
|
3949
|
+
"required": false
|
|
4039
3950
|
}
|
|
4040
3951
|
},
|
|
4041
|
-
"description": "
|
|
3952
|
+
"description": "Stop running execution(s)",
|
|
4042
3953
|
"examples": [
|
|
4043
3954
|
"<%= config.bin %> <%= command.id %> WORK-001",
|
|
4044
|
-
"<%= config.bin %> <%= command.id %>
|
|
4045
|
-
"<%= config.bin %> <%= command.id %>
|
|
3955
|
+
"<%= config.bin %> <%= command.id %> WORK-001 --force",
|
|
3956
|
+
"<%= config.bin %> <%= command.id %> # Interactive mode",
|
|
3957
|
+
"<%= config.bin %> <%= command.id %> --all",
|
|
3958
|
+
"<%= config.bin %> <%= command.id %> --all --force",
|
|
3959
|
+
"<%= config.bin %> <%= command.id %> --agent altman"
|
|
4046
3960
|
],
|
|
4047
3961
|
"flags": {
|
|
4048
3962
|
"json": {
|
|
@@ -4058,27 +3972,23 @@
|
|
|
4058
3972
|
"allowNo": false,
|
|
4059
3973
|
"type": "boolean"
|
|
4060
3974
|
},
|
|
4061
|
-
"
|
|
4062
|
-
"char": "
|
|
4063
|
-
"description": "
|
|
4064
|
-
"name": "
|
|
4065
|
-
"
|
|
4066
|
-
"
|
|
4067
|
-
"multiple": false,
|
|
4068
|
-
"type": "option"
|
|
3975
|
+
"force": {
|
|
3976
|
+
"char": "f",
|
|
3977
|
+
"description": "Force kill (SIGKILL instead of SIGTERM)",
|
|
3978
|
+
"name": "force",
|
|
3979
|
+
"allowNo": false,
|
|
3980
|
+
"type": "boolean"
|
|
4069
3981
|
},
|
|
4070
|
-
"
|
|
4071
|
-
"
|
|
4072
|
-
"
|
|
4073
|
-
"
|
|
4074
|
-
"
|
|
4075
|
-
"multiple": false,
|
|
4076
|
-
"type": "option"
|
|
3982
|
+
"all": {
|
|
3983
|
+
"description": "Stop all running executions",
|
|
3984
|
+
"name": "all",
|
|
3985
|
+
"allowNo": false,
|
|
3986
|
+
"type": "boolean"
|
|
4077
3987
|
},
|
|
4078
|
-
"
|
|
4079
|
-
"char": "
|
|
4080
|
-
"description": "
|
|
4081
|
-
"name": "
|
|
3988
|
+
"agent": {
|
|
3989
|
+
"char": "a",
|
|
3990
|
+
"description": "Stop all executions for a specific agent",
|
|
3991
|
+
"name": "agent",
|
|
4082
3992
|
"hasDynamicHelp": false,
|
|
4083
3993
|
"multiple": false,
|
|
4084
3994
|
"type": "option"
|
|
@@ -4086,34 +3996,32 @@
|
|
|
4086
3996
|
},
|
|
4087
3997
|
"hasDynamicHelp": false,
|
|
4088
3998
|
"hiddenAliases": [],
|
|
4089
|
-
"id": "
|
|
3999
|
+
"id": "execution:stop",
|
|
4090
4000
|
"pluginAlias": "@proletariat/cli",
|
|
4091
4001
|
"pluginName": "@proletariat/cli",
|
|
4092
4002
|
"pluginType": "core",
|
|
4093
4003
|
"strict": true,
|
|
4094
|
-
"enableJsonFlag": false,
|
|
4095
4004
|
"isESM": true,
|
|
4096
4005
|
"relativePath": [
|
|
4097
4006
|
"dist",
|
|
4098
4007
|
"commands",
|
|
4099
|
-
"
|
|
4100
|
-
"
|
|
4008
|
+
"execution",
|
|
4009
|
+
"stop.js"
|
|
4101
4010
|
]
|
|
4102
4011
|
},
|
|
4103
|
-
"
|
|
4012
|
+
"execution:view": {
|
|
4104
4013
|
"aliases": [],
|
|
4105
4014
|
"args": {
|
|
4106
|
-
"
|
|
4107
|
-
"description": "Execution ID
|
|
4108
|
-
"name": "
|
|
4109
|
-
"required":
|
|
4015
|
+
"id": {
|
|
4016
|
+
"description": "Execution ID - prompts if not provided",
|
|
4017
|
+
"name": "id",
|
|
4018
|
+
"required": false
|
|
4110
4019
|
}
|
|
4111
4020
|
},
|
|
4112
|
-
"description": "
|
|
4021
|
+
"description": "View details of a specific execution",
|
|
4113
4022
|
"examples": [
|
|
4114
4023
|
"<%= config.bin %> <%= command.id %> WORK-001",
|
|
4115
|
-
"<%= config.bin %> <%= command.id %>
|
|
4116
|
-
"<%= config.bin %> <%= command.id %> abc123"
|
|
4024
|
+
"<%= config.bin %> <%= command.id %> # Interactive mode"
|
|
4117
4025
|
],
|
|
4118
4026
|
"flags": {
|
|
4119
4027
|
"json": {
|
|
@@ -4128,37 +4036,30 @@
|
|
|
4128
4036
|
"name": "machine",
|
|
4129
4037
|
"allowNo": false,
|
|
4130
4038
|
"type": "boolean"
|
|
4131
|
-
},
|
|
4132
|
-
"attach": {
|
|
4133
|
-
"char": "a",
|
|
4134
|
-
"description": "Attach to container after starting",
|
|
4135
|
-
"name": "attach",
|
|
4136
|
-
"allowNo": false,
|
|
4137
|
-
"type": "boolean"
|
|
4138
4039
|
}
|
|
4139
4040
|
},
|
|
4140
4041
|
"hasDynamicHelp": false,
|
|
4141
4042
|
"hiddenAliases": [],
|
|
4142
|
-
"id": "
|
|
4043
|
+
"id": "execution:view",
|
|
4143
4044
|
"pluginAlias": "@proletariat/cli",
|
|
4144
4045
|
"pluginName": "@proletariat/cli",
|
|
4145
4046
|
"pluginType": "core",
|
|
4146
4047
|
"strict": true,
|
|
4147
|
-
"enableJsonFlag": false,
|
|
4148
4048
|
"isESM": true,
|
|
4149
4049
|
"relativePath": [
|
|
4150
4050
|
"dist",
|
|
4151
4051
|
"commands",
|
|
4152
|
-
"
|
|
4153
|
-
"
|
|
4052
|
+
"execution",
|
|
4053
|
+
"view.js"
|
|
4154
4054
|
]
|
|
4155
4055
|
},
|
|
4156
|
-
"
|
|
4056
|
+
"feedback": {
|
|
4157
4057
|
"aliases": [],
|
|
4158
4058
|
"args": {},
|
|
4159
|
-
"description": "
|
|
4059
|
+
"description": "Interactive menu for feedback and issue operations",
|
|
4160
4060
|
"examples": [
|
|
4161
|
-
"<%= config.bin %> <%= command.id %>"
|
|
4061
|
+
"<%= config.bin %> <%= command.id %>",
|
|
4062
|
+
"<%= config.bin %> <%= command.id %> --action submit"
|
|
4162
4063
|
],
|
|
4163
4064
|
"flags": {
|
|
4164
4065
|
"json": {
|
|
@@ -4173,77 +4074,24 @@
|
|
|
4173
4074
|
"name": "machine",
|
|
4174
4075
|
"allowNo": false,
|
|
4175
4076
|
"type": "boolean"
|
|
4176
|
-
}
|
|
4177
|
-
},
|
|
4178
|
-
"hasDynamicHelp": false,
|
|
4179
|
-
"hiddenAliases": [],
|
|
4180
|
-
"id": "docker:status",
|
|
4181
|
-
"pluginAlias": "@proletariat/cli",
|
|
4182
|
-
"pluginName": "@proletariat/cli",
|
|
4183
|
-
"pluginType": "core",
|
|
4184
|
-
"strict": true,
|
|
4185
|
-
"enableJsonFlag": false,
|
|
4186
|
-
"isESM": true,
|
|
4187
|
-
"relativePath": [
|
|
4188
|
-
"dist",
|
|
4189
|
-
"commands",
|
|
4190
|
-
"docker",
|
|
4191
|
-
"status.js"
|
|
4192
|
-
]
|
|
4193
|
-
},
|
|
4194
|
-
"docker:stop": {
|
|
4195
|
-
"aliases": [],
|
|
4196
|
-
"args": {
|
|
4197
|
-
"target": {
|
|
4198
|
-
"description": "Execution ID (WORK-XXX), agent name, or container ID",
|
|
4199
|
-
"name": "target",
|
|
4200
|
-
"required": true
|
|
4201
|
-
}
|
|
4202
|
-
},
|
|
4203
|
-
"description": "Stop a running container (by execution ID, agent name, or container ID)",
|
|
4204
|
-
"examples": [
|
|
4205
|
-
"<%= config.bin %> <%= command.id %> WORK-001",
|
|
4206
|
-
"<%= config.bin %> <%= command.id %> kalanick",
|
|
4207
|
-
"<%= config.bin %> <%= command.id %> abc123 --force"
|
|
4208
|
-
],
|
|
4209
|
-
"flags": {
|
|
4210
|
-
"force": {
|
|
4211
|
-
"aliases": [
|
|
4212
|
-
"yes",
|
|
4213
|
-
"y"
|
|
4214
|
-
],
|
|
4215
|
-
"char": "f",
|
|
4216
|
-
"description": "Skip confirmation prompt",
|
|
4217
|
-
"name": "force",
|
|
4218
|
-
"allowNo": false,
|
|
4219
|
-
"type": "boolean"
|
|
4220
4077
|
},
|
|
4221
|
-
"
|
|
4222
|
-
"char": "
|
|
4223
|
-
"description": "
|
|
4224
|
-
"name": "
|
|
4225
|
-
"default": 10,
|
|
4078
|
+
"action": {
|
|
4079
|
+
"char": "a",
|
|
4080
|
+
"description": "Action to perform (submit, list, view)",
|
|
4081
|
+
"name": "action",
|
|
4226
4082
|
"hasDynamicHelp": false,
|
|
4227
4083
|
"multiple": false,
|
|
4084
|
+
"options": [
|
|
4085
|
+
"submit",
|
|
4086
|
+
"list",
|
|
4087
|
+
"view"
|
|
4088
|
+
],
|
|
4228
4089
|
"type": "option"
|
|
4229
|
-
},
|
|
4230
|
-
"json": {
|
|
4231
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
4232
|
-
"name": "json",
|
|
4233
|
-
"allowNo": false,
|
|
4234
|
-
"type": "boolean"
|
|
4235
|
-
},
|
|
4236
|
-
"machine": {
|
|
4237
|
-
"char": "m",
|
|
4238
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
4239
|
-
"name": "machine",
|
|
4240
|
-
"allowNo": false,
|
|
4241
|
-
"type": "boolean"
|
|
4242
4090
|
}
|
|
4243
4091
|
},
|
|
4244
4092
|
"hasDynamicHelp": false,
|
|
4245
4093
|
"hiddenAliases": [],
|
|
4246
|
-
"id": "
|
|
4094
|
+
"id": "feedback",
|
|
4247
4095
|
"pluginAlias": "@proletariat/cli",
|
|
4248
4096
|
"pluginName": "@proletariat/cli",
|
|
4249
4097
|
"pluginType": "core",
|
|
@@ -4253,16 +4101,19 @@
|
|
|
4253
4101
|
"relativePath": [
|
|
4254
4102
|
"dist",
|
|
4255
4103
|
"commands",
|
|
4256
|
-
"
|
|
4257
|
-
"
|
|
4104
|
+
"feedback",
|
|
4105
|
+
"index.js"
|
|
4258
4106
|
]
|
|
4259
4107
|
},
|
|
4260
|
-
"
|
|
4108
|
+
"feedback:list": {
|
|
4261
4109
|
"aliases": [],
|
|
4262
4110
|
"args": {},
|
|
4263
|
-
"description": "
|
|
4111
|
+
"description": "List recent feedback issues from the repository",
|
|
4264
4112
|
"examples": [
|
|
4265
|
-
"<%= config.bin %> <%= command.id %>"
|
|
4113
|
+
"<%= config.bin %> <%= command.id %>",
|
|
4114
|
+
"<%= config.bin %> <%= command.id %> --category bug",
|
|
4115
|
+
"<%= config.bin %> <%= command.id %> --state closed --limit 10",
|
|
4116
|
+
"<%= config.bin %> <%= command.id %> --json"
|
|
4266
4117
|
],
|
|
4267
4118
|
"flags": {
|
|
4268
4119
|
"json": {
|
|
@@ -4277,13 +4128,49 @@
|
|
|
4277
4128
|
"name": "machine",
|
|
4278
4129
|
"allowNo": false,
|
|
4279
4130
|
"type": "boolean"
|
|
4280
|
-
}
|
|
4281
|
-
|
|
4282
|
-
|
|
4283
|
-
|
|
4284
|
-
|
|
4285
|
-
|
|
4286
|
-
|
|
4131
|
+
},
|
|
4132
|
+
"category": {
|
|
4133
|
+
"char": "c",
|
|
4134
|
+
"description": "Filter by category (bug, feature, general)",
|
|
4135
|
+
"name": "category",
|
|
4136
|
+
"hasDynamicHelp": false,
|
|
4137
|
+
"multiple": false,
|
|
4138
|
+
"options": [
|
|
4139
|
+
"bug",
|
|
4140
|
+
"feature",
|
|
4141
|
+
"general"
|
|
4142
|
+
],
|
|
4143
|
+
"type": "option"
|
|
4144
|
+
},
|
|
4145
|
+
"state": {
|
|
4146
|
+
"char": "s",
|
|
4147
|
+
"description": "Filter by state",
|
|
4148
|
+
"name": "state",
|
|
4149
|
+
"default": "open",
|
|
4150
|
+
"hasDynamicHelp": false,
|
|
4151
|
+
"multiple": false,
|
|
4152
|
+
"options": [
|
|
4153
|
+
"open",
|
|
4154
|
+
"closed",
|
|
4155
|
+
"all"
|
|
4156
|
+
],
|
|
4157
|
+
"type": "option"
|
|
4158
|
+
},
|
|
4159
|
+
"limit": {
|
|
4160
|
+
"char": "l",
|
|
4161
|
+
"description": "Maximum number of issues to show",
|
|
4162
|
+
"name": "limit",
|
|
4163
|
+
"default": 20,
|
|
4164
|
+
"hasDynamicHelp": false,
|
|
4165
|
+
"multiple": false,
|
|
4166
|
+
"type": "option"
|
|
4167
|
+
}
|
|
4168
|
+
},
|
|
4169
|
+
"hasDynamicHelp": false,
|
|
4170
|
+
"hiddenAliases": [],
|
|
4171
|
+
"id": "feedback:list",
|
|
4172
|
+
"pluginAlias": "@proletariat/cli",
|
|
4173
|
+
"pluginName": "@proletariat/cli",
|
|
4287
4174
|
"pluginType": "core",
|
|
4288
4175
|
"strict": true,
|
|
4289
4176
|
"enableJsonFlag": false,
|
|
@@ -4291,8 +4178,121 @@
|
|
|
4291
4178
|
"relativePath": [
|
|
4292
4179
|
"dist",
|
|
4293
4180
|
"commands",
|
|
4294
|
-
"
|
|
4295
|
-
"
|
|
4181
|
+
"feedback",
|
|
4182
|
+
"list.js"
|
|
4183
|
+
]
|
|
4184
|
+
},
|
|
4185
|
+
"feedback:submit": {
|
|
4186
|
+
"aliases": [],
|
|
4187
|
+
"args": {},
|
|
4188
|
+
"description": "Submit feedback, bug reports, or feature requests to GitHub Issues",
|
|
4189
|
+
"examples": [
|
|
4190
|
+
"<%= config.bin %> <%= command.id %>",
|
|
4191
|
+
"<%= config.bin %> <%= command.id %> --title \"Bug in CLI\" --body \"Description here\" --category bug",
|
|
4192
|
+
"<%= config.bin %> <%= command.id %> --json"
|
|
4193
|
+
],
|
|
4194
|
+
"flags": {
|
|
4195
|
+
"json": {
|
|
4196
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
4197
|
+
"name": "json",
|
|
4198
|
+
"allowNo": false,
|
|
4199
|
+
"type": "boolean"
|
|
4200
|
+
},
|
|
4201
|
+
"machine": {
|
|
4202
|
+
"char": "m",
|
|
4203
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
4204
|
+
"name": "machine",
|
|
4205
|
+
"allowNo": false,
|
|
4206
|
+
"type": "boolean"
|
|
4207
|
+
},
|
|
4208
|
+
"title": {
|
|
4209
|
+
"char": "t",
|
|
4210
|
+
"description": "Issue title (one-liner) [required for non-interactive]",
|
|
4211
|
+
"name": "title",
|
|
4212
|
+
"hasDynamicHelp": false,
|
|
4213
|
+
"multiple": false,
|
|
4214
|
+
"type": "option"
|
|
4215
|
+
},
|
|
4216
|
+
"body": {
|
|
4217
|
+
"char": "b",
|
|
4218
|
+
"description": "Issue description [required for non-interactive]",
|
|
4219
|
+
"name": "body",
|
|
4220
|
+
"hasDynamicHelp": false,
|
|
4221
|
+
"multiple": false,
|
|
4222
|
+
"type": "option"
|
|
4223
|
+
},
|
|
4224
|
+
"category": {
|
|
4225
|
+
"char": "c",
|
|
4226
|
+
"description": "Feedback category",
|
|
4227
|
+
"name": "category",
|
|
4228
|
+
"hasDynamicHelp": false,
|
|
4229
|
+
"multiple": false,
|
|
4230
|
+
"options": [
|
|
4231
|
+
"bug",
|
|
4232
|
+
"feature",
|
|
4233
|
+
"general"
|
|
4234
|
+
],
|
|
4235
|
+
"type": "option"
|
|
4236
|
+
}
|
|
4237
|
+
},
|
|
4238
|
+
"hasDynamicHelp": false,
|
|
4239
|
+
"hiddenAliases": [],
|
|
4240
|
+
"id": "feedback:submit",
|
|
4241
|
+
"pluginAlias": "@proletariat/cli",
|
|
4242
|
+
"pluginName": "@proletariat/cli",
|
|
4243
|
+
"pluginType": "core",
|
|
4244
|
+
"strict": true,
|
|
4245
|
+
"isESM": true,
|
|
4246
|
+
"relativePath": [
|
|
4247
|
+
"dist",
|
|
4248
|
+
"commands",
|
|
4249
|
+
"feedback",
|
|
4250
|
+
"submit.js"
|
|
4251
|
+
]
|
|
4252
|
+
},
|
|
4253
|
+
"feedback:view": {
|
|
4254
|
+
"aliases": [],
|
|
4255
|
+
"args": {
|
|
4256
|
+
"number": {
|
|
4257
|
+
"description": "Issue number to view",
|
|
4258
|
+
"name": "number",
|
|
4259
|
+
"required": true
|
|
4260
|
+
}
|
|
4261
|
+
},
|
|
4262
|
+
"description": "View details of a specific feedback issue",
|
|
4263
|
+
"examples": [
|
|
4264
|
+
"<%= config.bin %> <%= command.id %> 123",
|
|
4265
|
+
"<%= config.bin %> <%= command.id %> 123 --json"
|
|
4266
|
+
],
|
|
4267
|
+
"flags": {
|
|
4268
|
+
"json": {
|
|
4269
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
4270
|
+
"name": "json",
|
|
4271
|
+
"allowNo": false,
|
|
4272
|
+
"type": "boolean"
|
|
4273
|
+
},
|
|
4274
|
+
"machine": {
|
|
4275
|
+
"char": "m",
|
|
4276
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
4277
|
+
"name": "machine",
|
|
4278
|
+
"allowNo": false,
|
|
4279
|
+
"type": "boolean"
|
|
4280
|
+
}
|
|
4281
|
+
},
|
|
4282
|
+
"hasDynamicHelp": false,
|
|
4283
|
+
"hiddenAliases": [],
|
|
4284
|
+
"id": "feedback:view",
|
|
4285
|
+
"pluginAlias": "@proletariat/cli",
|
|
4286
|
+
"pluginName": "@proletariat/cli",
|
|
4287
|
+
"pluginType": "core",
|
|
4288
|
+
"strict": true,
|
|
4289
|
+
"enableJsonFlag": false,
|
|
4290
|
+
"isESM": true,
|
|
4291
|
+
"relativePath": [
|
|
4292
|
+
"dist",
|
|
4293
|
+
"commands",
|
|
4294
|
+
"feedback",
|
|
4295
|
+
"view.js"
|
|
4296
4296
|
]
|
|
4297
4297
|
},
|
|
4298
4298
|
"gh": {
|
|
@@ -6438,99 +6438,6 @@
|
|
|
6438
6438
|
"index.js"
|
|
6439
6439
|
]
|
|
6440
6440
|
},
|
|
6441
|
-
"run": {
|
|
6442
|
-
"aliases": [],
|
|
6443
|
-
"args": {
|
|
6444
|
-
"task": {
|
|
6445
|
-
"description": "Task description for the agent",
|
|
6446
|
-
"name": "task",
|
|
6447
|
-
"required": true
|
|
6448
|
-
}
|
|
6449
|
-
},
|
|
6450
|
-
"description": "Spawn an agent to work on a task (works anywhere, no HQ required)",
|
|
6451
|
-
"examples": [
|
|
6452
|
-
"<%= config.bin %> run \"fix the login bug\"",
|
|
6453
|
-
"<%= config.bin %> run --runner claude-code \"add dark mode\"",
|
|
6454
|
-
"<%= config.bin %> run -d \"fix the bug\"",
|
|
6455
|
-
"<%= config.bin %> run --runner codex \"add tests\""
|
|
6456
|
-
],
|
|
6457
|
-
"flags": {
|
|
6458
|
-
"json": {
|
|
6459
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
6460
|
-
"name": "json",
|
|
6461
|
-
"allowNo": false,
|
|
6462
|
-
"type": "boolean"
|
|
6463
|
-
},
|
|
6464
|
-
"machine": {
|
|
6465
|
-
"char": "m",
|
|
6466
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
6467
|
-
"name": "machine",
|
|
6468
|
-
"allowNo": false,
|
|
6469
|
-
"type": "boolean"
|
|
6470
|
-
},
|
|
6471
|
-
"runner": {
|
|
6472
|
-
"char": "r",
|
|
6473
|
-
"description": "Runner to use (claude-code, codex, pi)",
|
|
6474
|
-
"name": "runner",
|
|
6475
|
-
"hasDynamicHelp": false,
|
|
6476
|
-
"multiple": false,
|
|
6477
|
-
"type": "option"
|
|
6478
|
-
},
|
|
6479
|
-
"detached": {
|
|
6480
|
-
"char": "d",
|
|
6481
|
-
"description": "Run in background (detached)",
|
|
6482
|
-
"name": "detached",
|
|
6483
|
-
"allowNo": false,
|
|
6484
|
-
"type": "boolean"
|
|
6485
|
-
},
|
|
6486
|
-
"directory": {
|
|
6487
|
-
"description": "Working directory (default: cwd)",
|
|
6488
|
-
"name": "directory",
|
|
6489
|
-
"hasDynamicHelp": false,
|
|
6490
|
-
"multiple": false,
|
|
6491
|
-
"type": "option"
|
|
6492
|
-
},
|
|
6493
|
-
"permission-mode": {
|
|
6494
|
-
"char": "p",
|
|
6495
|
-
"description": "Permission mode (danger: skip prompts, safe: require approval)",
|
|
6496
|
-
"name": "permission-mode",
|
|
6497
|
-
"hasDynamicHelp": false,
|
|
6498
|
-
"multiple": false,
|
|
6499
|
-
"options": [
|
|
6500
|
-
"danger",
|
|
6501
|
-
"safe"
|
|
6502
|
-
],
|
|
6503
|
-
"type": "option"
|
|
6504
|
-
},
|
|
6505
|
-
"environment": {
|
|
6506
|
-
"char": "e",
|
|
6507
|
-
"description": "Environment to run in",
|
|
6508
|
-
"name": "environment",
|
|
6509
|
-
"hasDynamicHelp": false,
|
|
6510
|
-
"multiple": false,
|
|
6511
|
-
"options": [
|
|
6512
|
-
"host",
|
|
6513
|
-
"docker",
|
|
6514
|
-
"podman"
|
|
6515
|
-
],
|
|
6516
|
-
"type": "option"
|
|
6517
|
-
}
|
|
6518
|
-
},
|
|
6519
|
-
"hasDynamicHelp": false,
|
|
6520
|
-
"hiddenAliases": [],
|
|
6521
|
-
"id": "run",
|
|
6522
|
-
"pluginAlias": "@proletariat/cli",
|
|
6523
|
-
"pluginName": "@proletariat/cli",
|
|
6524
|
-
"pluginType": "core",
|
|
6525
|
-
"strict": true,
|
|
6526
|
-
"isESM": true,
|
|
6527
|
-
"relativePath": [
|
|
6528
|
-
"dist",
|
|
6529
|
-
"commands",
|
|
6530
|
-
"run",
|
|
6531
|
-
"index.js"
|
|
6532
|
-
]
|
|
6533
|
-
},
|
|
6534
6441
|
"repo:add": {
|
|
6535
6442
|
"aliases": [],
|
|
6536
6443
|
"args": {
|
|
@@ -6936,9 +6843,102 @@
|
|
|
6936
6843
|
"view.js"
|
|
6937
6844
|
]
|
|
6938
6845
|
},
|
|
6939
|
-
"
|
|
6846
|
+
"run": {
|
|
6940
6847
|
"aliases": [],
|
|
6941
|
-
"args": {
|
|
6848
|
+
"args": {
|
|
6849
|
+
"task": {
|
|
6850
|
+
"description": "Task description for the agent",
|
|
6851
|
+
"name": "task",
|
|
6852
|
+
"required": true
|
|
6853
|
+
}
|
|
6854
|
+
},
|
|
6855
|
+
"description": "Spawn an agent to work on a task (works anywhere, no HQ required)",
|
|
6856
|
+
"examples": [
|
|
6857
|
+
"<%= config.bin %> run \"fix the login bug\"",
|
|
6858
|
+
"<%= config.bin %> run --runner claude-code \"add dark mode\"",
|
|
6859
|
+
"<%= config.bin %> run -d \"fix the bug\"",
|
|
6860
|
+
"<%= config.bin %> run --runner codex \"add tests\""
|
|
6861
|
+
],
|
|
6862
|
+
"flags": {
|
|
6863
|
+
"json": {
|
|
6864
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
6865
|
+
"name": "json",
|
|
6866
|
+
"allowNo": false,
|
|
6867
|
+
"type": "boolean"
|
|
6868
|
+
},
|
|
6869
|
+
"machine": {
|
|
6870
|
+
"char": "m",
|
|
6871
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
6872
|
+
"name": "machine",
|
|
6873
|
+
"allowNo": false,
|
|
6874
|
+
"type": "boolean"
|
|
6875
|
+
},
|
|
6876
|
+
"runner": {
|
|
6877
|
+
"char": "r",
|
|
6878
|
+
"description": "Runner to use (claude-code, codex, pi)",
|
|
6879
|
+
"name": "runner",
|
|
6880
|
+
"hasDynamicHelp": false,
|
|
6881
|
+
"multiple": false,
|
|
6882
|
+
"type": "option"
|
|
6883
|
+
},
|
|
6884
|
+
"detached": {
|
|
6885
|
+
"char": "d",
|
|
6886
|
+
"description": "Run in background (detached)",
|
|
6887
|
+
"name": "detached",
|
|
6888
|
+
"allowNo": false,
|
|
6889
|
+
"type": "boolean"
|
|
6890
|
+
},
|
|
6891
|
+
"directory": {
|
|
6892
|
+
"description": "Working directory (default: cwd)",
|
|
6893
|
+
"name": "directory",
|
|
6894
|
+
"hasDynamicHelp": false,
|
|
6895
|
+
"multiple": false,
|
|
6896
|
+
"type": "option"
|
|
6897
|
+
},
|
|
6898
|
+
"permission-mode": {
|
|
6899
|
+
"char": "p",
|
|
6900
|
+
"description": "Permission mode (danger: skip prompts, safe: require approval)",
|
|
6901
|
+
"name": "permission-mode",
|
|
6902
|
+
"hasDynamicHelp": false,
|
|
6903
|
+
"multiple": false,
|
|
6904
|
+
"options": [
|
|
6905
|
+
"danger",
|
|
6906
|
+
"safe"
|
|
6907
|
+
],
|
|
6908
|
+
"type": "option"
|
|
6909
|
+
},
|
|
6910
|
+
"environment": {
|
|
6911
|
+
"char": "e",
|
|
6912
|
+
"description": "Environment to run in",
|
|
6913
|
+
"name": "environment",
|
|
6914
|
+
"hasDynamicHelp": false,
|
|
6915
|
+
"multiple": false,
|
|
6916
|
+
"options": [
|
|
6917
|
+
"host",
|
|
6918
|
+
"docker",
|
|
6919
|
+
"podman"
|
|
6920
|
+
],
|
|
6921
|
+
"type": "option"
|
|
6922
|
+
}
|
|
6923
|
+
},
|
|
6924
|
+
"hasDynamicHelp": false,
|
|
6925
|
+
"hiddenAliases": [],
|
|
6926
|
+
"id": "run",
|
|
6927
|
+
"pluginAlias": "@proletariat/cli",
|
|
6928
|
+
"pluginName": "@proletariat/cli",
|
|
6929
|
+
"pluginType": "core",
|
|
6930
|
+
"strict": true,
|
|
6931
|
+
"isESM": true,
|
|
6932
|
+
"relativePath": [
|
|
6933
|
+
"dist",
|
|
6934
|
+
"commands",
|
|
6935
|
+
"run",
|
|
6936
|
+
"index.js"
|
|
6937
|
+
]
|
|
6938
|
+
},
|
|
6939
|
+
"shortcut:connect": {
|
|
6940
|
+
"aliases": [],
|
|
6941
|
+
"args": {},
|
|
6942
6942
|
"description": "Connect to Shortcut workspace and configure authentication",
|
|
6943
6943
|
"examples": [
|
|
6944
6944
|
"<%= config.bin %> <%= command.id %>",
|
|
@@ -8919,30 +8919,32 @@
|
|
|
8919
8919
|
"set.js"
|
|
8920
8920
|
]
|
|
8921
8921
|
},
|
|
8922
|
-
"
|
|
8922
|
+
"ticket:create": {
|
|
8923
8923
|
"aliases": [],
|
|
8924
|
-
"args": {
|
|
8925
|
-
|
|
8926
|
-
"description": "Tool type (mcp or cli)",
|
|
8927
|
-
"name": "type",
|
|
8928
|
-
"options": [
|
|
8929
|
-
"mcp",
|
|
8930
|
-
"cli"
|
|
8931
|
-
],
|
|
8932
|
-
"required": true
|
|
8933
|
-
},
|
|
8934
|
-
"name": {
|
|
8935
|
-
"description": "Tool name (unique identifier)",
|
|
8936
|
-
"name": "name",
|
|
8937
|
-
"required": true
|
|
8938
|
-
}
|
|
8939
|
-
},
|
|
8940
|
-
"description": "Register an MCP server or CLI tool",
|
|
8924
|
+
"args": {},
|
|
8925
|
+
"description": "Create a new ticket (routes to Linear when configured, or local PMO)",
|
|
8941
8926
|
"examples": [
|
|
8942
|
-
"<%= config.bin %>
|
|
8943
|
-
"<%= config.bin %>
|
|
8927
|
+
"<%= config.bin %> <%= command.id %>",
|
|
8928
|
+
"<%= config.bin %> <%= command.id %> --title \"Fix login bug\" --column Backlog",
|
|
8929
|
+
"<%= config.bin %> <%= command.id %> -t \"Add feature\" -c \"In Progress\" -p P1",
|
|
8930
|
+
"<%= config.bin %> <%= command.id %> --project mobile-app -t \"New feature\"",
|
|
8931
|
+
"<%= config.bin %> <%= command.id %> --epic EPIC-001 -t \"Implement auth flow\"",
|
|
8932
|
+
"<%= config.bin %> <%= command.id %> --title \"My ticket\" --description-file ./ticket-desc.md",
|
|
8933
|
+
"<%= config.bin %> <%= command.id %> --title \"My ticket\" --description-file - # Read from stdin",
|
|
8934
|
+
"<%= config.bin %> <%= command.id %> --json # Output column choices as JSON",
|
|
8935
|
+
"<%= config.bin %> <%= command.id %> --title \"Test\" -P PROJ-001 --dry-run --json # Validate without creating",
|
|
8936
|
+
"<%= config.bin %> <%= command.id %> --source linear -t \"Fix bug\" --team ENG",
|
|
8937
|
+
"<%= config.bin %> <%= command.id %> --source pmo -t \"Local task\" -c Backlog"
|
|
8944
8938
|
],
|
|
8945
8939
|
"flags": {
|
|
8940
|
+
"project": {
|
|
8941
|
+
"char": "P",
|
|
8942
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
8943
|
+
"name": "project",
|
|
8944
|
+
"hasDynamicHelp": false,
|
|
8945
|
+
"multiple": false,
|
|
8946
|
+
"type": "option"
|
|
8947
|
+
},
|
|
8946
8948
|
"json": {
|
|
8947
8949
|
"description": "Output as JSON for AI agents/scripts",
|
|
8948
8950
|
"name": "json",
|
|
@@ -8956,46 +8958,119 @@
|
|
|
8956
8958
|
"allowNo": false,
|
|
8957
8959
|
"type": "boolean"
|
|
8958
8960
|
},
|
|
8959
|
-
"
|
|
8960
|
-
"
|
|
8961
|
-
"
|
|
8961
|
+
"title": {
|
|
8962
|
+
"char": "t",
|
|
8963
|
+
"description": "Ticket title [required for non-interactive]",
|
|
8964
|
+
"name": "title",
|
|
8962
8965
|
"hasDynamicHelp": false,
|
|
8963
8966
|
"multiple": false,
|
|
8964
8967
|
"type": "option"
|
|
8965
8968
|
},
|
|
8966
|
-
"
|
|
8967
|
-
"
|
|
8968
|
-
"
|
|
8969
|
+
"column": {
|
|
8970
|
+
"char": "c",
|
|
8971
|
+
"description": "Column to place the ticket in",
|
|
8972
|
+
"name": "column",
|
|
8969
8973
|
"hasDynamicHelp": false,
|
|
8970
8974
|
"multiple": false,
|
|
8971
8975
|
"type": "option"
|
|
8972
8976
|
},
|
|
8973
|
-
"
|
|
8974
|
-
"
|
|
8975
|
-
"
|
|
8977
|
+
"priority": {
|
|
8978
|
+
"char": "p",
|
|
8979
|
+
"description": "Ticket priority (uses workspace priority scale)",
|
|
8980
|
+
"name": "priority",
|
|
8976
8981
|
"hasDynamicHelp": false,
|
|
8977
8982
|
"multiple": false,
|
|
8978
8983
|
"type": "option"
|
|
8979
8984
|
},
|
|
8980
|
-
"
|
|
8981
|
-
"description": "
|
|
8982
|
-
"name": "
|
|
8985
|
+
"category": {
|
|
8986
|
+
"description": "Ticket category (e.g., bug, feature, refactor)",
|
|
8987
|
+
"name": "category",
|
|
8983
8988
|
"hasDynamicHelp": false,
|
|
8984
8989
|
"multiple": false,
|
|
8985
8990
|
"type": "option"
|
|
8986
8991
|
},
|
|
8987
|
-
"
|
|
8988
|
-
"
|
|
8989
|
-
"
|
|
8992
|
+
"description": {
|
|
8993
|
+
"char": "d",
|
|
8994
|
+
"description": "Ticket description",
|
|
8995
|
+
"name": "description",
|
|
8990
8996
|
"hasDynamicHelp": false,
|
|
8991
8997
|
"multiple": false,
|
|
8992
8998
|
"type": "option"
|
|
8993
8999
|
},
|
|
8994
|
-
"description": {
|
|
8995
|
-
"char": "
|
|
8996
|
-
"description": "
|
|
8997
|
-
"
|
|
8998
|
-
|
|
9000
|
+
"description-file": {
|
|
9001
|
+
"char": "D",
|
|
9002
|
+
"description": "Path to a markdown file for the ticket description (use - for stdin)",
|
|
9003
|
+
"exclusive": [
|
|
9004
|
+
"description"
|
|
9005
|
+
],
|
|
9006
|
+
"name": "description-file",
|
|
9007
|
+
"hasDynamicHelp": false,
|
|
9008
|
+
"multiple": false,
|
|
9009
|
+
"type": "option"
|
|
9010
|
+
},
|
|
9011
|
+
"id": {
|
|
9012
|
+
"description": "Custom ticket ID (auto-generated if not provided)",
|
|
9013
|
+
"name": "id",
|
|
9014
|
+
"hasDynamicHelp": false,
|
|
9015
|
+
"multiple": false,
|
|
9016
|
+
"type": "option"
|
|
9017
|
+
},
|
|
9018
|
+
"interactive": {
|
|
9019
|
+
"char": "i",
|
|
9020
|
+
"description": "Interactive mode",
|
|
9021
|
+
"name": "interactive",
|
|
9022
|
+
"allowNo": false,
|
|
9023
|
+
"type": "boolean"
|
|
9024
|
+
},
|
|
9025
|
+
"epic": {
|
|
9026
|
+
"char": "e",
|
|
9027
|
+
"description": "Link ticket to an epic (e.g., EPIC-001)",
|
|
9028
|
+
"name": "epic",
|
|
9029
|
+
"hasDynamicHelp": false,
|
|
9030
|
+
"multiple": false,
|
|
9031
|
+
"type": "option"
|
|
9032
|
+
},
|
|
9033
|
+
"template": {
|
|
9034
|
+
"char": "T",
|
|
9035
|
+
"description": "Create from a template (e.g., bug-report, feature-request)",
|
|
9036
|
+
"name": "template",
|
|
9037
|
+
"hasDynamicHelp": false,
|
|
9038
|
+
"multiple": false,
|
|
9039
|
+
"type": "option"
|
|
9040
|
+
},
|
|
9041
|
+
"labels": {
|
|
9042
|
+
"aliases": [
|
|
9043
|
+
"label"
|
|
9044
|
+
],
|
|
9045
|
+
"char": "l",
|
|
9046
|
+
"description": "Labels (comma-separated)",
|
|
9047
|
+
"name": "labels",
|
|
9048
|
+
"hasDynamicHelp": false,
|
|
9049
|
+
"multiple": false,
|
|
9050
|
+
"type": "option"
|
|
9051
|
+
},
|
|
9052
|
+
"dry-run": {
|
|
9053
|
+
"description": "Validate inputs without creating ticket (use with --json for structured output)",
|
|
9054
|
+
"name": "dry-run",
|
|
9055
|
+
"allowNo": false,
|
|
9056
|
+
"type": "boolean"
|
|
9057
|
+
},
|
|
9058
|
+
"source": {
|
|
9059
|
+
"description": "Ticket source: \"pmo\" for local DB, \"linear\" for Linear API, or \"auto\" to detect (default: auto)",
|
|
9060
|
+
"name": "source",
|
|
9061
|
+
"default": "auto",
|
|
9062
|
+
"hasDynamicHelp": false,
|
|
9063
|
+
"multiple": false,
|
|
9064
|
+
"options": [
|
|
9065
|
+
"auto",
|
|
9066
|
+
"pmo",
|
|
9067
|
+
"linear"
|
|
9068
|
+
],
|
|
9069
|
+
"type": "option"
|
|
9070
|
+
},
|
|
9071
|
+
"team": {
|
|
9072
|
+
"description": "Linear team key (fallback: PRLT_LINEAR_TEAM)",
|
|
9073
|
+
"name": "team",
|
|
8999
9074
|
"hasDynamicHelp": false,
|
|
9000
9075
|
"multiple": false,
|
|
9001
9076
|
"type": "option"
|
|
@@ -9003,7 +9078,7 @@
|
|
|
9003
9078
|
},
|
|
9004
9079
|
"hasDynamicHelp": false,
|
|
9005
9080
|
"hiddenAliases": [],
|
|
9006
|
-
"id": "
|
|
9081
|
+
"id": "ticket:create",
|
|
9007
9082
|
"pluginAlias": "@proletariat/cli",
|
|
9008
9083
|
"pluginName": "@proletariat/cli",
|
|
9009
9084
|
"pluginType": "core",
|
|
@@ -9012,19 +9087,36 @@
|
|
|
9012
9087
|
"relativePath": [
|
|
9013
9088
|
"dist",
|
|
9014
9089
|
"commands",
|
|
9015
|
-
"
|
|
9016
|
-
"
|
|
9090
|
+
"ticket",
|
|
9091
|
+
"create.js"
|
|
9017
9092
|
]
|
|
9018
9093
|
},
|
|
9019
|
-
"
|
|
9094
|
+
"ticket:delete": {
|
|
9020
9095
|
"aliases": [],
|
|
9021
|
-
"args": {
|
|
9022
|
-
|
|
9096
|
+
"args": {
|
|
9097
|
+
"ticketId": {
|
|
9098
|
+
"description": "Ticket ID to delete - prompts with dropdown if not provided",
|
|
9099
|
+
"name": "ticketId",
|
|
9100
|
+
"required": false
|
|
9101
|
+
}
|
|
9102
|
+
},
|
|
9103
|
+
"description": "Delete ticket(s) permanently",
|
|
9023
9104
|
"examples": [
|
|
9024
|
-
"<%= config.bin %>
|
|
9025
|
-
"<%= config.bin %>
|
|
9105
|
+
"<%= config.bin %> <%= command.id %> TICK-001",
|
|
9106
|
+
"<%= config.bin %> <%= command.id %> TICK-001 --force",
|
|
9107
|
+
"<%= config.bin %> <%= command.id %> # Interactive mode",
|
|
9108
|
+
"<%= config.bin %> <%= command.id %> --bulk",
|
|
9109
|
+
"<%= config.bin %> <%= command.id %> --json # Output choices as JSON"
|
|
9026
9110
|
],
|
|
9027
9111
|
"flags": {
|
|
9112
|
+
"project": {
|
|
9113
|
+
"char": "P",
|
|
9114
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
9115
|
+
"name": "project",
|
|
9116
|
+
"hasDynamicHelp": false,
|
|
9117
|
+
"multiple": false,
|
|
9118
|
+
"type": "option"
|
|
9119
|
+
},
|
|
9028
9120
|
"json": {
|
|
9029
9121
|
"description": "Output as JSON for AI agents/scripts",
|
|
9030
9122
|
"name": "json",
|
|
@@ -9037,34 +9129,64 @@
|
|
|
9037
9129
|
"name": "machine",
|
|
9038
9130
|
"allowNo": false,
|
|
9039
9131
|
"type": "boolean"
|
|
9132
|
+
},
|
|
9133
|
+
"force": {
|
|
9134
|
+
"char": "f",
|
|
9135
|
+
"description": "Skip confirmation prompt",
|
|
9136
|
+
"name": "force",
|
|
9137
|
+
"allowNo": false,
|
|
9138
|
+
"type": "boolean"
|
|
9139
|
+
},
|
|
9140
|
+
"bulk": {
|
|
9141
|
+
"char": "b",
|
|
9142
|
+
"description": "Enable bulk mode to delete multiple tickets",
|
|
9143
|
+
"name": "bulk",
|
|
9144
|
+
"allowNo": false,
|
|
9145
|
+
"type": "boolean"
|
|
9040
9146
|
}
|
|
9041
9147
|
},
|
|
9042
9148
|
"hasDynamicHelp": false,
|
|
9043
9149
|
"hiddenAliases": [],
|
|
9044
|
-
"id": "
|
|
9150
|
+
"id": "ticket:delete",
|
|
9045
9151
|
"pluginAlias": "@proletariat/cli",
|
|
9046
9152
|
"pluginName": "@proletariat/cli",
|
|
9047
9153
|
"pluginType": "core",
|
|
9048
9154
|
"strict": true,
|
|
9049
|
-
"enableJsonFlag": false,
|
|
9050
9155
|
"isESM": true,
|
|
9051
9156
|
"relativePath": [
|
|
9052
9157
|
"dist",
|
|
9053
9158
|
"commands",
|
|
9054
|
-
"
|
|
9055
|
-
"
|
|
9159
|
+
"ticket",
|
|
9160
|
+
"delete.js"
|
|
9056
9161
|
]
|
|
9057
9162
|
},
|
|
9058
|
-
"
|
|
9163
|
+
"ticket:edit": {
|
|
9059
9164
|
"aliases": [],
|
|
9060
|
-
"args": {
|
|
9061
|
-
|
|
9165
|
+
"args": {
|
|
9166
|
+
"ticketId": {
|
|
9167
|
+
"description": "Ticket ID to edit - prompts with dropdown if not provided",
|
|
9168
|
+
"name": "ticketId",
|
|
9169
|
+
"required": false
|
|
9170
|
+
}
|
|
9171
|
+
},
|
|
9172
|
+
"description": "Edit an existing ticket",
|
|
9062
9173
|
"examples": [
|
|
9063
|
-
"<%= config.bin %>
|
|
9064
|
-
"<%= config.bin %>
|
|
9065
|
-
"<%= config.bin %>
|
|
9174
|
+
"<%= config.bin %> <%= command.id %> TICK-001",
|
|
9175
|
+
"<%= config.bin %> <%= command.id %> TICK-001 --title \"New title\"",
|
|
9176
|
+
"<%= config.bin %> <%= command.id %> TICK-001 --priority P1 --category bug",
|
|
9177
|
+
"<%= config.bin %> <%= command.id %> TICK-001 --add-subtask \"Implement feature\" --add-subtask \"Write tests\"",
|
|
9178
|
+
"<%= config.bin %> <%= command.id %> TICK-001 --owner \"john\" --assignee \"agent-1\"",
|
|
9179
|
+
"<%= config.bin %> <%= command.id %> # Interactive mode"
|
|
9066
9180
|
],
|
|
9067
9181
|
"flags": {
|
|
9182
|
+
"project": {
|
|
9183
|
+
"char": "P",
|
|
9184
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
9185
|
+
"name": "project",
|
|
9186
|
+
"hasDynamicHelp": false,
|
|
9187
|
+
"multiple": false,
|
|
9188
|
+
"type": "option"
|
|
9189
|
+
},
|
|
9068
9190
|
"json": {
|
|
9069
9191
|
"description": "Output as JSON for AI agents/scripts",
|
|
9070
9192
|
"name": "json",
|
|
@@ -9078,83 +9200,122 @@
|
|
|
9078
9200
|
"allowNo": false,
|
|
9079
9201
|
"type": "boolean"
|
|
9080
9202
|
},
|
|
9081
|
-
"
|
|
9082
|
-
"
|
|
9083
|
-
"
|
|
9203
|
+
"title": {
|
|
9204
|
+
"char": "t",
|
|
9205
|
+
"description": "New ticket title",
|
|
9206
|
+
"name": "title",
|
|
9207
|
+
"hasDynamicHelp": false,
|
|
9208
|
+
"multiple": false,
|
|
9209
|
+
"type": "option"
|
|
9210
|
+
},
|
|
9211
|
+
"description": {
|
|
9212
|
+
"char": "d",
|
|
9213
|
+
"description": "New ticket description",
|
|
9214
|
+
"name": "description",
|
|
9215
|
+
"hasDynamicHelp": false,
|
|
9216
|
+
"multiple": false,
|
|
9217
|
+
"type": "option"
|
|
9218
|
+
},
|
|
9219
|
+
"priority": {
|
|
9220
|
+
"char": "p",
|
|
9221
|
+
"description": "New ticket priority (uses workspace priority scale, \"none\" to clear)",
|
|
9222
|
+
"name": "priority",
|
|
9223
|
+
"hasDynamicHelp": false,
|
|
9224
|
+
"multiple": false,
|
|
9225
|
+
"type": "option"
|
|
9226
|
+
},
|
|
9227
|
+
"category": {
|
|
9228
|
+
"description": "New ticket category",
|
|
9229
|
+
"name": "category",
|
|
9230
|
+
"hasDynamicHelp": false,
|
|
9231
|
+
"multiple": false,
|
|
9232
|
+
"type": "option"
|
|
9233
|
+
},
|
|
9234
|
+
"owner": {
|
|
9235
|
+
"char": "o",
|
|
9236
|
+
"description": "Ticket owner (human responsible)",
|
|
9237
|
+
"name": "owner",
|
|
9238
|
+
"hasDynamicHelp": false,
|
|
9239
|
+
"multiple": false,
|
|
9240
|
+
"type": "option"
|
|
9241
|
+
},
|
|
9242
|
+
"assignee": {
|
|
9243
|
+
"char": "a",
|
|
9244
|
+
"description": "Ticket assignee (who executes)",
|
|
9245
|
+
"name": "assignee",
|
|
9246
|
+
"hasDynamicHelp": false,
|
|
9247
|
+
"multiple": false,
|
|
9248
|
+
"type": "option"
|
|
9249
|
+
},
|
|
9250
|
+
"add-subtask": {
|
|
9251
|
+
"description": "Add a subtask (can be used multiple times)",
|
|
9252
|
+
"name": "add-subtask",
|
|
9253
|
+
"hasDynamicHelp": false,
|
|
9254
|
+
"multiple": true,
|
|
9255
|
+
"type": "option"
|
|
9256
|
+
},
|
|
9257
|
+
"clear-subtasks": {
|
|
9258
|
+
"description": "Clear all existing subtasks before adding new ones",
|
|
9259
|
+
"name": "clear-subtasks",
|
|
9084
9260
|
"allowNo": false,
|
|
9085
9261
|
"type": "boolean"
|
|
9086
|
-
}
|
|
9087
|
-
|
|
9088
|
-
|
|
9089
|
-
|
|
9090
|
-
|
|
9091
|
-
|
|
9092
|
-
|
|
9093
|
-
|
|
9094
|
-
|
|
9095
|
-
|
|
9096
|
-
|
|
9097
|
-
|
|
9098
|
-
|
|
9099
|
-
|
|
9100
|
-
|
|
9101
|
-
"
|
|
9102
|
-
|
|
9103
|
-
|
|
9104
|
-
|
|
9105
|
-
|
|
9106
|
-
|
|
9107
|
-
|
|
9108
|
-
|
|
9109
|
-
|
|
9110
|
-
|
|
9111
|
-
"<%= config.bin %> tools",
|
|
9112
|
-
"<%= config.bin %> tools --json"
|
|
9113
|
-
],
|
|
9114
|
-
"flags": {
|
|
9115
|
-
"json": {
|
|
9116
|
-
"description": "Output as JSON for AI agents/scripts",
|
|
9117
|
-
"name": "json",
|
|
9262
|
+
},
|
|
9263
|
+
"add-label": {
|
|
9264
|
+
"description": "Add a label (can be used multiple times)",
|
|
9265
|
+
"name": "add-label",
|
|
9266
|
+
"hasDynamicHelp": false,
|
|
9267
|
+
"multiple": true,
|
|
9268
|
+
"type": "option"
|
|
9269
|
+
},
|
|
9270
|
+
"remove-label": {
|
|
9271
|
+
"description": "Remove a label",
|
|
9272
|
+
"name": "remove-label",
|
|
9273
|
+
"hasDynamicHelp": false,
|
|
9274
|
+
"multiple": true,
|
|
9275
|
+
"type": "option"
|
|
9276
|
+
},
|
|
9277
|
+
"add-ac": {
|
|
9278
|
+
"description": "Add an acceptance criterion (can be used multiple times)",
|
|
9279
|
+
"name": "add-ac",
|
|
9280
|
+
"hasDynamicHelp": false,
|
|
9281
|
+
"multiple": true,
|
|
9282
|
+
"type": "option"
|
|
9283
|
+
},
|
|
9284
|
+
"clear-ac": {
|
|
9285
|
+
"description": "Clear all existing acceptance criteria before adding new ones",
|
|
9286
|
+
"name": "clear-ac",
|
|
9118
9287
|
"allowNo": false,
|
|
9119
9288
|
"type": "boolean"
|
|
9120
9289
|
},
|
|
9121
|
-
"
|
|
9122
|
-
"char": "
|
|
9123
|
-
"description": "
|
|
9124
|
-
"name": "
|
|
9290
|
+
"interactive": {
|
|
9291
|
+
"char": "i",
|
|
9292
|
+
"description": "Interactive mode - prompts for all fields",
|
|
9293
|
+
"name": "interactive",
|
|
9125
9294
|
"allowNo": false,
|
|
9126
9295
|
"type": "boolean"
|
|
9127
9296
|
}
|
|
9128
9297
|
},
|
|
9129
9298
|
"hasDynamicHelp": false,
|
|
9130
9299
|
"hiddenAliases": [],
|
|
9131
|
-
"id": "
|
|
9300
|
+
"id": "ticket:edit",
|
|
9132
9301
|
"pluginAlias": "@proletariat/cli",
|
|
9133
9302
|
"pluginName": "@proletariat/cli",
|
|
9134
9303
|
"pluginType": "core",
|
|
9135
9304
|
"strict": true,
|
|
9136
|
-
"enableJsonFlag": false,
|
|
9137
9305
|
"isESM": true,
|
|
9138
9306
|
"relativePath": [
|
|
9139
9307
|
"dist",
|
|
9140
9308
|
"commands",
|
|
9141
|
-
"
|
|
9142
|
-
"
|
|
9309
|
+
"ticket",
|
|
9310
|
+
"edit.js"
|
|
9143
9311
|
]
|
|
9144
9312
|
},
|
|
9145
|
-
"
|
|
9313
|
+
"ticket": {
|
|
9146
9314
|
"aliases": [],
|
|
9147
|
-
"args": {
|
|
9148
|
-
|
|
9149
|
-
"description": "Tool name to remove",
|
|
9150
|
-
"name": "name",
|
|
9151
|
-
"required": true
|
|
9152
|
-
}
|
|
9153
|
-
},
|
|
9154
|
-
"description": "Remove a tool from the registry",
|
|
9315
|
+
"args": {},
|
|
9316
|
+
"description": "Interactive menu for ticket operations",
|
|
9155
9317
|
"examples": [
|
|
9156
|
-
"<%= config.bin %>
|
|
9157
|
-
"<%= config.bin %> tools remove ffmpeg"
|
|
9318
|
+
"<%= config.bin %> <%= command.id %>"
|
|
9158
9319
|
],
|
|
9159
9320
|
"flags": {
|
|
9160
9321
|
"json": {
|
|
@@ -9173,36 +9334,35 @@
|
|
|
9173
9334
|
},
|
|
9174
9335
|
"hasDynamicHelp": false,
|
|
9175
9336
|
"hiddenAliases": [],
|
|
9176
|
-
"id": "
|
|
9337
|
+
"id": "ticket",
|
|
9177
9338
|
"pluginAlias": "@proletariat/cli",
|
|
9178
9339
|
"pluginName": "@proletariat/cli",
|
|
9179
9340
|
"pluginType": "core",
|
|
9180
9341
|
"strict": true,
|
|
9181
|
-
"enableJsonFlag": false,
|
|
9182
9342
|
"isESM": true,
|
|
9183
9343
|
"relativePath": [
|
|
9184
9344
|
"dist",
|
|
9185
9345
|
"commands",
|
|
9186
|
-
"
|
|
9187
|
-
"
|
|
9346
|
+
"ticket",
|
|
9347
|
+
"index.js"
|
|
9188
9348
|
]
|
|
9189
9349
|
},
|
|
9190
|
-
"ticket:
|
|
9350
|
+
"ticket:list": {
|
|
9191
9351
|
"aliases": [],
|
|
9192
9352
|
"args": {},
|
|
9193
|
-
"description": "
|
|
9353
|
+
"description": "List tickets from the PMO board",
|
|
9194
9354
|
"examples": [
|
|
9195
9355
|
"<%= config.bin %> <%= command.id %>",
|
|
9196
|
-
"<%= config.bin %> <%= command.id %> --
|
|
9197
|
-
"<%= config.bin %> <%= command.id %>
|
|
9198
|
-
"<%= config.bin %> <%= command.id %> --
|
|
9199
|
-
"<%= config.bin %> <%= command.id %> --
|
|
9200
|
-
"<%= config.bin %> <%= command.id %> --
|
|
9201
|
-
"<%= config.bin %> <%= command.id %> --
|
|
9202
|
-
"<%= config.bin %> <%= command.id %> --
|
|
9203
|
-
"<%= config.bin %> <%= command.id %>
|
|
9204
|
-
"<%= config.bin %> <%= command.id %> --
|
|
9205
|
-
"<%= config.bin %> <%= command.id %> --
|
|
9356
|
+
"<%= config.bin %> <%= command.id %> --column Backlog",
|
|
9357
|
+
"<%= config.bin %> <%= command.id %> --priority P0",
|
|
9358
|
+
"<%= config.bin %> <%= command.id %> --category bug",
|
|
9359
|
+
"<%= config.bin %> <%= command.id %> --search \"login\"",
|
|
9360
|
+
"<%= config.bin %> <%= command.id %> --project mobile-app",
|
|
9361
|
+
"<%= config.bin %> <%= command.id %> --all",
|
|
9362
|
+
"<%= config.bin %> <%= command.id %> --all --group-by priority",
|
|
9363
|
+
"<%= config.bin %> <%= command.id %> -g priority",
|
|
9364
|
+
"<%= config.bin %> <%= command.id %> --limit 10",
|
|
9365
|
+
"<%= config.bin %> <%= command.id %> --limit 10 --offset 20"
|
|
9206
9366
|
],
|
|
9207
9367
|
"flags": {
|
|
9208
9368
|
"project": {
|
|
@@ -9226,17 +9386,9 @@
|
|
|
9226
9386
|
"allowNo": false,
|
|
9227
9387
|
"type": "boolean"
|
|
9228
9388
|
},
|
|
9229
|
-
"title": {
|
|
9230
|
-
"char": "t",
|
|
9231
|
-
"description": "Ticket title [required for non-interactive]",
|
|
9232
|
-
"name": "title",
|
|
9233
|
-
"hasDynamicHelp": false,
|
|
9234
|
-
"multiple": false,
|
|
9235
|
-
"type": "option"
|
|
9236
|
-
},
|
|
9237
9389
|
"column": {
|
|
9238
9390
|
"char": "c",
|
|
9239
|
-
"description": "
|
|
9391
|
+
"description": "Filter by column",
|
|
9240
9392
|
"name": "column",
|
|
9241
9393
|
"hasDynamicHelp": false,
|
|
9242
9394
|
"multiple": false,
|
|
@@ -9244,84 +9396,82 @@
|
|
|
9244
9396
|
},
|
|
9245
9397
|
"priority": {
|
|
9246
9398
|
"char": "p",
|
|
9247
|
-
"description": "
|
|
9399
|
+
"description": "Filter by priority (uses workspace priority scale)",
|
|
9248
9400
|
"name": "priority",
|
|
9249
9401
|
"hasDynamicHelp": false,
|
|
9250
9402
|
"multiple": false,
|
|
9251
9403
|
"type": "option"
|
|
9252
9404
|
},
|
|
9253
9405
|
"category": {
|
|
9254
|
-
"description": "
|
|
9406
|
+
"description": "Filter by category",
|
|
9255
9407
|
"name": "category",
|
|
9256
9408
|
"hasDynamicHelp": false,
|
|
9257
9409
|
"multiple": false,
|
|
9258
9410
|
"type": "option"
|
|
9259
9411
|
},
|
|
9260
|
-
"
|
|
9261
|
-
"char": "
|
|
9262
|
-
"description": "
|
|
9263
|
-
"name": "
|
|
9264
|
-
"hasDynamicHelp": false,
|
|
9265
|
-
"multiple": false,
|
|
9266
|
-
"type": "option"
|
|
9267
|
-
},
|
|
9268
|
-
"description-file": {
|
|
9269
|
-
"char": "D",
|
|
9270
|
-
"description": "Path to a markdown file for the ticket description (use - for stdin)",
|
|
9271
|
-
"exclusive": [
|
|
9272
|
-
"description"
|
|
9273
|
-
],
|
|
9274
|
-
"name": "description-file",
|
|
9412
|
+
"search": {
|
|
9413
|
+
"char": "s",
|
|
9414
|
+
"description": "Search in title and description",
|
|
9415
|
+
"name": "search",
|
|
9275
9416
|
"hasDynamicHelp": false,
|
|
9276
9417
|
"multiple": false,
|
|
9277
9418
|
"type": "option"
|
|
9278
9419
|
},
|
|
9279
|
-
"
|
|
9280
|
-
"
|
|
9281
|
-
"
|
|
9420
|
+
"format": {
|
|
9421
|
+
"char": "f",
|
|
9422
|
+
"description": "Output format",
|
|
9423
|
+
"name": "format",
|
|
9424
|
+
"default": "table",
|
|
9282
9425
|
"hasDynamicHelp": false,
|
|
9283
9426
|
"multiple": false,
|
|
9427
|
+
"options": [
|
|
9428
|
+
"table",
|
|
9429
|
+
"compact",
|
|
9430
|
+
"json"
|
|
9431
|
+
],
|
|
9284
9432
|
"type": "option"
|
|
9285
9433
|
},
|
|
9286
|
-
"
|
|
9287
|
-
"char": "
|
|
9288
|
-
"description": "
|
|
9289
|
-
"name": "
|
|
9434
|
+
"all": {
|
|
9435
|
+
"char": "a",
|
|
9436
|
+
"description": "Show tickets across all projects",
|
|
9437
|
+
"name": "all",
|
|
9290
9438
|
"allowNo": false,
|
|
9291
9439
|
"type": "boolean"
|
|
9292
9440
|
},
|
|
9293
|
-
"
|
|
9294
|
-
"
|
|
9295
|
-
"
|
|
9296
|
-
"name": "epic",
|
|
9441
|
+
"label": {
|
|
9442
|
+
"description": "Filter by label name",
|
|
9443
|
+
"name": "label",
|
|
9297
9444
|
"hasDynamicHelp": false,
|
|
9298
9445
|
"multiple": false,
|
|
9299
9446
|
"type": "option"
|
|
9300
9447
|
},
|
|
9301
|
-
"
|
|
9302
|
-
"char": "
|
|
9303
|
-
"description": "
|
|
9304
|
-
"name": "
|
|
9448
|
+
"group-by": {
|
|
9449
|
+
"char": "g",
|
|
9450
|
+
"description": "Group tickets by field",
|
|
9451
|
+
"name": "group-by",
|
|
9452
|
+
"default": "status",
|
|
9305
9453
|
"hasDynamicHelp": false,
|
|
9306
9454
|
"multiple": false,
|
|
9455
|
+
"options": [
|
|
9456
|
+
"status",
|
|
9457
|
+
"priority"
|
|
9458
|
+
],
|
|
9307
9459
|
"type": "option"
|
|
9308
9460
|
},
|
|
9309
|
-
"
|
|
9310
|
-
"aliases": [
|
|
9311
|
-
"label"
|
|
9312
|
-
],
|
|
9461
|
+
"limit": {
|
|
9313
9462
|
"char": "l",
|
|
9314
|
-
"description": "
|
|
9315
|
-
"name": "
|
|
9463
|
+
"description": "Maximum number of tickets to display",
|
|
9464
|
+
"name": "limit",
|
|
9316
9465
|
"hasDynamicHelp": false,
|
|
9317
9466
|
"multiple": false,
|
|
9318
9467
|
"type": "option"
|
|
9319
9468
|
},
|
|
9320
|
-
"
|
|
9321
|
-
"description": "
|
|
9322
|
-
"name": "
|
|
9323
|
-
"
|
|
9324
|
-
"
|
|
9469
|
+
"offset": {
|
|
9470
|
+
"description": "Skip first N tickets (for pagination)",
|
|
9471
|
+
"name": "offset",
|
|
9472
|
+
"hasDynamicHelp": false,
|
|
9473
|
+
"multiple": false,
|
|
9474
|
+
"type": "option"
|
|
9325
9475
|
},
|
|
9326
9476
|
"source": {
|
|
9327
9477
|
"description": "Ticket source: \"pmo\" for local DB, \"linear\" for Linear API, or \"auto\" to detect (default: auto)",
|
|
@@ -9346,35 +9496,42 @@
|
|
|
9346
9496
|
},
|
|
9347
9497
|
"hasDynamicHelp": false,
|
|
9348
9498
|
"hiddenAliases": [],
|
|
9349
|
-
"id": "ticket:
|
|
9499
|
+
"id": "ticket:list",
|
|
9350
9500
|
"pluginAlias": "@proletariat/cli",
|
|
9351
9501
|
"pluginName": "@proletariat/cli",
|
|
9352
9502
|
"pluginType": "core",
|
|
9353
9503
|
"strict": true,
|
|
9504
|
+
"enableJsonFlag": false,
|
|
9354
9505
|
"isESM": true,
|
|
9355
9506
|
"relativePath": [
|
|
9356
9507
|
"dist",
|
|
9357
9508
|
"commands",
|
|
9358
9509
|
"ticket",
|
|
9359
|
-
"
|
|
9510
|
+
"list.js"
|
|
9360
9511
|
]
|
|
9361
9512
|
},
|
|
9362
|
-
"ticket:
|
|
9513
|
+
"ticket:move": {
|
|
9363
9514
|
"aliases": [],
|
|
9364
9515
|
"args": {
|
|
9365
9516
|
"ticketId": {
|
|
9366
|
-
"description": "Ticket ID
|
|
9517
|
+
"description": "Ticket ID - prompts with dropdown if not provided",
|
|
9367
9518
|
"name": "ticketId",
|
|
9368
9519
|
"required": false
|
|
9520
|
+
},
|
|
9521
|
+
"column": {
|
|
9522
|
+
"description": "Target column - prompts with dropdown if not provided",
|
|
9523
|
+
"name": "column",
|
|
9524
|
+
"required": false
|
|
9369
9525
|
}
|
|
9370
9526
|
},
|
|
9371
|
-
"description": "
|
|
9527
|
+
"description": "Move ticket(s) to a different column",
|
|
9372
9528
|
"examples": [
|
|
9373
|
-
"<%= config.bin %> <%= command.id %>
|
|
9374
|
-
"<%= config.bin %> <%= command.id %>
|
|
9375
|
-
"<%= config.bin %> <%= command.id %>
|
|
9376
|
-
"<%= config.bin %> <%= command.id %> --
|
|
9377
|
-
"<%= config.bin %> <%= command.id %> --
|
|
9529
|
+
"<%= config.bin %> <%= command.id %> my-ticket \"In Progress\"",
|
|
9530
|
+
"<%= config.bin %> <%= command.id %> implement-auth Done",
|
|
9531
|
+
"<%= config.bin %> <%= command.id %> TKT-123 --status \"In Review\"",
|
|
9532
|
+
"<%= config.bin %> <%= command.id %> fix-bug \"In Review\" --position 0",
|
|
9533
|
+
"<%= config.bin %> <%= command.id %> TKT-123 --to-project PROJ-002",
|
|
9534
|
+
"<%= config.bin %> <%= command.id %> --bulk"
|
|
9378
9535
|
],
|
|
9379
9536
|
"flags": {
|
|
9380
9537
|
"project": {
|
|
@@ -9398,24 +9555,46 @@
|
|
|
9398
9555
|
"allowNo": false,
|
|
9399
9556
|
"type": "boolean"
|
|
9400
9557
|
},
|
|
9401
|
-
"
|
|
9402
|
-
"char": "
|
|
9403
|
-
"description": "
|
|
9404
|
-
"name": "
|
|
9405
|
-
"
|
|
9406
|
-
"
|
|
9558
|
+
"status": {
|
|
9559
|
+
"char": "s",
|
|
9560
|
+
"description": "Target status/column (alternative to positional column argument)",
|
|
9561
|
+
"name": "status",
|
|
9562
|
+
"hasDynamicHelp": false,
|
|
9563
|
+
"multiple": false,
|
|
9564
|
+
"type": "option"
|
|
9565
|
+
},
|
|
9566
|
+
"position": {
|
|
9567
|
+
"description": "Position within the column (0 = top)",
|
|
9568
|
+
"name": "position",
|
|
9569
|
+
"hasDynamicHelp": false,
|
|
9570
|
+
"multiple": false,
|
|
9571
|
+
"type": "option"
|
|
9572
|
+
},
|
|
9573
|
+
"to-project": {
|
|
9574
|
+
"description": "Move ticket to a different project (uses Backlog/default column)",
|
|
9575
|
+
"name": "to-project",
|
|
9576
|
+
"hasDynamicHelp": false,
|
|
9577
|
+
"multiple": false,
|
|
9578
|
+
"type": "option"
|
|
9407
9579
|
},
|
|
9408
9580
|
"bulk": {
|
|
9409
9581
|
"char": "b",
|
|
9410
|
-
"description": "Enable bulk mode to
|
|
9582
|
+
"description": "Enable bulk mode to move multiple tickets",
|
|
9411
9583
|
"name": "bulk",
|
|
9412
9584
|
"allowNo": false,
|
|
9413
9585
|
"type": "boolean"
|
|
9586
|
+
},
|
|
9587
|
+
"force": {
|
|
9588
|
+
"char": "f",
|
|
9589
|
+
"description": "Skip confirmation prompt (bulk mode only)",
|
|
9590
|
+
"name": "force",
|
|
9591
|
+
"allowNo": false,
|
|
9592
|
+
"type": "boolean"
|
|
9414
9593
|
}
|
|
9415
9594
|
},
|
|
9416
9595
|
"hasDynamicHelp": false,
|
|
9417
9596
|
"hiddenAliases": [],
|
|
9418
|
-
"id": "ticket:
|
|
9597
|
+
"id": "ticket:move",
|
|
9419
9598
|
"pluginAlias": "@proletariat/cli",
|
|
9420
9599
|
"pluginName": "@proletariat/cli",
|
|
9421
9600
|
"pluginType": "core",
|
|
@@ -9425,27 +9604,82 @@
|
|
|
9425
9604
|
"dist",
|
|
9426
9605
|
"commands",
|
|
9427
9606
|
"ticket",
|
|
9428
|
-
"
|
|
9607
|
+
"move.js"
|
|
9429
9608
|
]
|
|
9430
9609
|
},
|
|
9431
|
-
"ticket:
|
|
9610
|
+
"ticket:show": {
|
|
9432
9611
|
"aliases": [],
|
|
9433
9612
|
"args": {
|
|
9434
9613
|
"ticketId": {
|
|
9435
|
-
"description": "Ticket ID to
|
|
9614
|
+
"description": "Ticket ID to view - prompts with dropdown if not provided",
|
|
9436
9615
|
"name": "ticketId",
|
|
9437
9616
|
"required": false
|
|
9438
9617
|
}
|
|
9439
9618
|
},
|
|
9440
|
-
"description": "
|
|
9619
|
+
"description": "View detailed ticket information",
|
|
9441
9620
|
"examples": [
|
|
9442
9621
|
"<%= config.bin %> <%= command.id %> TICK-001",
|
|
9443
|
-
"<%= config.bin %> <%= command.id %> TICK-001 --title \"New title\"",
|
|
9444
|
-
"<%= config.bin %> <%= command.id %> TICK-001 --priority P1 --category bug",
|
|
9445
|
-
"<%= config.bin %> <%= command.id %> TICK-001 --add-subtask \"Implement feature\" --add-subtask \"Write tests\"",
|
|
9446
|
-
"<%= config.bin %> <%= command.id %> TICK-001 --owner \"john\" --assignee \"agent-1\"",
|
|
9447
9622
|
"<%= config.bin %> <%= command.id %> # Interactive mode"
|
|
9448
9623
|
],
|
|
9624
|
+
"flags": {
|
|
9625
|
+
"project": {
|
|
9626
|
+
"char": "P",
|
|
9627
|
+
"description": "Project ID (uses first project if only one exists)",
|
|
9628
|
+
"name": "project",
|
|
9629
|
+
"hasDynamicHelp": false,
|
|
9630
|
+
"multiple": false,
|
|
9631
|
+
"type": "option"
|
|
9632
|
+
},
|
|
9633
|
+
"json": {
|
|
9634
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
9635
|
+
"name": "json",
|
|
9636
|
+
"allowNo": false,
|
|
9637
|
+
"type": "boolean"
|
|
9638
|
+
},
|
|
9639
|
+
"machine": {
|
|
9640
|
+
"char": "m",
|
|
9641
|
+
"description": "Output as JSON for AI agents/scripts",
|
|
9642
|
+
"name": "machine",
|
|
9643
|
+
"allowNo": false,
|
|
9644
|
+
"type": "boolean"
|
|
9645
|
+
}
|
|
9646
|
+
},
|
|
9647
|
+
"hasDynamicHelp": false,
|
|
9648
|
+
"hiddenAliases": [],
|
|
9649
|
+
"id": "ticket:show",
|
|
9650
|
+
"pluginAlias": "@proletariat/cli",
|
|
9651
|
+
"pluginName": "@proletariat/cli",
|
|
9652
|
+
"pluginType": "core",
|
|
9653
|
+
"strict": true,
|
|
9654
|
+
"isESM": true,
|
|
9655
|
+
"relativePath": [
|
|
9656
|
+
"dist",
|
|
9657
|
+
"commands",
|
|
9658
|
+
"ticket",
|
|
9659
|
+
"show.js"
|
|
9660
|
+
]
|
|
9661
|
+
},
|
|
9662
|
+
"ticket:update": {
|
|
9663
|
+
"aliases": [],
|
|
9664
|
+
"args": {
|
|
9665
|
+
"ticketId": {
|
|
9666
|
+
"description": "Ticket ID - prompts with dropdown if not provided",
|
|
9667
|
+
"name": "ticketId",
|
|
9668
|
+
"required": false
|
|
9669
|
+
}
|
|
9670
|
+
},
|
|
9671
|
+
"description": "Update ticket fields (title, description, priority, category, labels, status)",
|
|
9672
|
+
"examples": [
|
|
9673
|
+
"<%= config.bin %> <%= command.id %> TKT-001 --title \"New title\"",
|
|
9674
|
+
"<%= config.bin %> <%= command.id %> TKT-001 --description \"Updated description\"",
|
|
9675
|
+
"<%= config.bin %> <%= command.id %> TKT-001 --description-file ./spec.md",
|
|
9676
|
+
"<%= config.bin %> <%= command.id %> TKT-001 --priority P1",
|
|
9677
|
+
"<%= config.bin %> <%= command.id %> TKT-001 --category bug",
|
|
9678
|
+
"<%= config.bin %> <%= command.id %> TKT-001 --labels frontend,urgent",
|
|
9679
|
+
"<%= config.bin %> <%= command.id %> TKT-001 --status \"In Progress\"",
|
|
9680
|
+
"<%= config.bin %> <%= command.id %> TKT-001 --title \"Fix auth\" --priority P0 --status \"In Progress\" --json",
|
|
9681
|
+
"<%= config.bin %> <%= command.id %> --bulk --priority P1"
|
|
9682
|
+
],
|
|
9449
9683
|
"flags": {
|
|
9450
9684
|
"project": {
|
|
9451
9685
|
"char": "P",
|
|
@@ -9470,7 +9704,7 @@
|
|
|
9470
9704
|
},
|
|
9471
9705
|
"title": {
|
|
9472
9706
|
"char": "t",
|
|
9473
|
-
"description": "
|
|
9707
|
+
"description": "Set ticket title",
|
|
9474
9708
|
"name": "title",
|
|
9475
9709
|
"hasDynamicHelp": false,
|
|
9476
9710
|
"multiple": false,
|
|
@@ -9478,94 +9712,69 @@
|
|
|
9478
9712
|
},
|
|
9479
9713
|
"description": {
|
|
9480
9714
|
"char": "d",
|
|
9481
|
-
"description": "
|
|
9715
|
+
"description": "Set ticket description",
|
|
9482
9716
|
"name": "description",
|
|
9483
9717
|
"hasDynamicHelp": false,
|
|
9484
9718
|
"multiple": false,
|
|
9485
9719
|
"type": "option"
|
|
9486
9720
|
},
|
|
9721
|
+
"description-file": {
|
|
9722
|
+
"description": "Read ticket description from a file",
|
|
9723
|
+
"name": "description-file",
|
|
9724
|
+
"hasDynamicHelp": false,
|
|
9725
|
+
"multiple": false,
|
|
9726
|
+
"type": "option"
|
|
9727
|
+
},
|
|
9487
9728
|
"priority": {
|
|
9488
9729
|
"char": "p",
|
|
9489
|
-
"description": "
|
|
9730
|
+
"description": "Set priority (uses workspace priority scale, \"none\" to clear)",
|
|
9490
9731
|
"name": "priority",
|
|
9491
9732
|
"hasDynamicHelp": false,
|
|
9492
9733
|
"multiple": false,
|
|
9493
9734
|
"type": "option"
|
|
9494
9735
|
},
|
|
9495
9736
|
"category": {
|
|
9496
|
-
"
|
|
9737
|
+
"char": "c",
|
|
9738
|
+
"description": "Set category (e.g., feature, bug, refactor, \"none\" to clear)",
|
|
9497
9739
|
"name": "category",
|
|
9498
9740
|
"hasDynamicHelp": false,
|
|
9499
9741
|
"multiple": false,
|
|
9500
9742
|
"type": "option"
|
|
9501
9743
|
},
|
|
9502
|
-
"
|
|
9503
|
-
"char": "
|
|
9504
|
-
"description": "
|
|
9505
|
-
"name": "
|
|
9744
|
+
"labels": {
|
|
9745
|
+
"char": "l",
|
|
9746
|
+
"description": "Set labels (comma-separated, replaces existing labels; use \"\" to clear)",
|
|
9747
|
+
"name": "labels",
|
|
9506
9748
|
"hasDynamicHelp": false,
|
|
9507
9749
|
"multiple": false,
|
|
9508
9750
|
"type": "option"
|
|
9509
9751
|
},
|
|
9510
|
-
"
|
|
9511
|
-
"char": "
|
|
9512
|
-
"description": "
|
|
9513
|
-
"name": "
|
|
9752
|
+
"status": {
|
|
9753
|
+
"char": "s",
|
|
9754
|
+
"description": "Set status/column (e.g., \"In Progress\", \"Done\")",
|
|
9755
|
+
"name": "status",
|
|
9514
9756
|
"hasDynamicHelp": false,
|
|
9515
9757
|
"multiple": false,
|
|
9516
9758
|
"type": "option"
|
|
9517
9759
|
},
|
|
9518
|
-
"
|
|
9519
|
-
"
|
|
9520
|
-
"
|
|
9521
|
-
"
|
|
9522
|
-
"multiple": true,
|
|
9523
|
-
"type": "option"
|
|
9524
|
-
},
|
|
9525
|
-
"clear-subtasks": {
|
|
9526
|
-
"description": "Clear all existing subtasks before adding new ones",
|
|
9527
|
-
"name": "clear-subtasks",
|
|
9528
|
-
"allowNo": false,
|
|
9529
|
-
"type": "boolean"
|
|
9530
|
-
},
|
|
9531
|
-
"add-label": {
|
|
9532
|
-
"description": "Add a label (can be used multiple times)",
|
|
9533
|
-
"name": "add-label",
|
|
9534
|
-
"hasDynamicHelp": false,
|
|
9535
|
-
"multiple": true,
|
|
9536
|
-
"type": "option"
|
|
9537
|
-
},
|
|
9538
|
-
"remove-label": {
|
|
9539
|
-
"description": "Remove a label",
|
|
9540
|
-
"name": "remove-label",
|
|
9541
|
-
"hasDynamicHelp": false,
|
|
9542
|
-
"multiple": true,
|
|
9543
|
-
"type": "option"
|
|
9544
|
-
},
|
|
9545
|
-
"add-ac": {
|
|
9546
|
-
"description": "Add an acceptance criterion (can be used multiple times)",
|
|
9547
|
-
"name": "add-ac",
|
|
9548
|
-
"hasDynamicHelp": false,
|
|
9549
|
-
"multiple": true,
|
|
9550
|
-
"type": "option"
|
|
9551
|
-
},
|
|
9552
|
-
"clear-ac": {
|
|
9553
|
-
"description": "Clear all existing acceptance criteria before adding new ones",
|
|
9554
|
-
"name": "clear-ac",
|
|
9760
|
+
"bulk": {
|
|
9761
|
+
"char": "b",
|
|
9762
|
+
"description": "Enable bulk mode to update multiple tickets",
|
|
9763
|
+
"name": "bulk",
|
|
9555
9764
|
"allowNo": false,
|
|
9556
9765
|
"type": "boolean"
|
|
9557
9766
|
},
|
|
9558
|
-
"
|
|
9559
|
-
"char": "
|
|
9560
|
-
"description": "
|
|
9561
|
-
"name": "
|
|
9767
|
+
"force": {
|
|
9768
|
+
"char": "f",
|
|
9769
|
+
"description": "Skip confirmation prompt",
|
|
9770
|
+
"name": "force",
|
|
9562
9771
|
"allowNo": false,
|
|
9563
9772
|
"type": "boolean"
|
|
9564
9773
|
}
|
|
9565
9774
|
},
|
|
9566
9775
|
"hasDynamicHelp": false,
|
|
9567
9776
|
"hiddenAliases": [],
|
|
9568
|
-
"id": "ticket:
|
|
9777
|
+
"id": "ticket:update",
|
|
9569
9778
|
"pluginAlias": "@proletariat/cli",
|
|
9570
9779
|
"pluginName": "@proletariat/cli",
|
|
9571
9780
|
"pluginType": "core",
|
|
@@ -9575,15 +9784,31 @@
|
|
|
9575
9784
|
"dist",
|
|
9576
9785
|
"commands",
|
|
9577
9786
|
"ticket",
|
|
9578
|
-
"
|
|
9787
|
+
"update.js"
|
|
9579
9788
|
]
|
|
9580
9789
|
},
|
|
9581
|
-
"
|
|
9790
|
+
"tools:add": {
|
|
9582
9791
|
"aliases": [],
|
|
9583
|
-
"args": {
|
|
9584
|
-
|
|
9792
|
+
"args": {
|
|
9793
|
+
"type": {
|
|
9794
|
+
"description": "Tool type (mcp or cli)",
|
|
9795
|
+
"name": "type",
|
|
9796
|
+
"options": [
|
|
9797
|
+
"mcp",
|
|
9798
|
+
"cli"
|
|
9799
|
+
],
|
|
9800
|
+
"required": true
|
|
9801
|
+
},
|
|
9802
|
+
"name": {
|
|
9803
|
+
"description": "Tool name (unique identifier)",
|
|
9804
|
+
"name": "name",
|
|
9805
|
+
"required": true
|
|
9806
|
+
}
|
|
9807
|
+
},
|
|
9808
|
+
"description": "Register an MCP server or CLI tool",
|
|
9585
9809
|
"examples": [
|
|
9586
|
-
"<%= config.bin %>
|
|
9810
|
+
"<%= config.bin %> tools add mcp arcade --url https://api.arcade.dev/mcp --auth ARCADE_API_KEY --description \"Arcade integrations\"",
|
|
9811
|
+
"<%= config.bin %> tools add cli gh --command gh --detect \"which gh\" --install \"brew install gh\" --description \"GitHub CLI\""
|
|
9587
9812
|
],
|
|
9588
9813
|
"flags": {
|
|
9589
9814
|
"json": {
|
|
@@ -9598,11 +9823,55 @@
|
|
|
9598
9823
|
"name": "machine",
|
|
9599
9824
|
"allowNo": false,
|
|
9600
9825
|
"type": "boolean"
|
|
9826
|
+
},
|
|
9827
|
+
"url": {
|
|
9828
|
+
"description": "MCP server URL (for remote servers)",
|
|
9829
|
+
"name": "url",
|
|
9830
|
+
"hasDynamicHelp": false,
|
|
9831
|
+
"multiple": false,
|
|
9832
|
+
"type": "option"
|
|
9833
|
+
},
|
|
9834
|
+
"command": {
|
|
9835
|
+
"description": "Command to run (MCP server command or CLI tool binary)",
|
|
9836
|
+
"name": "command",
|
|
9837
|
+
"hasDynamicHelp": false,
|
|
9838
|
+
"multiple": false,
|
|
9839
|
+
"type": "option"
|
|
9840
|
+
},
|
|
9841
|
+
"auth": {
|
|
9842
|
+
"description": "Environment variable for authentication (e.g., ARCADE_API_KEY)",
|
|
9843
|
+
"name": "auth",
|
|
9844
|
+
"hasDynamicHelp": false,
|
|
9845
|
+
"multiple": false,
|
|
9846
|
+
"type": "option"
|
|
9847
|
+
},
|
|
9848
|
+
"detect": {
|
|
9849
|
+
"description": "Shell command to detect if CLI tool is installed",
|
|
9850
|
+
"name": "detect",
|
|
9851
|
+
"hasDynamicHelp": false,
|
|
9852
|
+
"multiple": false,
|
|
9853
|
+
"type": "option"
|
|
9854
|
+
},
|
|
9855
|
+
"install": {
|
|
9856
|
+
"description": "Shell command to install the CLI tool",
|
|
9857
|
+
"name": "install",
|
|
9858
|
+
"hasDynamicHelp": false,
|
|
9859
|
+
"multiple": false,
|
|
9860
|
+
"type": "option"
|
|
9861
|
+
},
|
|
9862
|
+
"description": {
|
|
9863
|
+
"char": "d",
|
|
9864
|
+
"description": "Human-readable description",
|
|
9865
|
+
"name": "description",
|
|
9866
|
+
"required": true,
|
|
9867
|
+
"hasDynamicHelp": false,
|
|
9868
|
+
"multiple": false,
|
|
9869
|
+
"type": "option"
|
|
9601
9870
|
}
|
|
9602
9871
|
},
|
|
9603
9872
|
"hasDynamicHelp": false,
|
|
9604
9873
|
"hiddenAliases": [],
|
|
9605
|
-
"id": "
|
|
9874
|
+
"id": "tools:add",
|
|
9606
9875
|
"pluginAlias": "@proletariat/cli",
|
|
9607
9876
|
"pluginName": "@proletariat/cli",
|
|
9608
9877
|
"pluginType": "core",
|
|
@@ -9611,36 +9880,19 @@
|
|
|
9611
9880
|
"relativePath": [
|
|
9612
9881
|
"dist",
|
|
9613
9882
|
"commands",
|
|
9614
|
-
"
|
|
9615
|
-
"
|
|
9883
|
+
"tools",
|
|
9884
|
+
"add.js"
|
|
9616
9885
|
]
|
|
9617
9886
|
},
|
|
9618
|
-
"
|
|
9887
|
+
"tools:check": {
|
|
9619
9888
|
"aliases": [],
|
|
9620
9889
|
"args": {},
|
|
9621
|
-
"description": "
|
|
9890
|
+
"description": "Verify all registered tools are available and healthy",
|
|
9622
9891
|
"examples": [
|
|
9623
|
-
"<%= config.bin %>
|
|
9624
|
-
"<%= config.bin %>
|
|
9625
|
-
"<%= config.bin %> <%= command.id %> --priority P0",
|
|
9626
|
-
"<%= config.bin %> <%= command.id %> --category bug",
|
|
9627
|
-
"<%= config.bin %> <%= command.id %> --search \"login\"",
|
|
9628
|
-
"<%= config.bin %> <%= command.id %> --project mobile-app",
|
|
9629
|
-
"<%= config.bin %> <%= command.id %> --all",
|
|
9630
|
-
"<%= config.bin %> <%= command.id %> --all --group-by priority",
|
|
9631
|
-
"<%= config.bin %> <%= command.id %> -g priority",
|
|
9632
|
-
"<%= config.bin %> <%= command.id %> --limit 10",
|
|
9633
|
-
"<%= config.bin %> <%= command.id %> --limit 10 --offset 20"
|
|
9892
|
+
"<%= config.bin %> tools check",
|
|
9893
|
+
"<%= config.bin %> tools check --json"
|
|
9634
9894
|
],
|
|
9635
9895
|
"flags": {
|
|
9636
|
-
"project": {
|
|
9637
|
-
"char": "P",
|
|
9638
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
9639
|
-
"name": "project",
|
|
9640
|
-
"hasDynamicHelp": false,
|
|
9641
|
-
"multiple": false,
|
|
9642
|
-
"type": "option"
|
|
9643
|
-
},
|
|
9644
9896
|
"json": {
|
|
9645
9897
|
"description": "Output as JSON for AI agents/scripts",
|
|
9646
9898
|
"name": "json",
|
|
@@ -9653,118 +9905,11 @@
|
|
|
9653
9905
|
"name": "machine",
|
|
9654
9906
|
"allowNo": false,
|
|
9655
9907
|
"type": "boolean"
|
|
9656
|
-
},
|
|
9657
|
-
"column": {
|
|
9658
|
-
"char": "c",
|
|
9659
|
-
"description": "Filter by column",
|
|
9660
|
-
"name": "column",
|
|
9661
|
-
"hasDynamicHelp": false,
|
|
9662
|
-
"multiple": false,
|
|
9663
|
-
"type": "option"
|
|
9664
|
-
},
|
|
9665
|
-
"priority": {
|
|
9666
|
-
"char": "p",
|
|
9667
|
-
"description": "Filter by priority (uses workspace priority scale)",
|
|
9668
|
-
"name": "priority",
|
|
9669
|
-
"hasDynamicHelp": false,
|
|
9670
|
-
"multiple": false,
|
|
9671
|
-
"type": "option"
|
|
9672
|
-
},
|
|
9673
|
-
"category": {
|
|
9674
|
-
"description": "Filter by category",
|
|
9675
|
-
"name": "category",
|
|
9676
|
-
"hasDynamicHelp": false,
|
|
9677
|
-
"multiple": false,
|
|
9678
|
-
"type": "option"
|
|
9679
|
-
},
|
|
9680
|
-
"search": {
|
|
9681
|
-
"char": "s",
|
|
9682
|
-
"description": "Search in title and description",
|
|
9683
|
-
"name": "search",
|
|
9684
|
-
"hasDynamicHelp": false,
|
|
9685
|
-
"multiple": false,
|
|
9686
|
-
"type": "option"
|
|
9687
|
-
},
|
|
9688
|
-
"format": {
|
|
9689
|
-
"char": "f",
|
|
9690
|
-
"description": "Output format",
|
|
9691
|
-
"name": "format",
|
|
9692
|
-
"default": "table",
|
|
9693
|
-
"hasDynamicHelp": false,
|
|
9694
|
-
"multiple": false,
|
|
9695
|
-
"options": [
|
|
9696
|
-
"table",
|
|
9697
|
-
"compact",
|
|
9698
|
-
"json"
|
|
9699
|
-
],
|
|
9700
|
-
"type": "option"
|
|
9701
|
-
},
|
|
9702
|
-
"all": {
|
|
9703
|
-
"char": "a",
|
|
9704
|
-
"description": "Show tickets across all projects",
|
|
9705
|
-
"name": "all",
|
|
9706
|
-
"allowNo": false,
|
|
9707
|
-
"type": "boolean"
|
|
9708
|
-
},
|
|
9709
|
-
"label": {
|
|
9710
|
-
"description": "Filter by label name",
|
|
9711
|
-
"name": "label",
|
|
9712
|
-
"hasDynamicHelp": false,
|
|
9713
|
-
"multiple": false,
|
|
9714
|
-
"type": "option"
|
|
9715
|
-
},
|
|
9716
|
-
"group-by": {
|
|
9717
|
-
"char": "g",
|
|
9718
|
-
"description": "Group tickets by field",
|
|
9719
|
-
"name": "group-by",
|
|
9720
|
-
"default": "status",
|
|
9721
|
-
"hasDynamicHelp": false,
|
|
9722
|
-
"multiple": false,
|
|
9723
|
-
"options": [
|
|
9724
|
-
"status",
|
|
9725
|
-
"priority"
|
|
9726
|
-
],
|
|
9727
|
-
"type": "option"
|
|
9728
|
-
},
|
|
9729
|
-
"limit": {
|
|
9730
|
-
"char": "l",
|
|
9731
|
-
"description": "Maximum number of tickets to display",
|
|
9732
|
-
"name": "limit",
|
|
9733
|
-
"hasDynamicHelp": false,
|
|
9734
|
-
"multiple": false,
|
|
9735
|
-
"type": "option"
|
|
9736
|
-
},
|
|
9737
|
-
"offset": {
|
|
9738
|
-
"description": "Skip first N tickets (for pagination)",
|
|
9739
|
-
"name": "offset",
|
|
9740
|
-
"hasDynamicHelp": false,
|
|
9741
|
-
"multiple": false,
|
|
9742
|
-
"type": "option"
|
|
9743
|
-
},
|
|
9744
|
-
"source": {
|
|
9745
|
-
"description": "Ticket source: \"pmo\" for local DB, \"linear\" for Linear API, or \"auto\" to detect (default: auto)",
|
|
9746
|
-
"name": "source",
|
|
9747
|
-
"default": "auto",
|
|
9748
|
-
"hasDynamicHelp": false,
|
|
9749
|
-
"multiple": false,
|
|
9750
|
-
"options": [
|
|
9751
|
-
"auto",
|
|
9752
|
-
"pmo",
|
|
9753
|
-
"linear"
|
|
9754
|
-
],
|
|
9755
|
-
"type": "option"
|
|
9756
|
-
},
|
|
9757
|
-
"team": {
|
|
9758
|
-
"description": "Linear team key (fallback: PRLT_LINEAR_TEAM)",
|
|
9759
|
-
"name": "team",
|
|
9760
|
-
"hasDynamicHelp": false,
|
|
9761
|
-
"multiple": false,
|
|
9762
|
-
"type": "option"
|
|
9763
9908
|
}
|
|
9764
9909
|
},
|
|
9765
9910
|
"hasDynamicHelp": false,
|
|
9766
9911
|
"hiddenAliases": [],
|
|
9767
|
-
"id": "
|
|
9912
|
+
"id": "tools:check",
|
|
9768
9913
|
"pluginAlias": "@proletariat/cli",
|
|
9769
9914
|
"pluginName": "@proletariat/cli",
|
|
9770
9915
|
"pluginType": "core",
|
|
@@ -9774,42 +9919,20 @@
|
|
|
9774
9919
|
"relativePath": [
|
|
9775
9920
|
"dist",
|
|
9776
9921
|
"commands",
|
|
9777
|
-
"
|
|
9778
|
-
"
|
|
9922
|
+
"tools",
|
|
9923
|
+
"check.js"
|
|
9779
9924
|
]
|
|
9780
9925
|
},
|
|
9781
|
-
"
|
|
9926
|
+
"tools:detect": {
|
|
9782
9927
|
"aliases": [],
|
|
9783
|
-
"args": {
|
|
9784
|
-
|
|
9785
|
-
"description": "Ticket ID - prompts with dropdown if not provided",
|
|
9786
|
-
"name": "ticketId",
|
|
9787
|
-
"required": false
|
|
9788
|
-
},
|
|
9789
|
-
"column": {
|
|
9790
|
-
"description": "Target column - prompts with dropdown if not provided",
|
|
9791
|
-
"name": "column",
|
|
9792
|
-
"required": false
|
|
9793
|
-
}
|
|
9794
|
-
},
|
|
9795
|
-
"description": "Move ticket(s) to a different column",
|
|
9928
|
+
"args": {},
|
|
9929
|
+
"description": "Auto-detect common CLI tools on the system and register them",
|
|
9796
9930
|
"examples": [
|
|
9797
|
-
"<%= config.bin %>
|
|
9798
|
-
"<%= config.bin %>
|
|
9799
|
-
"<%= config.bin %>
|
|
9800
|
-
"<%= config.bin %> <%= command.id %> fix-bug \"In Review\" --position 0",
|
|
9801
|
-
"<%= config.bin %> <%= command.id %> TKT-123 --to-project PROJ-002",
|
|
9802
|
-
"<%= config.bin %> <%= command.id %> --bulk"
|
|
9931
|
+
"<%= config.bin %> tools detect",
|
|
9932
|
+
"<%= config.bin %> tools detect --auto",
|
|
9933
|
+
"<%= config.bin %> tools detect --json"
|
|
9803
9934
|
],
|
|
9804
9935
|
"flags": {
|
|
9805
|
-
"project": {
|
|
9806
|
-
"char": "P",
|
|
9807
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
9808
|
-
"name": "project",
|
|
9809
|
-
"hasDynamicHelp": false,
|
|
9810
|
-
"multiple": false,
|
|
9811
|
-
"type": "option"
|
|
9812
|
-
},
|
|
9813
9936
|
"json": {
|
|
9814
9937
|
"description": "Output as JSON for AI agents/scripts",
|
|
9815
9938
|
"name": "json",
|
|
@@ -9823,81 +9946,40 @@
|
|
|
9823
9946
|
"allowNo": false,
|
|
9824
9947
|
"type": "boolean"
|
|
9825
9948
|
},
|
|
9826
|
-
"
|
|
9827
|
-
"
|
|
9828
|
-
"
|
|
9829
|
-
"name": "status",
|
|
9830
|
-
"hasDynamicHelp": false,
|
|
9831
|
-
"multiple": false,
|
|
9832
|
-
"type": "option"
|
|
9833
|
-
},
|
|
9834
|
-
"position": {
|
|
9835
|
-
"description": "Position within the column (0 = top)",
|
|
9836
|
-
"name": "position",
|
|
9837
|
-
"hasDynamicHelp": false,
|
|
9838
|
-
"multiple": false,
|
|
9839
|
-
"type": "option"
|
|
9840
|
-
},
|
|
9841
|
-
"to-project": {
|
|
9842
|
-
"description": "Move ticket to a different project (uses Backlog/default column)",
|
|
9843
|
-
"name": "to-project",
|
|
9844
|
-
"hasDynamicHelp": false,
|
|
9845
|
-
"multiple": false,
|
|
9846
|
-
"type": "option"
|
|
9847
|
-
},
|
|
9848
|
-
"bulk": {
|
|
9849
|
-
"char": "b",
|
|
9850
|
-
"description": "Enable bulk mode to move multiple tickets",
|
|
9851
|
-
"name": "bulk",
|
|
9852
|
-
"allowNo": false,
|
|
9853
|
-
"type": "boolean"
|
|
9854
|
-
},
|
|
9855
|
-
"force": {
|
|
9856
|
-
"char": "f",
|
|
9857
|
-
"description": "Skip confirmation prompt (bulk mode only)",
|
|
9858
|
-
"name": "force",
|
|
9949
|
+
"auto": {
|
|
9950
|
+
"description": "Automatically register all detected tools without prompting",
|
|
9951
|
+
"name": "auto",
|
|
9859
9952
|
"allowNo": false,
|
|
9860
9953
|
"type": "boolean"
|
|
9861
9954
|
}
|
|
9862
9955
|
},
|
|
9863
9956
|
"hasDynamicHelp": false,
|
|
9864
9957
|
"hiddenAliases": [],
|
|
9865
|
-
"id": "
|
|
9958
|
+
"id": "tools:detect",
|
|
9866
9959
|
"pluginAlias": "@proletariat/cli",
|
|
9867
9960
|
"pluginName": "@proletariat/cli",
|
|
9868
9961
|
"pluginType": "core",
|
|
9869
9962
|
"strict": true,
|
|
9963
|
+
"enableJsonFlag": false,
|
|
9870
9964
|
"isESM": true,
|
|
9871
9965
|
"relativePath": [
|
|
9872
9966
|
"dist",
|
|
9873
9967
|
"commands",
|
|
9874
|
-
"
|
|
9875
|
-
"
|
|
9968
|
+
"tools",
|
|
9969
|
+
"detect.js"
|
|
9876
9970
|
]
|
|
9877
9971
|
},
|
|
9878
|
-
"
|
|
9879
|
-
"aliases": [
|
|
9880
|
-
|
|
9881
|
-
|
|
9882
|
-
|
|
9883
|
-
|
|
9884
|
-
"required": false
|
|
9885
|
-
}
|
|
9886
|
-
},
|
|
9887
|
-
"description": "View detailed ticket information",
|
|
9972
|
+
"tools": {
|
|
9973
|
+
"aliases": [
|
|
9974
|
+
"tools:list"
|
|
9975
|
+
],
|
|
9976
|
+
"args": {},
|
|
9977
|
+
"description": "Show all registered MCP servers and CLI tools",
|
|
9888
9978
|
"examples": [
|
|
9889
|
-
"<%= config.bin %>
|
|
9890
|
-
"<%= config.bin %>
|
|
9979
|
+
"<%= config.bin %> tools",
|
|
9980
|
+
"<%= config.bin %> tools --json"
|
|
9891
9981
|
],
|
|
9892
9982
|
"flags": {
|
|
9893
|
-
"project": {
|
|
9894
|
-
"char": "P",
|
|
9895
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
9896
|
-
"name": "project",
|
|
9897
|
-
"hasDynamicHelp": false,
|
|
9898
|
-
"multiple": false,
|
|
9899
|
-
"type": "option"
|
|
9900
|
-
},
|
|
9901
9983
|
"json": {
|
|
9902
9984
|
"description": "Output as JSON for AI agents/scripts",
|
|
9903
9985
|
"name": "json",
|
|
@@ -9914,49 +9996,35 @@
|
|
|
9914
9996
|
},
|
|
9915
9997
|
"hasDynamicHelp": false,
|
|
9916
9998
|
"hiddenAliases": [],
|
|
9917
|
-
"id": "
|
|
9999
|
+
"id": "tools",
|
|
9918
10000
|
"pluginAlias": "@proletariat/cli",
|
|
9919
10001
|
"pluginName": "@proletariat/cli",
|
|
9920
10002
|
"pluginType": "core",
|
|
9921
10003
|
"strict": true,
|
|
10004
|
+
"enableJsonFlag": false,
|
|
9922
10005
|
"isESM": true,
|
|
9923
10006
|
"relativePath": [
|
|
9924
10007
|
"dist",
|
|
9925
10008
|
"commands",
|
|
9926
|
-
"
|
|
9927
|
-
"
|
|
10009
|
+
"tools",
|
|
10010
|
+
"index.js"
|
|
9928
10011
|
]
|
|
9929
10012
|
},
|
|
9930
|
-
"
|
|
10013
|
+
"tools:remove": {
|
|
9931
10014
|
"aliases": [],
|
|
9932
10015
|
"args": {
|
|
9933
|
-
"
|
|
9934
|
-
"description": "
|
|
9935
|
-
"name": "
|
|
9936
|
-
"required":
|
|
10016
|
+
"name": {
|
|
10017
|
+
"description": "Tool name to remove",
|
|
10018
|
+
"name": "name",
|
|
10019
|
+
"required": true
|
|
9937
10020
|
}
|
|
9938
10021
|
},
|
|
9939
|
-
"description": "
|
|
10022
|
+
"description": "Remove a tool from the registry",
|
|
9940
10023
|
"examples": [
|
|
9941
|
-
"<%= config.bin %>
|
|
9942
|
-
"<%= config.bin %>
|
|
9943
|
-
"<%= config.bin %> <%= command.id %> TKT-001 --description-file ./spec.md",
|
|
9944
|
-
"<%= config.bin %> <%= command.id %> TKT-001 --priority P1",
|
|
9945
|
-
"<%= config.bin %> <%= command.id %> TKT-001 --category bug",
|
|
9946
|
-
"<%= config.bin %> <%= command.id %> TKT-001 --labels frontend,urgent",
|
|
9947
|
-
"<%= config.bin %> <%= command.id %> TKT-001 --status \"In Progress\"",
|
|
9948
|
-
"<%= config.bin %> <%= command.id %> TKT-001 --title \"Fix auth\" --priority P0 --status \"In Progress\" --json",
|
|
9949
|
-
"<%= config.bin %> <%= command.id %> --bulk --priority P1"
|
|
10024
|
+
"<%= config.bin %> tools remove arcade",
|
|
10025
|
+
"<%= config.bin %> tools remove ffmpeg"
|
|
9950
10026
|
],
|
|
9951
10027
|
"flags": {
|
|
9952
|
-
"project": {
|
|
9953
|
-
"char": "P",
|
|
9954
|
-
"description": "Project ID (uses first project if only one exists)",
|
|
9955
|
-
"name": "project",
|
|
9956
|
-
"hasDynamicHelp": false,
|
|
9957
|
-
"multiple": false,
|
|
9958
|
-
"type": "option"
|
|
9959
|
-
},
|
|
9960
10028
|
"json": {
|
|
9961
10029
|
"description": "Output as JSON for AI agents/scripts",
|
|
9962
10030
|
"name": "json",
|
|
@@ -9969,90 +10037,22 @@
|
|
|
9969
10037
|
"name": "machine",
|
|
9970
10038
|
"allowNo": false,
|
|
9971
10039
|
"type": "boolean"
|
|
9972
|
-
},
|
|
9973
|
-
"title": {
|
|
9974
|
-
"char": "t",
|
|
9975
|
-
"description": "Set ticket title",
|
|
9976
|
-
"name": "title",
|
|
9977
|
-
"hasDynamicHelp": false,
|
|
9978
|
-
"multiple": false,
|
|
9979
|
-
"type": "option"
|
|
9980
|
-
},
|
|
9981
|
-
"description": {
|
|
9982
|
-
"char": "d",
|
|
9983
|
-
"description": "Set ticket description",
|
|
9984
|
-
"name": "description",
|
|
9985
|
-
"hasDynamicHelp": false,
|
|
9986
|
-
"multiple": false,
|
|
9987
|
-
"type": "option"
|
|
9988
|
-
},
|
|
9989
|
-
"description-file": {
|
|
9990
|
-
"description": "Read ticket description from a file",
|
|
9991
|
-
"name": "description-file",
|
|
9992
|
-
"hasDynamicHelp": false,
|
|
9993
|
-
"multiple": false,
|
|
9994
|
-
"type": "option"
|
|
9995
|
-
},
|
|
9996
|
-
"priority": {
|
|
9997
|
-
"char": "p",
|
|
9998
|
-
"description": "Set priority (uses workspace priority scale, \"none\" to clear)",
|
|
9999
|
-
"name": "priority",
|
|
10000
|
-
"hasDynamicHelp": false,
|
|
10001
|
-
"multiple": false,
|
|
10002
|
-
"type": "option"
|
|
10003
|
-
},
|
|
10004
|
-
"category": {
|
|
10005
|
-
"char": "c",
|
|
10006
|
-
"description": "Set category (e.g., feature, bug, refactor, \"none\" to clear)",
|
|
10007
|
-
"name": "category",
|
|
10008
|
-
"hasDynamicHelp": false,
|
|
10009
|
-
"multiple": false,
|
|
10010
|
-
"type": "option"
|
|
10011
|
-
},
|
|
10012
|
-
"labels": {
|
|
10013
|
-
"char": "l",
|
|
10014
|
-
"description": "Set labels (comma-separated, replaces existing labels; use \"\" to clear)",
|
|
10015
|
-
"name": "labels",
|
|
10016
|
-
"hasDynamicHelp": false,
|
|
10017
|
-
"multiple": false,
|
|
10018
|
-
"type": "option"
|
|
10019
|
-
},
|
|
10020
|
-
"status": {
|
|
10021
|
-
"char": "s",
|
|
10022
|
-
"description": "Set status/column (e.g., \"In Progress\", \"Done\")",
|
|
10023
|
-
"name": "status",
|
|
10024
|
-
"hasDynamicHelp": false,
|
|
10025
|
-
"multiple": false,
|
|
10026
|
-
"type": "option"
|
|
10027
|
-
},
|
|
10028
|
-
"bulk": {
|
|
10029
|
-
"char": "b",
|
|
10030
|
-
"description": "Enable bulk mode to update multiple tickets",
|
|
10031
|
-
"name": "bulk",
|
|
10032
|
-
"allowNo": false,
|
|
10033
|
-
"type": "boolean"
|
|
10034
|
-
},
|
|
10035
|
-
"force": {
|
|
10036
|
-
"char": "f",
|
|
10037
|
-
"description": "Skip confirmation prompt",
|
|
10038
|
-
"name": "force",
|
|
10039
|
-
"allowNo": false,
|
|
10040
|
-
"type": "boolean"
|
|
10041
10040
|
}
|
|
10042
10041
|
},
|
|
10043
10042
|
"hasDynamicHelp": false,
|
|
10044
10043
|
"hiddenAliases": [],
|
|
10045
|
-
"id": "
|
|
10044
|
+
"id": "tools:remove",
|
|
10046
10045
|
"pluginAlias": "@proletariat/cli",
|
|
10047
10046
|
"pluginName": "@proletariat/cli",
|
|
10048
10047
|
"pluginType": "core",
|
|
10049
10048
|
"strict": true,
|
|
10049
|
+
"enableJsonFlag": false,
|
|
10050
10050
|
"isESM": true,
|
|
10051
10051
|
"relativePath": [
|
|
10052
10052
|
"dist",
|
|
10053
10053
|
"commands",
|
|
10054
|
-
"
|
|
10055
|
-
"
|
|
10054
|
+
"tools",
|
|
10055
|
+
"remove.js"
|
|
10056
10056
|
]
|
|
10057
10057
|
},
|
|
10058
10058
|
"trello:configure": {
|
|
@@ -13913,5 +13913,5 @@
|
|
|
13913
13913
|
]
|
|
13914
13914
|
}
|
|
13915
13915
|
},
|
|
13916
|
-
"version": "0.3.
|
|
13916
|
+
"version": "0.3.101"
|
|
13917
13917
|
}
|