linear-cli-agents 0.7.0 → 0.7.1
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/bin/dev.js +0 -0
- package/dist/commands/info.js +13 -4
- package/dist/commands/projects/create.d.ts +1 -0
- package/dist/commands/projects/create.js +10 -0
- package/dist/commands/projects/update.d.ts +1 -0
- package/dist/commands/projects/update.js +7 -0
- package/oclif.manifest.json +633 -617
- package/package.json +17 -14
package/oclif.manifest.json
CHANGED
|
@@ -494,97 +494,6 @@
|
|
|
494
494
|
"status.js"
|
|
495
495
|
]
|
|
496
496
|
},
|
|
497
|
-
"config:get": {
|
|
498
|
-
"aliases": [],
|
|
499
|
-
"args": {
|
|
500
|
-
"key": {
|
|
501
|
-
"description": "Config key (default-team-id, default-team-key)",
|
|
502
|
-
"name": "key",
|
|
503
|
-
"required": true
|
|
504
|
-
}
|
|
505
|
-
},
|
|
506
|
-
"description": "Get a configuration value",
|
|
507
|
-
"examples": [
|
|
508
|
-
"<%= config.bin %> config get default-team-id",
|
|
509
|
-
"<%= config.bin %> config get default-team-key"
|
|
510
|
-
],
|
|
511
|
-
"flags": {},
|
|
512
|
-
"hasDynamicHelp": false,
|
|
513
|
-
"hiddenAliases": [],
|
|
514
|
-
"id": "config:get",
|
|
515
|
-
"pluginAlias": "linear-cli-agents",
|
|
516
|
-
"pluginName": "linear-cli-agents",
|
|
517
|
-
"pluginType": "core",
|
|
518
|
-
"strict": true,
|
|
519
|
-
"enableJsonFlag": false,
|
|
520
|
-
"isESM": true,
|
|
521
|
-
"relativePath": [
|
|
522
|
-
"dist",
|
|
523
|
-
"commands",
|
|
524
|
-
"config",
|
|
525
|
-
"get.js"
|
|
526
|
-
]
|
|
527
|
-
},
|
|
528
|
-
"config:list": {
|
|
529
|
-
"aliases": [],
|
|
530
|
-
"args": {},
|
|
531
|
-
"description": "List all configuration values",
|
|
532
|
-
"examples": [
|
|
533
|
-
"<%= config.bin %> config list"
|
|
534
|
-
],
|
|
535
|
-
"flags": {},
|
|
536
|
-
"hasDynamicHelp": false,
|
|
537
|
-
"hiddenAliases": [],
|
|
538
|
-
"id": "config:list",
|
|
539
|
-
"pluginAlias": "linear-cli-agents",
|
|
540
|
-
"pluginName": "linear-cli-agents",
|
|
541
|
-
"pluginType": "core",
|
|
542
|
-
"strict": true,
|
|
543
|
-
"enableJsonFlag": false,
|
|
544
|
-
"isESM": true,
|
|
545
|
-
"relativePath": [
|
|
546
|
-
"dist",
|
|
547
|
-
"commands",
|
|
548
|
-
"config",
|
|
549
|
-
"list.js"
|
|
550
|
-
]
|
|
551
|
-
},
|
|
552
|
-
"config:set": {
|
|
553
|
-
"aliases": [],
|
|
554
|
-
"args": {
|
|
555
|
-
"key": {
|
|
556
|
-
"description": "Config key (default-team-id, default-team-key)",
|
|
557
|
-
"name": "key",
|
|
558
|
-
"required": true
|
|
559
|
-
},
|
|
560
|
-
"value": {
|
|
561
|
-
"description": "Config value",
|
|
562
|
-
"name": "value",
|
|
563
|
-
"required": true
|
|
564
|
-
}
|
|
565
|
-
},
|
|
566
|
-
"description": "Set a configuration value",
|
|
567
|
-
"examples": [
|
|
568
|
-
"<%= config.bin %> config set default-team-id d1ad1a80-9267-4ebc-979a-eaf885898a2c",
|
|
569
|
-
"<%= config.bin %> config set default-team-key MITO"
|
|
570
|
-
],
|
|
571
|
-
"flags": {},
|
|
572
|
-
"hasDynamicHelp": false,
|
|
573
|
-
"hiddenAliases": [],
|
|
574
|
-
"id": "config:set",
|
|
575
|
-
"pluginAlias": "linear-cli-agents",
|
|
576
|
-
"pluginName": "linear-cli-agents",
|
|
577
|
-
"pluginType": "core",
|
|
578
|
-
"strict": true,
|
|
579
|
-
"enableJsonFlag": false,
|
|
580
|
-
"isESM": true,
|
|
581
|
-
"relativePath": [
|
|
582
|
-
"dist",
|
|
583
|
-
"commands",
|
|
584
|
-
"config",
|
|
585
|
-
"set.js"
|
|
586
|
-
]
|
|
587
|
-
},
|
|
588
497
|
"comments:add": {
|
|
589
498
|
"aliases": [],
|
|
590
499
|
"args": {
|
|
@@ -997,6 +906,97 @@
|
|
|
997
906
|
"list.js"
|
|
998
907
|
]
|
|
999
908
|
},
|
|
909
|
+
"config:get": {
|
|
910
|
+
"aliases": [],
|
|
911
|
+
"args": {
|
|
912
|
+
"key": {
|
|
913
|
+
"description": "Config key (default-team-id, default-team-key)",
|
|
914
|
+
"name": "key",
|
|
915
|
+
"required": true
|
|
916
|
+
}
|
|
917
|
+
},
|
|
918
|
+
"description": "Get a configuration value",
|
|
919
|
+
"examples": [
|
|
920
|
+
"<%= config.bin %> config get default-team-id",
|
|
921
|
+
"<%= config.bin %> config get default-team-key"
|
|
922
|
+
],
|
|
923
|
+
"flags": {},
|
|
924
|
+
"hasDynamicHelp": false,
|
|
925
|
+
"hiddenAliases": [],
|
|
926
|
+
"id": "config:get",
|
|
927
|
+
"pluginAlias": "linear-cli-agents",
|
|
928
|
+
"pluginName": "linear-cli-agents",
|
|
929
|
+
"pluginType": "core",
|
|
930
|
+
"strict": true,
|
|
931
|
+
"enableJsonFlag": false,
|
|
932
|
+
"isESM": true,
|
|
933
|
+
"relativePath": [
|
|
934
|
+
"dist",
|
|
935
|
+
"commands",
|
|
936
|
+
"config",
|
|
937
|
+
"get.js"
|
|
938
|
+
]
|
|
939
|
+
},
|
|
940
|
+
"config:list": {
|
|
941
|
+
"aliases": [],
|
|
942
|
+
"args": {},
|
|
943
|
+
"description": "List all configuration values",
|
|
944
|
+
"examples": [
|
|
945
|
+
"<%= config.bin %> config list"
|
|
946
|
+
],
|
|
947
|
+
"flags": {},
|
|
948
|
+
"hasDynamicHelp": false,
|
|
949
|
+
"hiddenAliases": [],
|
|
950
|
+
"id": "config:list",
|
|
951
|
+
"pluginAlias": "linear-cli-agents",
|
|
952
|
+
"pluginName": "linear-cli-agents",
|
|
953
|
+
"pluginType": "core",
|
|
954
|
+
"strict": true,
|
|
955
|
+
"enableJsonFlag": false,
|
|
956
|
+
"isESM": true,
|
|
957
|
+
"relativePath": [
|
|
958
|
+
"dist",
|
|
959
|
+
"commands",
|
|
960
|
+
"config",
|
|
961
|
+
"list.js"
|
|
962
|
+
]
|
|
963
|
+
},
|
|
964
|
+
"config:set": {
|
|
965
|
+
"aliases": [],
|
|
966
|
+
"args": {
|
|
967
|
+
"key": {
|
|
968
|
+
"description": "Config key (default-team-id, default-team-key)",
|
|
969
|
+
"name": "key",
|
|
970
|
+
"required": true
|
|
971
|
+
},
|
|
972
|
+
"value": {
|
|
973
|
+
"description": "Config value",
|
|
974
|
+
"name": "value",
|
|
975
|
+
"required": true
|
|
976
|
+
}
|
|
977
|
+
},
|
|
978
|
+
"description": "Set a configuration value",
|
|
979
|
+
"examples": [
|
|
980
|
+
"<%= config.bin %> config set default-team-id d1ad1a80-9267-4ebc-979a-eaf885898a2c",
|
|
981
|
+
"<%= config.bin %> config set default-team-key MITO"
|
|
982
|
+
],
|
|
983
|
+
"flags": {},
|
|
984
|
+
"hasDynamicHelp": false,
|
|
985
|
+
"hiddenAliases": [],
|
|
986
|
+
"id": "config:set",
|
|
987
|
+
"pluginAlias": "linear-cli-agents",
|
|
988
|
+
"pluginName": "linear-cli-agents",
|
|
989
|
+
"pluginType": "core",
|
|
990
|
+
"strict": true,
|
|
991
|
+
"enableJsonFlag": false,
|
|
992
|
+
"isESM": true,
|
|
993
|
+
"relativePath": [
|
|
994
|
+
"dist",
|
|
995
|
+
"commands",
|
|
996
|
+
"config",
|
|
997
|
+
"set.js"
|
|
998
|
+
]
|
|
999
|
+
},
|
|
1000
1000
|
"documents:create": {
|
|
1001
1001
|
"aliases": [],
|
|
1002
1002
|
"args": {},
|
|
@@ -1623,18 +1623,19 @@
|
|
|
1623
1623
|
"update.js"
|
|
1624
1624
|
]
|
|
1625
1625
|
},
|
|
1626
|
-
"
|
|
1626
|
+
"milestones:create": {
|
|
1627
1627
|
"aliases": [],
|
|
1628
1628
|
"args": {
|
|
1629
|
-
"
|
|
1630
|
-
"description": "
|
|
1631
|
-
"name": "
|
|
1629
|
+
"projectId": {
|
|
1630
|
+
"description": "Project ID",
|
|
1631
|
+
"name": "projectId",
|
|
1632
1632
|
"required": true
|
|
1633
1633
|
}
|
|
1634
1634
|
},
|
|
1635
|
-
"description": "
|
|
1635
|
+
"description": "Create a project milestone",
|
|
1636
1636
|
"examples": [
|
|
1637
|
-
"<%= config.bin %>
|
|
1637
|
+
"<%= config.bin %> milestones create PROJECT_ID --name \"Beta Release\"",
|
|
1638
|
+
"<%= config.bin %> milestones create PROJECT_ID --name \"Launch\" --target-date 2024-03-01"
|
|
1638
1639
|
],
|
|
1639
1640
|
"flags": {
|
|
1640
1641
|
"format": {
|
|
@@ -1651,18 +1652,34 @@
|
|
|
1651
1652
|
],
|
|
1652
1653
|
"type": "option"
|
|
1653
1654
|
},
|
|
1654
|
-
"
|
|
1655
|
-
"
|
|
1656
|
-
"
|
|
1655
|
+
"name": {
|
|
1656
|
+
"char": "n",
|
|
1657
|
+
"description": "Milestone name",
|
|
1658
|
+
"name": "name",
|
|
1657
1659
|
"required": true,
|
|
1658
1660
|
"hasDynamicHelp": false,
|
|
1659
1661
|
"multiple": false,
|
|
1660
1662
|
"type": "option"
|
|
1663
|
+
},
|
|
1664
|
+
"description": {
|
|
1665
|
+
"char": "d",
|
|
1666
|
+
"description": "Milestone description",
|
|
1667
|
+
"name": "description",
|
|
1668
|
+
"hasDynamicHelp": false,
|
|
1669
|
+
"multiple": false,
|
|
1670
|
+
"type": "option"
|
|
1671
|
+
},
|
|
1672
|
+
"target-date": {
|
|
1673
|
+
"description": "Target date (YYYY-MM-DD)",
|
|
1674
|
+
"name": "target-date",
|
|
1675
|
+
"hasDynamicHelp": false,
|
|
1676
|
+
"multiple": false,
|
|
1677
|
+
"type": "option"
|
|
1661
1678
|
}
|
|
1662
1679
|
},
|
|
1663
1680
|
"hasDynamicHelp": false,
|
|
1664
1681
|
"hiddenAliases": [],
|
|
1665
|
-
"id": "
|
|
1682
|
+
"id": "milestones:create",
|
|
1666
1683
|
"pluginAlias": "linear-cli-agents",
|
|
1667
1684
|
"pluginName": "linear-cli-agents",
|
|
1668
1685
|
"pluginType": "core",
|
|
@@ -1672,23 +1689,23 @@
|
|
|
1672
1689
|
"relativePath": [
|
|
1673
1690
|
"dist",
|
|
1674
1691
|
"commands",
|
|
1675
|
-
"
|
|
1676
|
-
"
|
|
1692
|
+
"milestones",
|
|
1693
|
+
"create.js"
|
|
1677
1694
|
]
|
|
1678
1695
|
},
|
|
1679
|
-
"
|
|
1696
|
+
"milestones:get": {
|
|
1680
1697
|
"aliases": [],
|
|
1681
1698
|
"args": {
|
|
1682
1699
|
"id": {
|
|
1683
|
-
"description": "
|
|
1700
|
+
"description": "Milestone ID",
|
|
1684
1701
|
"name": "id",
|
|
1685
1702
|
"required": true
|
|
1686
1703
|
}
|
|
1687
1704
|
},
|
|
1688
|
-
"description": "
|
|
1705
|
+
"description": "Get a project milestone by ID",
|
|
1689
1706
|
"examples": [
|
|
1690
|
-
"<%= config.bin %>
|
|
1691
|
-
"<%= config.bin %>
|
|
1707
|
+
"<%= config.bin %> milestones get MILESTONE_ID",
|
|
1708
|
+
"<%= config.bin %> milestones get MILESTONE_ID --format table"
|
|
1692
1709
|
],
|
|
1693
1710
|
"flags": {
|
|
1694
1711
|
"format": {
|
|
@@ -1704,18 +1721,11 @@
|
|
|
1704
1721
|
"plain"
|
|
1705
1722
|
],
|
|
1706
1723
|
"type": "option"
|
|
1707
|
-
},
|
|
1708
|
-
"unarchive": {
|
|
1709
|
-
"char": "u",
|
|
1710
|
-
"description": "Unarchive instead of archive",
|
|
1711
|
-
"name": "unarchive",
|
|
1712
|
-
"allowNo": false,
|
|
1713
|
-
"type": "boolean"
|
|
1714
1724
|
}
|
|
1715
1725
|
},
|
|
1716
1726
|
"hasDynamicHelp": false,
|
|
1717
1727
|
"hiddenAliases": [],
|
|
1718
|
-
"id": "
|
|
1728
|
+
"id": "milestones:get",
|
|
1719
1729
|
"pluginAlias": "linear-cli-agents",
|
|
1720
1730
|
"pluginName": "linear-cli-agents",
|
|
1721
1731
|
"pluginType": "core",
|
|
@@ -1725,20 +1735,256 @@
|
|
|
1725
1735
|
"relativePath": [
|
|
1726
1736
|
"dist",
|
|
1727
1737
|
"commands",
|
|
1728
|
-
"
|
|
1729
|
-
"
|
|
1738
|
+
"milestones",
|
|
1739
|
+
"get.js"
|
|
1730
1740
|
]
|
|
1731
1741
|
},
|
|
1732
|
-
"
|
|
1742
|
+
"milestones:list": {
|
|
1733
1743
|
"aliases": [],
|
|
1734
|
-
"args": {
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
"
|
|
1744
|
+
"args": {
|
|
1745
|
+
"projectId": {
|
|
1746
|
+
"description": "Project ID",
|
|
1747
|
+
"name": "projectId",
|
|
1748
|
+
"required": true
|
|
1749
|
+
}
|
|
1750
|
+
},
|
|
1751
|
+
"description": "List project milestones",
|
|
1752
|
+
"examples": [
|
|
1753
|
+
"<%= config.bin %> milestones list PROJECT_ID",
|
|
1754
|
+
"<%= config.bin %> milestones list PROJECT_ID --format table"
|
|
1755
|
+
],
|
|
1756
|
+
"flags": {
|
|
1757
|
+
"format": {
|
|
1758
|
+
"char": "F",
|
|
1759
|
+
"description": "Output format",
|
|
1760
|
+
"name": "format",
|
|
1761
|
+
"default": "json",
|
|
1762
|
+
"hasDynamicHelp": false,
|
|
1763
|
+
"multiple": false,
|
|
1764
|
+
"options": [
|
|
1765
|
+
"json",
|
|
1766
|
+
"table",
|
|
1767
|
+
"plain"
|
|
1768
|
+
],
|
|
1769
|
+
"type": "option"
|
|
1770
|
+
},
|
|
1771
|
+
"first": {
|
|
1772
|
+
"description": "Number of milestones to fetch (default: 50)",
|
|
1773
|
+
"name": "first",
|
|
1774
|
+
"default": 50,
|
|
1775
|
+
"hasDynamicHelp": false,
|
|
1776
|
+
"multiple": false,
|
|
1777
|
+
"type": "option"
|
|
1778
|
+
},
|
|
1779
|
+
"after": {
|
|
1780
|
+
"description": "Cursor for pagination",
|
|
1781
|
+
"name": "after",
|
|
1782
|
+
"hasDynamicHelp": false,
|
|
1783
|
+
"multiple": false,
|
|
1784
|
+
"type": "option"
|
|
1785
|
+
}
|
|
1786
|
+
},
|
|
1787
|
+
"hasDynamicHelp": false,
|
|
1788
|
+
"hiddenAliases": [],
|
|
1789
|
+
"id": "milestones:list",
|
|
1790
|
+
"pluginAlias": "linear-cli-agents",
|
|
1791
|
+
"pluginName": "linear-cli-agents",
|
|
1792
|
+
"pluginType": "core",
|
|
1793
|
+
"strict": true,
|
|
1794
|
+
"enableJsonFlag": false,
|
|
1795
|
+
"isESM": true,
|
|
1796
|
+
"relativePath": [
|
|
1797
|
+
"dist",
|
|
1798
|
+
"commands",
|
|
1799
|
+
"milestones",
|
|
1800
|
+
"list.js"
|
|
1801
|
+
]
|
|
1802
|
+
},
|
|
1803
|
+
"milestones:update": {
|
|
1804
|
+
"aliases": [],
|
|
1805
|
+
"args": {
|
|
1806
|
+
"id": {
|
|
1807
|
+
"description": "Milestone ID",
|
|
1808
|
+
"name": "id",
|
|
1809
|
+
"required": true
|
|
1810
|
+
}
|
|
1811
|
+
},
|
|
1812
|
+
"description": "Update a project milestone",
|
|
1813
|
+
"examples": [
|
|
1814
|
+
"<%= config.bin %> milestones update MILESTONE_ID --name \"Updated Name\"",
|
|
1815
|
+
"<%= config.bin %> milestones update MILESTONE_ID --target-date 2024-06-01"
|
|
1816
|
+
],
|
|
1817
|
+
"flags": {
|
|
1818
|
+
"format": {
|
|
1819
|
+
"char": "F",
|
|
1820
|
+
"description": "Output format",
|
|
1821
|
+
"name": "format",
|
|
1822
|
+
"default": "json",
|
|
1823
|
+
"hasDynamicHelp": false,
|
|
1824
|
+
"multiple": false,
|
|
1825
|
+
"options": [
|
|
1826
|
+
"json",
|
|
1827
|
+
"table",
|
|
1828
|
+
"plain"
|
|
1829
|
+
],
|
|
1830
|
+
"type": "option"
|
|
1831
|
+
},
|
|
1832
|
+
"name": {
|
|
1833
|
+
"char": "n",
|
|
1834
|
+
"description": "Milestone name",
|
|
1835
|
+
"name": "name",
|
|
1836
|
+
"hasDynamicHelp": false,
|
|
1837
|
+
"multiple": false,
|
|
1838
|
+
"type": "option"
|
|
1839
|
+
},
|
|
1840
|
+
"description": {
|
|
1841
|
+
"char": "d",
|
|
1842
|
+
"description": "Milestone description",
|
|
1843
|
+
"name": "description",
|
|
1844
|
+
"hasDynamicHelp": false,
|
|
1845
|
+
"multiple": false,
|
|
1846
|
+
"type": "option"
|
|
1847
|
+
},
|
|
1848
|
+
"target-date": {
|
|
1849
|
+
"description": "Target date (YYYY-MM-DD)",
|
|
1850
|
+
"name": "target-date",
|
|
1851
|
+
"hasDynamicHelp": false,
|
|
1852
|
+
"multiple": false,
|
|
1853
|
+
"type": "option"
|
|
1854
|
+
}
|
|
1855
|
+
},
|
|
1856
|
+
"hasDynamicHelp": false,
|
|
1857
|
+
"hiddenAliases": [],
|
|
1858
|
+
"id": "milestones:update",
|
|
1859
|
+
"pluginAlias": "linear-cli-agents",
|
|
1860
|
+
"pluginName": "linear-cli-agents",
|
|
1861
|
+
"pluginType": "core",
|
|
1862
|
+
"strict": true,
|
|
1863
|
+
"enableJsonFlag": false,
|
|
1864
|
+
"isESM": true,
|
|
1865
|
+
"relativePath": [
|
|
1866
|
+
"dist",
|
|
1867
|
+
"commands",
|
|
1868
|
+
"milestones",
|
|
1869
|
+
"update.js"
|
|
1870
|
+
]
|
|
1871
|
+
},
|
|
1872
|
+
"issues:add-labels": {
|
|
1873
|
+
"aliases": [],
|
|
1874
|
+
"args": {
|
|
1875
|
+
"id": {
|
|
1876
|
+
"description": "Issue ID or identifier (e.g., ENG-123)",
|
|
1877
|
+
"name": "id",
|
|
1878
|
+
"required": true
|
|
1879
|
+
}
|
|
1880
|
+
},
|
|
1881
|
+
"description": "Add labels to an issue",
|
|
1882
|
+
"examples": [
|
|
1883
|
+
"<%= config.bin %> issues add-labels ENG-123 --label-ids LABEL_ID1,LABEL_ID2"
|
|
1884
|
+
],
|
|
1885
|
+
"flags": {
|
|
1886
|
+
"format": {
|
|
1887
|
+
"char": "F",
|
|
1888
|
+
"description": "Output format",
|
|
1889
|
+
"name": "format",
|
|
1890
|
+
"default": "json",
|
|
1891
|
+
"hasDynamicHelp": false,
|
|
1892
|
+
"multiple": false,
|
|
1893
|
+
"options": [
|
|
1894
|
+
"json",
|
|
1895
|
+
"table",
|
|
1896
|
+
"plain"
|
|
1897
|
+
],
|
|
1898
|
+
"type": "option"
|
|
1899
|
+
},
|
|
1900
|
+
"label-ids": {
|
|
1901
|
+
"description": "Comma-separated label IDs to add",
|
|
1902
|
+
"name": "label-ids",
|
|
1903
|
+
"required": true,
|
|
1904
|
+
"hasDynamicHelp": false,
|
|
1905
|
+
"multiple": false,
|
|
1906
|
+
"type": "option"
|
|
1907
|
+
}
|
|
1908
|
+
},
|
|
1909
|
+
"hasDynamicHelp": false,
|
|
1910
|
+
"hiddenAliases": [],
|
|
1911
|
+
"id": "issues:add-labels",
|
|
1912
|
+
"pluginAlias": "linear-cli-agents",
|
|
1913
|
+
"pluginName": "linear-cli-agents",
|
|
1914
|
+
"pluginType": "core",
|
|
1915
|
+
"strict": true,
|
|
1916
|
+
"enableJsonFlag": false,
|
|
1917
|
+
"isESM": true,
|
|
1918
|
+
"relativePath": [
|
|
1919
|
+
"dist",
|
|
1920
|
+
"commands",
|
|
1921
|
+
"issues",
|
|
1922
|
+
"add-labels.js"
|
|
1923
|
+
]
|
|
1924
|
+
},
|
|
1925
|
+
"issues:archive": {
|
|
1926
|
+
"aliases": [],
|
|
1927
|
+
"args": {
|
|
1928
|
+
"id": {
|
|
1929
|
+
"description": "Issue ID or identifier (e.g., ENG-123)",
|
|
1930
|
+
"name": "id",
|
|
1931
|
+
"required": true
|
|
1932
|
+
}
|
|
1933
|
+
},
|
|
1934
|
+
"description": "Archive an issue",
|
|
1935
|
+
"examples": [
|
|
1936
|
+
"<%= config.bin %> issues archive ENG-123",
|
|
1937
|
+
"<%= config.bin %> issues archive ENG-123 --unarchive"
|
|
1938
|
+
],
|
|
1939
|
+
"flags": {
|
|
1940
|
+
"format": {
|
|
1941
|
+
"char": "F",
|
|
1942
|
+
"description": "Output format",
|
|
1943
|
+
"name": "format",
|
|
1944
|
+
"default": "json",
|
|
1945
|
+
"hasDynamicHelp": false,
|
|
1946
|
+
"multiple": false,
|
|
1947
|
+
"options": [
|
|
1948
|
+
"json",
|
|
1949
|
+
"table",
|
|
1950
|
+
"plain"
|
|
1951
|
+
],
|
|
1952
|
+
"type": "option"
|
|
1953
|
+
},
|
|
1954
|
+
"unarchive": {
|
|
1955
|
+
"char": "u",
|
|
1956
|
+
"description": "Unarchive instead of archive",
|
|
1957
|
+
"name": "unarchive",
|
|
1958
|
+
"allowNo": false,
|
|
1959
|
+
"type": "boolean"
|
|
1960
|
+
}
|
|
1961
|
+
},
|
|
1962
|
+
"hasDynamicHelp": false,
|
|
1963
|
+
"hiddenAliases": [],
|
|
1964
|
+
"id": "issues:archive",
|
|
1965
|
+
"pluginAlias": "linear-cli-agents",
|
|
1966
|
+
"pluginName": "linear-cli-agents",
|
|
1967
|
+
"pluginType": "core",
|
|
1968
|
+
"strict": true,
|
|
1969
|
+
"enableJsonFlag": false,
|
|
1970
|
+
"isESM": true,
|
|
1971
|
+
"relativePath": [
|
|
1972
|
+
"dist",
|
|
1973
|
+
"commands",
|
|
1974
|
+
"issues",
|
|
1975
|
+
"archive.js"
|
|
1976
|
+
]
|
|
1977
|
+
},
|
|
1978
|
+
"issues:bulk-label": {
|
|
1979
|
+
"aliases": [],
|
|
1980
|
+
"args": {},
|
|
1981
|
+
"description": "Add or remove labels from multiple issues",
|
|
1982
|
+
"examples": [
|
|
1983
|
+
"<%= config.bin %> issues bulk-label --ids ENG-1,ENG-2,ENG-3 --add-labels LABEL_ID1,LABEL_ID2",
|
|
1984
|
+
"<%= config.bin %> issues bulk-label --ids ENG-1,ENG-2 --remove-labels LABEL_ID1",
|
|
1985
|
+
"<%= config.bin %> issues bulk-label --ids ENG-1,ENG-2,ENG-3 --add-labels LABEL_ID1 --remove-labels LABEL_ID2"
|
|
1986
|
+
],
|
|
1987
|
+
"flags": {
|
|
1742
1988
|
"ids": {
|
|
1743
1989
|
"description": "Comma-separated issue IDs or identifiers (e.g., ENG-1,ENG-2,ENG-3)",
|
|
1744
1990
|
"name": "ids",
|
|
@@ -2348,256 +2594,10 @@
|
|
|
2348
2594
|
"update.js"
|
|
2349
2595
|
]
|
|
2350
2596
|
},
|
|
2351
|
-
"
|
|
2597
|
+
"labels:create": {
|
|
2352
2598
|
"aliases": [],
|
|
2353
|
-
"args": {
|
|
2354
|
-
|
|
2355
|
-
"description": "Project ID",
|
|
2356
|
-
"name": "projectId",
|
|
2357
|
-
"required": true
|
|
2358
|
-
}
|
|
2359
|
-
},
|
|
2360
|
-
"description": "Create a project milestone",
|
|
2361
|
-
"examples": [
|
|
2362
|
-
"<%= config.bin %> milestones create PROJECT_ID --name \"Beta Release\"",
|
|
2363
|
-
"<%= config.bin %> milestones create PROJECT_ID --name \"Launch\" --target-date 2024-03-01"
|
|
2364
|
-
],
|
|
2365
|
-
"flags": {
|
|
2366
|
-
"format": {
|
|
2367
|
-
"char": "F",
|
|
2368
|
-
"description": "Output format",
|
|
2369
|
-
"name": "format",
|
|
2370
|
-
"default": "json",
|
|
2371
|
-
"hasDynamicHelp": false,
|
|
2372
|
-
"multiple": false,
|
|
2373
|
-
"options": [
|
|
2374
|
-
"json",
|
|
2375
|
-
"table",
|
|
2376
|
-
"plain"
|
|
2377
|
-
],
|
|
2378
|
-
"type": "option"
|
|
2379
|
-
},
|
|
2380
|
-
"name": {
|
|
2381
|
-
"char": "n",
|
|
2382
|
-
"description": "Milestone name",
|
|
2383
|
-
"name": "name",
|
|
2384
|
-
"required": true,
|
|
2385
|
-
"hasDynamicHelp": false,
|
|
2386
|
-
"multiple": false,
|
|
2387
|
-
"type": "option"
|
|
2388
|
-
},
|
|
2389
|
-
"description": {
|
|
2390
|
-
"char": "d",
|
|
2391
|
-
"description": "Milestone description",
|
|
2392
|
-
"name": "description",
|
|
2393
|
-
"hasDynamicHelp": false,
|
|
2394
|
-
"multiple": false,
|
|
2395
|
-
"type": "option"
|
|
2396
|
-
},
|
|
2397
|
-
"target-date": {
|
|
2398
|
-
"description": "Target date (YYYY-MM-DD)",
|
|
2399
|
-
"name": "target-date",
|
|
2400
|
-
"hasDynamicHelp": false,
|
|
2401
|
-
"multiple": false,
|
|
2402
|
-
"type": "option"
|
|
2403
|
-
}
|
|
2404
|
-
},
|
|
2405
|
-
"hasDynamicHelp": false,
|
|
2406
|
-
"hiddenAliases": [],
|
|
2407
|
-
"id": "milestones:create",
|
|
2408
|
-
"pluginAlias": "linear-cli-agents",
|
|
2409
|
-
"pluginName": "linear-cli-agents",
|
|
2410
|
-
"pluginType": "core",
|
|
2411
|
-
"strict": true,
|
|
2412
|
-
"enableJsonFlag": false,
|
|
2413
|
-
"isESM": true,
|
|
2414
|
-
"relativePath": [
|
|
2415
|
-
"dist",
|
|
2416
|
-
"commands",
|
|
2417
|
-
"milestones",
|
|
2418
|
-
"create.js"
|
|
2419
|
-
]
|
|
2420
|
-
},
|
|
2421
|
-
"milestones:get": {
|
|
2422
|
-
"aliases": [],
|
|
2423
|
-
"args": {
|
|
2424
|
-
"id": {
|
|
2425
|
-
"description": "Milestone ID",
|
|
2426
|
-
"name": "id",
|
|
2427
|
-
"required": true
|
|
2428
|
-
}
|
|
2429
|
-
},
|
|
2430
|
-
"description": "Get a project milestone by ID",
|
|
2431
|
-
"examples": [
|
|
2432
|
-
"<%= config.bin %> milestones get MILESTONE_ID",
|
|
2433
|
-
"<%= config.bin %> milestones get MILESTONE_ID --format table"
|
|
2434
|
-
],
|
|
2435
|
-
"flags": {
|
|
2436
|
-
"format": {
|
|
2437
|
-
"char": "F",
|
|
2438
|
-
"description": "Output format",
|
|
2439
|
-
"name": "format",
|
|
2440
|
-
"default": "json",
|
|
2441
|
-
"hasDynamicHelp": false,
|
|
2442
|
-
"multiple": false,
|
|
2443
|
-
"options": [
|
|
2444
|
-
"json",
|
|
2445
|
-
"table",
|
|
2446
|
-
"plain"
|
|
2447
|
-
],
|
|
2448
|
-
"type": "option"
|
|
2449
|
-
}
|
|
2450
|
-
},
|
|
2451
|
-
"hasDynamicHelp": false,
|
|
2452
|
-
"hiddenAliases": [],
|
|
2453
|
-
"id": "milestones:get",
|
|
2454
|
-
"pluginAlias": "linear-cli-agents",
|
|
2455
|
-
"pluginName": "linear-cli-agents",
|
|
2456
|
-
"pluginType": "core",
|
|
2457
|
-
"strict": true,
|
|
2458
|
-
"enableJsonFlag": false,
|
|
2459
|
-
"isESM": true,
|
|
2460
|
-
"relativePath": [
|
|
2461
|
-
"dist",
|
|
2462
|
-
"commands",
|
|
2463
|
-
"milestones",
|
|
2464
|
-
"get.js"
|
|
2465
|
-
]
|
|
2466
|
-
},
|
|
2467
|
-
"milestones:list": {
|
|
2468
|
-
"aliases": [],
|
|
2469
|
-
"args": {
|
|
2470
|
-
"projectId": {
|
|
2471
|
-
"description": "Project ID",
|
|
2472
|
-
"name": "projectId",
|
|
2473
|
-
"required": true
|
|
2474
|
-
}
|
|
2475
|
-
},
|
|
2476
|
-
"description": "List project milestones",
|
|
2477
|
-
"examples": [
|
|
2478
|
-
"<%= config.bin %> milestones list PROJECT_ID",
|
|
2479
|
-
"<%= config.bin %> milestones list PROJECT_ID --format table"
|
|
2480
|
-
],
|
|
2481
|
-
"flags": {
|
|
2482
|
-
"format": {
|
|
2483
|
-
"char": "F",
|
|
2484
|
-
"description": "Output format",
|
|
2485
|
-
"name": "format",
|
|
2486
|
-
"default": "json",
|
|
2487
|
-
"hasDynamicHelp": false,
|
|
2488
|
-
"multiple": false,
|
|
2489
|
-
"options": [
|
|
2490
|
-
"json",
|
|
2491
|
-
"table",
|
|
2492
|
-
"plain"
|
|
2493
|
-
],
|
|
2494
|
-
"type": "option"
|
|
2495
|
-
},
|
|
2496
|
-
"first": {
|
|
2497
|
-
"description": "Number of milestones to fetch (default: 50)",
|
|
2498
|
-
"name": "first",
|
|
2499
|
-
"default": 50,
|
|
2500
|
-
"hasDynamicHelp": false,
|
|
2501
|
-
"multiple": false,
|
|
2502
|
-
"type": "option"
|
|
2503
|
-
},
|
|
2504
|
-
"after": {
|
|
2505
|
-
"description": "Cursor for pagination",
|
|
2506
|
-
"name": "after",
|
|
2507
|
-
"hasDynamicHelp": false,
|
|
2508
|
-
"multiple": false,
|
|
2509
|
-
"type": "option"
|
|
2510
|
-
}
|
|
2511
|
-
},
|
|
2512
|
-
"hasDynamicHelp": false,
|
|
2513
|
-
"hiddenAliases": [],
|
|
2514
|
-
"id": "milestones:list",
|
|
2515
|
-
"pluginAlias": "linear-cli-agents",
|
|
2516
|
-
"pluginName": "linear-cli-agents",
|
|
2517
|
-
"pluginType": "core",
|
|
2518
|
-
"strict": true,
|
|
2519
|
-
"enableJsonFlag": false,
|
|
2520
|
-
"isESM": true,
|
|
2521
|
-
"relativePath": [
|
|
2522
|
-
"dist",
|
|
2523
|
-
"commands",
|
|
2524
|
-
"milestones",
|
|
2525
|
-
"list.js"
|
|
2526
|
-
]
|
|
2527
|
-
},
|
|
2528
|
-
"milestones:update": {
|
|
2529
|
-
"aliases": [],
|
|
2530
|
-
"args": {
|
|
2531
|
-
"id": {
|
|
2532
|
-
"description": "Milestone ID",
|
|
2533
|
-
"name": "id",
|
|
2534
|
-
"required": true
|
|
2535
|
-
}
|
|
2536
|
-
},
|
|
2537
|
-
"description": "Update a project milestone",
|
|
2538
|
-
"examples": [
|
|
2539
|
-
"<%= config.bin %> milestones update MILESTONE_ID --name \"Updated Name\"",
|
|
2540
|
-
"<%= config.bin %> milestones update MILESTONE_ID --target-date 2024-06-01"
|
|
2541
|
-
],
|
|
2542
|
-
"flags": {
|
|
2543
|
-
"format": {
|
|
2544
|
-
"char": "F",
|
|
2545
|
-
"description": "Output format",
|
|
2546
|
-
"name": "format",
|
|
2547
|
-
"default": "json",
|
|
2548
|
-
"hasDynamicHelp": false,
|
|
2549
|
-
"multiple": false,
|
|
2550
|
-
"options": [
|
|
2551
|
-
"json",
|
|
2552
|
-
"table",
|
|
2553
|
-
"plain"
|
|
2554
|
-
],
|
|
2555
|
-
"type": "option"
|
|
2556
|
-
},
|
|
2557
|
-
"name": {
|
|
2558
|
-
"char": "n",
|
|
2559
|
-
"description": "Milestone name",
|
|
2560
|
-
"name": "name",
|
|
2561
|
-
"hasDynamicHelp": false,
|
|
2562
|
-
"multiple": false,
|
|
2563
|
-
"type": "option"
|
|
2564
|
-
},
|
|
2565
|
-
"description": {
|
|
2566
|
-
"char": "d",
|
|
2567
|
-
"description": "Milestone description",
|
|
2568
|
-
"name": "description",
|
|
2569
|
-
"hasDynamicHelp": false,
|
|
2570
|
-
"multiple": false,
|
|
2571
|
-
"type": "option"
|
|
2572
|
-
},
|
|
2573
|
-
"target-date": {
|
|
2574
|
-
"description": "Target date (YYYY-MM-DD)",
|
|
2575
|
-
"name": "target-date",
|
|
2576
|
-
"hasDynamicHelp": false,
|
|
2577
|
-
"multiple": false,
|
|
2578
|
-
"type": "option"
|
|
2579
|
-
}
|
|
2580
|
-
},
|
|
2581
|
-
"hasDynamicHelp": false,
|
|
2582
|
-
"hiddenAliases": [],
|
|
2583
|
-
"id": "milestones:update",
|
|
2584
|
-
"pluginAlias": "linear-cli-agents",
|
|
2585
|
-
"pluginName": "linear-cli-agents",
|
|
2586
|
-
"pluginType": "core",
|
|
2587
|
-
"strict": true,
|
|
2588
|
-
"enableJsonFlag": false,
|
|
2589
|
-
"isESM": true,
|
|
2590
|
-
"relativePath": [
|
|
2591
|
-
"dist",
|
|
2592
|
-
"commands",
|
|
2593
|
-
"milestones",
|
|
2594
|
-
"update.js"
|
|
2595
|
-
]
|
|
2596
|
-
},
|
|
2597
|
-
"labels:create": {
|
|
2598
|
-
"aliases": [],
|
|
2599
|
-
"args": {},
|
|
2600
|
-
"description": "Create a label",
|
|
2599
|
+
"args": {},
|
|
2600
|
+
"description": "Create a label",
|
|
2601
2601
|
"examples": [
|
|
2602
2602
|
"<%= config.bin %> labels create --name \"Bug\" --color \"#FF0000\"",
|
|
2603
2603
|
"<%= config.bin %> labels create --name \"Feature\" --color \"#00FF00\" --description \"New feature requests\"",
|
|
@@ -3106,18 +3106,175 @@
|
|
|
3106
3106
|
"update.js"
|
|
3107
3107
|
]
|
|
3108
3108
|
},
|
|
3109
|
-
"
|
|
3109
|
+
"relations:create": {
|
|
3110
3110
|
"aliases": [],
|
|
3111
3111
|
"args": {
|
|
3112
|
-
"
|
|
3113
|
-
"description": "
|
|
3114
|
-
"name": "
|
|
3112
|
+
"issue": {
|
|
3113
|
+
"description": "Source issue ID or identifier (e.g., ENG-123)",
|
|
3114
|
+
"name": "issue",
|
|
3115
|
+
"required": true
|
|
3116
|
+
},
|
|
3117
|
+
"relatedIssue": {
|
|
3118
|
+
"description": "Related issue ID or identifier (e.g., ENG-456)",
|
|
3119
|
+
"name": "relatedIssue",
|
|
3115
3120
|
"required": true
|
|
3116
3121
|
}
|
|
3117
3122
|
},
|
|
3118
|
-
"description": "
|
|
3123
|
+
"description": "Create a relation between two issues",
|
|
3119
3124
|
"examples": [
|
|
3120
|
-
"<%= config.bin %>
|
|
3125
|
+
"<%= config.bin %> relations create ENG-123 ENG-456 --type blocks",
|
|
3126
|
+
"<%= config.bin %> relations create ENG-123 ENG-456 --type duplicate",
|
|
3127
|
+
"<%= config.bin %> relations create ENG-123 ENG-456 --type related"
|
|
3128
|
+
],
|
|
3129
|
+
"flags": {
|
|
3130
|
+
"format": {
|
|
3131
|
+
"char": "F",
|
|
3132
|
+
"description": "Output format",
|
|
3133
|
+
"name": "format",
|
|
3134
|
+
"default": "json",
|
|
3135
|
+
"hasDynamicHelp": false,
|
|
3136
|
+
"multiple": false,
|
|
3137
|
+
"options": [
|
|
3138
|
+
"json",
|
|
3139
|
+
"table",
|
|
3140
|
+
"plain"
|
|
3141
|
+
],
|
|
3142
|
+
"type": "option"
|
|
3143
|
+
},
|
|
3144
|
+
"type": {
|
|
3145
|
+
"char": "t",
|
|
3146
|
+
"description": "Relation type (blocks, duplicate, related)",
|
|
3147
|
+
"name": "type",
|
|
3148
|
+
"required": true,
|
|
3149
|
+
"hasDynamicHelp": false,
|
|
3150
|
+
"multiple": false,
|
|
3151
|
+
"options": [
|
|
3152
|
+
"blocks",
|
|
3153
|
+
"duplicate",
|
|
3154
|
+
"related"
|
|
3155
|
+
],
|
|
3156
|
+
"type": "option"
|
|
3157
|
+
}
|
|
3158
|
+
},
|
|
3159
|
+
"hasDynamicHelp": false,
|
|
3160
|
+
"hiddenAliases": [],
|
|
3161
|
+
"id": "relations:create",
|
|
3162
|
+
"pluginAlias": "linear-cli-agents",
|
|
3163
|
+
"pluginName": "linear-cli-agents",
|
|
3164
|
+
"pluginType": "core",
|
|
3165
|
+
"strict": true,
|
|
3166
|
+
"enableJsonFlag": false,
|
|
3167
|
+
"isESM": true,
|
|
3168
|
+
"relativePath": [
|
|
3169
|
+
"dist",
|
|
3170
|
+
"commands",
|
|
3171
|
+
"relations",
|
|
3172
|
+
"create.js"
|
|
3173
|
+
]
|
|
3174
|
+
},
|
|
3175
|
+
"relations:delete": {
|
|
3176
|
+
"aliases": [],
|
|
3177
|
+
"args": {
|
|
3178
|
+
"id": {
|
|
3179
|
+
"description": "Relation ID",
|
|
3180
|
+
"name": "id",
|
|
3181
|
+
"required": true
|
|
3182
|
+
}
|
|
3183
|
+
},
|
|
3184
|
+
"description": "Delete an issue relation",
|
|
3185
|
+
"examples": [
|
|
3186
|
+
"<%= config.bin %> relations delete RELATION_ID"
|
|
3187
|
+
],
|
|
3188
|
+
"flags": {
|
|
3189
|
+
"format": {
|
|
3190
|
+
"char": "F",
|
|
3191
|
+
"description": "Output format",
|
|
3192
|
+
"name": "format",
|
|
3193
|
+
"default": "json",
|
|
3194
|
+
"hasDynamicHelp": false,
|
|
3195
|
+
"multiple": false,
|
|
3196
|
+
"options": [
|
|
3197
|
+
"json",
|
|
3198
|
+
"table",
|
|
3199
|
+
"plain"
|
|
3200
|
+
],
|
|
3201
|
+
"type": "option"
|
|
3202
|
+
}
|
|
3203
|
+
},
|
|
3204
|
+
"hasDynamicHelp": false,
|
|
3205
|
+
"hiddenAliases": [],
|
|
3206
|
+
"id": "relations:delete",
|
|
3207
|
+
"pluginAlias": "linear-cli-agents",
|
|
3208
|
+
"pluginName": "linear-cli-agents",
|
|
3209
|
+
"pluginType": "core",
|
|
3210
|
+
"strict": true,
|
|
3211
|
+
"enableJsonFlag": false,
|
|
3212
|
+
"isESM": true,
|
|
3213
|
+
"relativePath": [
|
|
3214
|
+
"dist",
|
|
3215
|
+
"commands",
|
|
3216
|
+
"relations",
|
|
3217
|
+
"delete.js"
|
|
3218
|
+
]
|
|
3219
|
+
},
|
|
3220
|
+
"relations:list": {
|
|
3221
|
+
"aliases": [],
|
|
3222
|
+
"args": {
|
|
3223
|
+
"issue": {
|
|
3224
|
+
"description": "Issue ID or identifier (e.g., ENG-123)",
|
|
3225
|
+
"name": "issue",
|
|
3226
|
+
"required": true
|
|
3227
|
+
}
|
|
3228
|
+
},
|
|
3229
|
+
"description": "List relations for an issue",
|
|
3230
|
+
"examples": [
|
|
3231
|
+
"<%= config.bin %> relations list ENG-123",
|
|
3232
|
+
"<%= config.bin %> relations list ENG-123 --format table"
|
|
3233
|
+
],
|
|
3234
|
+
"flags": {
|
|
3235
|
+
"format": {
|
|
3236
|
+
"char": "F",
|
|
3237
|
+
"description": "Output format",
|
|
3238
|
+
"name": "format",
|
|
3239
|
+
"default": "json",
|
|
3240
|
+
"hasDynamicHelp": false,
|
|
3241
|
+
"multiple": false,
|
|
3242
|
+
"options": [
|
|
3243
|
+
"json",
|
|
3244
|
+
"table",
|
|
3245
|
+
"plain"
|
|
3246
|
+
],
|
|
3247
|
+
"type": "option"
|
|
3248
|
+
}
|
|
3249
|
+
},
|
|
3250
|
+
"hasDynamicHelp": false,
|
|
3251
|
+
"hiddenAliases": [],
|
|
3252
|
+
"id": "relations:list",
|
|
3253
|
+
"pluginAlias": "linear-cli-agents",
|
|
3254
|
+
"pluginName": "linear-cli-agents",
|
|
3255
|
+
"pluginType": "core",
|
|
3256
|
+
"strict": true,
|
|
3257
|
+
"enableJsonFlag": false,
|
|
3258
|
+
"isESM": true,
|
|
3259
|
+
"relativePath": [
|
|
3260
|
+
"dist",
|
|
3261
|
+
"commands",
|
|
3262
|
+
"relations",
|
|
3263
|
+
"list.js"
|
|
3264
|
+
]
|
|
3265
|
+
},
|
|
3266
|
+
"projects:archive": {
|
|
3267
|
+
"aliases": [],
|
|
3268
|
+
"args": {
|
|
3269
|
+
"id": {
|
|
3270
|
+
"description": "Project ID",
|
|
3271
|
+
"name": "id",
|
|
3272
|
+
"required": true
|
|
3273
|
+
}
|
|
3274
|
+
},
|
|
3275
|
+
"description": "Archive a project",
|
|
3276
|
+
"examples": [
|
|
3277
|
+
"<%= config.bin %> projects archive PROJECT_ID",
|
|
3121
3278
|
"<%= config.bin %> projects archive PROJECT_ID --unarchive"
|
|
3122
3279
|
],
|
|
3123
3280
|
"flags": {
|
|
@@ -3242,6 +3399,14 @@
|
|
|
3242
3399
|
"hasDynamicHelp": false,
|
|
3243
3400
|
"multiple": false,
|
|
3244
3401
|
"type": "option"
|
|
3402
|
+
},
|
|
3403
|
+
"content": {
|
|
3404
|
+
"char": "c",
|
|
3405
|
+
"description": "Project content (markdown, for longer descriptions)",
|
|
3406
|
+
"name": "content",
|
|
3407
|
+
"hasDynamicHelp": false,
|
|
3408
|
+
"multiple": false,
|
|
3409
|
+
"type": "option"
|
|
3245
3410
|
}
|
|
3246
3411
|
},
|
|
3247
3412
|
"hasDynamicHelp": false,
|
|
@@ -3505,6 +3670,14 @@
|
|
|
3505
3670
|
"hasDynamicHelp": false,
|
|
3506
3671
|
"multiple": false,
|
|
3507
3672
|
"type": "option"
|
|
3673
|
+
},
|
|
3674
|
+
"content": {
|
|
3675
|
+
"char": "c",
|
|
3676
|
+
"description": "Project content (markdown, for longer descriptions)",
|
|
3677
|
+
"name": "content",
|
|
3678
|
+
"hasDynamicHelp": false,
|
|
3679
|
+
"multiple": false,
|
|
3680
|
+
"type": "option"
|
|
3508
3681
|
}
|
|
3509
3682
|
},
|
|
3510
3683
|
"hasDynamicHelp": false,
|
|
@@ -3523,25 +3696,14 @@
|
|
|
3523
3696
|
"update.js"
|
|
3524
3697
|
]
|
|
3525
3698
|
},
|
|
3526
|
-
"
|
|
3699
|
+
"states:list": {
|
|
3527
3700
|
"aliases": [],
|
|
3528
|
-
"args": {
|
|
3529
|
-
|
|
3530
|
-
"description": "Source issue ID or identifier (e.g., ENG-123)",
|
|
3531
|
-
"name": "issue",
|
|
3532
|
-
"required": true
|
|
3533
|
-
},
|
|
3534
|
-
"relatedIssue": {
|
|
3535
|
-
"description": "Related issue ID or identifier (e.g., ENG-456)",
|
|
3536
|
-
"name": "relatedIssue",
|
|
3537
|
-
"required": true
|
|
3538
|
-
}
|
|
3539
|
-
},
|
|
3540
|
-
"description": "Create a relation between two issues",
|
|
3701
|
+
"args": {},
|
|
3702
|
+
"description": "List workflow states in the workspace",
|
|
3541
3703
|
"examples": [
|
|
3542
|
-
"<%= config.bin %>
|
|
3543
|
-
"<%= config.bin %>
|
|
3544
|
-
"<%= config.bin %>
|
|
3704
|
+
"<%= config.bin %> states list",
|
|
3705
|
+
"<%= config.bin %> states list --format table",
|
|
3706
|
+
"<%= config.bin %> states list --team ENG"
|
|
3545
3707
|
],
|
|
3546
3708
|
"flags": {
|
|
3547
3709
|
"format": {
|
|
@@ -3558,24 +3720,33 @@
|
|
|
3558
3720
|
],
|
|
3559
3721
|
"type": "option"
|
|
3560
3722
|
},
|
|
3561
|
-
"
|
|
3723
|
+
"team": {
|
|
3562
3724
|
"char": "t",
|
|
3563
|
-
"description": "
|
|
3564
|
-
"name": "
|
|
3565
|
-
"
|
|
3725
|
+
"description": "Filter by team key (e.g., ENG)",
|
|
3726
|
+
"name": "team",
|
|
3727
|
+
"hasDynamicHelp": false,
|
|
3728
|
+
"multiple": false,
|
|
3729
|
+
"type": "option"
|
|
3730
|
+
},
|
|
3731
|
+
"first": {
|
|
3732
|
+
"description": "Number of states to fetch (default: 100)",
|
|
3733
|
+
"name": "first",
|
|
3734
|
+
"default": 100,
|
|
3735
|
+
"hasDynamicHelp": false,
|
|
3736
|
+
"multiple": false,
|
|
3737
|
+
"type": "option"
|
|
3738
|
+
},
|
|
3739
|
+
"after": {
|
|
3740
|
+
"description": "Cursor for pagination",
|
|
3741
|
+
"name": "after",
|
|
3566
3742
|
"hasDynamicHelp": false,
|
|
3567
3743
|
"multiple": false,
|
|
3568
|
-
"options": [
|
|
3569
|
-
"blocks",
|
|
3570
|
-
"duplicate",
|
|
3571
|
-
"related"
|
|
3572
|
-
],
|
|
3573
3744
|
"type": "option"
|
|
3574
3745
|
}
|
|
3575
3746
|
},
|
|
3576
3747
|
"hasDynamicHelp": false,
|
|
3577
3748
|
"hiddenAliases": [],
|
|
3578
|
-
"id": "
|
|
3749
|
+
"id": "states:list",
|
|
3579
3750
|
"pluginAlias": "linear-cli-agents",
|
|
3580
3751
|
"pluginName": "linear-cli-agents",
|
|
3581
3752
|
"pluginType": "core",
|
|
@@ -3585,22 +3756,18 @@
|
|
|
3585
3756
|
"relativePath": [
|
|
3586
3757
|
"dist",
|
|
3587
3758
|
"commands",
|
|
3588
|
-
"
|
|
3589
|
-
"
|
|
3759
|
+
"states",
|
|
3760
|
+
"list.js"
|
|
3590
3761
|
]
|
|
3591
3762
|
},
|
|
3592
|
-
"
|
|
3763
|
+
"teams:list": {
|
|
3593
3764
|
"aliases": [],
|
|
3594
|
-
"args": {
|
|
3595
|
-
|
|
3596
|
-
"description": "Relation ID",
|
|
3597
|
-
"name": "id",
|
|
3598
|
-
"required": true
|
|
3599
|
-
}
|
|
3600
|
-
},
|
|
3601
|
-
"description": "Delete an issue relation",
|
|
3765
|
+
"args": {},
|
|
3766
|
+
"description": "List teams in the workspace",
|
|
3602
3767
|
"examples": [
|
|
3603
|
-
"<%= config.bin %>
|
|
3768
|
+
"<%= config.bin %> teams list",
|
|
3769
|
+
"<%= config.bin %> teams list --format table",
|
|
3770
|
+
"<%= config.bin %> teams list --first 10"
|
|
3604
3771
|
],
|
|
3605
3772
|
"flags": {
|
|
3606
3773
|
"format": {
|
|
@@ -3616,11 +3783,26 @@
|
|
|
3616
3783
|
"plain"
|
|
3617
3784
|
],
|
|
3618
3785
|
"type": "option"
|
|
3786
|
+
},
|
|
3787
|
+
"first": {
|
|
3788
|
+
"description": "Number of teams to fetch (default: 50)",
|
|
3789
|
+
"name": "first",
|
|
3790
|
+
"default": 50,
|
|
3791
|
+
"hasDynamicHelp": false,
|
|
3792
|
+
"multiple": false,
|
|
3793
|
+
"type": "option"
|
|
3794
|
+
},
|
|
3795
|
+
"after": {
|
|
3796
|
+
"description": "Cursor for pagination",
|
|
3797
|
+
"name": "after",
|
|
3798
|
+
"hasDynamicHelp": false,
|
|
3799
|
+
"multiple": false,
|
|
3800
|
+
"type": "option"
|
|
3619
3801
|
}
|
|
3620
3802
|
},
|
|
3621
3803
|
"hasDynamicHelp": false,
|
|
3622
3804
|
"hiddenAliases": [],
|
|
3623
|
-
"id": "
|
|
3805
|
+
"id": "teams:list",
|
|
3624
3806
|
"pluginAlias": "linear-cli-agents",
|
|
3625
3807
|
"pluginName": "linear-cli-agents",
|
|
3626
3808
|
"pluginType": "core",
|
|
@@ -3630,23 +3812,24 @@
|
|
|
3630
3812
|
"relativePath": [
|
|
3631
3813
|
"dist",
|
|
3632
3814
|
"commands",
|
|
3633
|
-
"
|
|
3634
|
-
"
|
|
3815
|
+
"teams",
|
|
3816
|
+
"list.js"
|
|
3635
3817
|
]
|
|
3636
3818
|
},
|
|
3637
|
-
"
|
|
3819
|
+
"users:get": {
|
|
3638
3820
|
"aliases": [],
|
|
3639
3821
|
"args": {
|
|
3640
|
-
"
|
|
3641
|
-
"description": "
|
|
3642
|
-
"name": "
|
|
3822
|
+
"id": {
|
|
3823
|
+
"description": "User ID (use \"me\" for current user)",
|
|
3824
|
+
"name": "id",
|
|
3643
3825
|
"required": true
|
|
3644
3826
|
}
|
|
3645
3827
|
},
|
|
3646
|
-
"description": "
|
|
3828
|
+
"description": "Get a single user by ID",
|
|
3647
3829
|
"examples": [
|
|
3648
|
-
"<%= config.bin %>
|
|
3649
|
-
"<%= config.bin %>
|
|
3830
|
+
"<%= config.bin %> users get USER_ID",
|
|
3831
|
+
"<%= config.bin %> users get USER_ID --format table",
|
|
3832
|
+
"<%= config.bin %> users get me"
|
|
3650
3833
|
],
|
|
3651
3834
|
"flags": {
|
|
3652
3835
|
"format": {
|
|
@@ -3666,7 +3849,7 @@
|
|
|
3666
3849
|
},
|
|
3667
3850
|
"hasDynamicHelp": false,
|
|
3668
3851
|
"hiddenAliases": [],
|
|
3669
|
-
"id": "
|
|
3852
|
+
"id": "users:get",
|
|
3670
3853
|
"pluginAlias": "linear-cli-agents",
|
|
3671
3854
|
"pluginName": "linear-cli-agents",
|
|
3672
3855
|
"pluginType": "core",
|
|
@@ -3676,18 +3859,18 @@
|
|
|
3676
3859
|
"relativePath": [
|
|
3677
3860
|
"dist",
|
|
3678
3861
|
"commands",
|
|
3679
|
-
"
|
|
3680
|
-
"
|
|
3862
|
+
"users",
|
|
3863
|
+
"get.js"
|
|
3681
3864
|
]
|
|
3682
3865
|
},
|
|
3683
|
-
"
|
|
3866
|
+
"users:list": {
|
|
3684
3867
|
"aliases": [],
|
|
3685
3868
|
"args": {},
|
|
3686
|
-
"description": "List
|
|
3869
|
+
"description": "List users in the workspace",
|
|
3687
3870
|
"examples": [
|
|
3688
|
-
"<%= config.bin %>
|
|
3689
|
-
"<%= config.bin %>
|
|
3690
|
-
"<%= config.bin %>
|
|
3871
|
+
"<%= config.bin %> users list",
|
|
3872
|
+
"<%= config.bin %> users list --format table",
|
|
3873
|
+
"<%= config.bin %> users list --active"
|
|
3691
3874
|
],
|
|
3692
3875
|
"flags": {
|
|
3693
3876
|
"format": {
|
|
@@ -3704,10 +3887,16 @@
|
|
|
3704
3887
|
],
|
|
3705
3888
|
"type": "option"
|
|
3706
3889
|
},
|
|
3890
|
+
"active": {
|
|
3891
|
+
"description": "Show only active users",
|
|
3892
|
+
"name": "active",
|
|
3893
|
+
"allowNo": false,
|
|
3894
|
+
"type": "boolean"
|
|
3895
|
+
},
|
|
3707
3896
|
"first": {
|
|
3708
|
-
"description": "Number of
|
|
3897
|
+
"description": "Number of users to fetch (default: 100)",
|
|
3709
3898
|
"name": "first",
|
|
3710
|
-
"default":
|
|
3899
|
+
"default": 100,
|
|
3711
3900
|
"hasDynamicHelp": false,
|
|
3712
3901
|
"multiple": false,
|
|
3713
3902
|
"type": "option"
|
|
@@ -3722,7 +3911,7 @@
|
|
|
3722
3911
|
},
|
|
3723
3912
|
"hasDynamicHelp": false,
|
|
3724
3913
|
"hiddenAliases": [],
|
|
3725
|
-
"id": "
|
|
3914
|
+
"id": "users:list",
|
|
3726
3915
|
"pluginAlias": "linear-cli-agents",
|
|
3727
3916
|
"pluginName": "linear-cli-agents",
|
|
3728
3917
|
"pluginType": "core",
|
|
@@ -3732,7 +3921,7 @@
|
|
|
3732
3921
|
"relativePath": [
|
|
3733
3922
|
"dist",
|
|
3734
3923
|
"commands",
|
|
3735
|
-
"
|
|
3924
|
+
"users",
|
|
3736
3925
|
"list.js"
|
|
3737
3926
|
]
|
|
3738
3927
|
},
|
|
@@ -3999,180 +4188,7 @@
|
|
|
3999
4188
|
"templates",
|
|
4000
4189
|
"update.js"
|
|
4001
4190
|
]
|
|
4002
|
-
},
|
|
4003
|
-
"users:get": {
|
|
4004
|
-
"aliases": [],
|
|
4005
|
-
"args": {
|
|
4006
|
-
"id": {
|
|
4007
|
-
"description": "User ID (use \"me\" for current user)",
|
|
4008
|
-
"name": "id",
|
|
4009
|
-
"required": true
|
|
4010
|
-
}
|
|
4011
|
-
},
|
|
4012
|
-
"description": "Get a single user by ID",
|
|
4013
|
-
"examples": [
|
|
4014
|
-
"<%= config.bin %> users get USER_ID",
|
|
4015
|
-
"<%= config.bin %> users get USER_ID --format table",
|
|
4016
|
-
"<%= config.bin %> users get me"
|
|
4017
|
-
],
|
|
4018
|
-
"flags": {
|
|
4019
|
-
"format": {
|
|
4020
|
-
"char": "F",
|
|
4021
|
-
"description": "Output format",
|
|
4022
|
-
"name": "format",
|
|
4023
|
-
"default": "json",
|
|
4024
|
-
"hasDynamicHelp": false,
|
|
4025
|
-
"multiple": false,
|
|
4026
|
-
"options": [
|
|
4027
|
-
"json",
|
|
4028
|
-
"table",
|
|
4029
|
-
"plain"
|
|
4030
|
-
],
|
|
4031
|
-
"type": "option"
|
|
4032
|
-
}
|
|
4033
|
-
},
|
|
4034
|
-
"hasDynamicHelp": false,
|
|
4035
|
-
"hiddenAliases": [],
|
|
4036
|
-
"id": "users:get",
|
|
4037
|
-
"pluginAlias": "linear-cli-agents",
|
|
4038
|
-
"pluginName": "linear-cli-agents",
|
|
4039
|
-
"pluginType": "core",
|
|
4040
|
-
"strict": true,
|
|
4041
|
-
"enableJsonFlag": false,
|
|
4042
|
-
"isESM": true,
|
|
4043
|
-
"relativePath": [
|
|
4044
|
-
"dist",
|
|
4045
|
-
"commands",
|
|
4046
|
-
"users",
|
|
4047
|
-
"get.js"
|
|
4048
|
-
]
|
|
4049
|
-
},
|
|
4050
|
-
"users:list": {
|
|
4051
|
-
"aliases": [],
|
|
4052
|
-
"args": {},
|
|
4053
|
-
"description": "List users in the workspace",
|
|
4054
|
-
"examples": [
|
|
4055
|
-
"<%= config.bin %> users list",
|
|
4056
|
-
"<%= config.bin %> users list --format table",
|
|
4057
|
-
"<%= config.bin %> users list --active"
|
|
4058
|
-
],
|
|
4059
|
-
"flags": {
|
|
4060
|
-
"format": {
|
|
4061
|
-
"char": "F",
|
|
4062
|
-
"description": "Output format",
|
|
4063
|
-
"name": "format",
|
|
4064
|
-
"default": "json",
|
|
4065
|
-
"hasDynamicHelp": false,
|
|
4066
|
-
"multiple": false,
|
|
4067
|
-
"options": [
|
|
4068
|
-
"json",
|
|
4069
|
-
"table",
|
|
4070
|
-
"plain"
|
|
4071
|
-
],
|
|
4072
|
-
"type": "option"
|
|
4073
|
-
},
|
|
4074
|
-
"active": {
|
|
4075
|
-
"description": "Show only active users",
|
|
4076
|
-
"name": "active",
|
|
4077
|
-
"allowNo": false,
|
|
4078
|
-
"type": "boolean"
|
|
4079
|
-
},
|
|
4080
|
-
"first": {
|
|
4081
|
-
"description": "Number of users to fetch (default: 100)",
|
|
4082
|
-
"name": "first",
|
|
4083
|
-
"default": 100,
|
|
4084
|
-
"hasDynamicHelp": false,
|
|
4085
|
-
"multiple": false,
|
|
4086
|
-
"type": "option"
|
|
4087
|
-
},
|
|
4088
|
-
"after": {
|
|
4089
|
-
"description": "Cursor for pagination",
|
|
4090
|
-
"name": "after",
|
|
4091
|
-
"hasDynamicHelp": false,
|
|
4092
|
-
"multiple": false,
|
|
4093
|
-
"type": "option"
|
|
4094
|
-
}
|
|
4095
|
-
},
|
|
4096
|
-
"hasDynamicHelp": false,
|
|
4097
|
-
"hiddenAliases": [],
|
|
4098
|
-
"id": "users:list",
|
|
4099
|
-
"pluginAlias": "linear-cli-agents",
|
|
4100
|
-
"pluginName": "linear-cli-agents",
|
|
4101
|
-
"pluginType": "core",
|
|
4102
|
-
"strict": true,
|
|
4103
|
-
"enableJsonFlag": false,
|
|
4104
|
-
"isESM": true,
|
|
4105
|
-
"relativePath": [
|
|
4106
|
-
"dist",
|
|
4107
|
-
"commands",
|
|
4108
|
-
"users",
|
|
4109
|
-
"list.js"
|
|
4110
|
-
]
|
|
4111
|
-
},
|
|
4112
|
-
"states:list": {
|
|
4113
|
-
"aliases": [],
|
|
4114
|
-
"args": {},
|
|
4115
|
-
"description": "List workflow states in the workspace",
|
|
4116
|
-
"examples": [
|
|
4117
|
-
"<%= config.bin %> states list",
|
|
4118
|
-
"<%= config.bin %> states list --format table",
|
|
4119
|
-
"<%= config.bin %> states list --team ENG"
|
|
4120
|
-
],
|
|
4121
|
-
"flags": {
|
|
4122
|
-
"format": {
|
|
4123
|
-
"char": "F",
|
|
4124
|
-
"description": "Output format",
|
|
4125
|
-
"name": "format",
|
|
4126
|
-
"default": "json",
|
|
4127
|
-
"hasDynamicHelp": false,
|
|
4128
|
-
"multiple": false,
|
|
4129
|
-
"options": [
|
|
4130
|
-
"json",
|
|
4131
|
-
"table",
|
|
4132
|
-
"plain"
|
|
4133
|
-
],
|
|
4134
|
-
"type": "option"
|
|
4135
|
-
},
|
|
4136
|
-
"team": {
|
|
4137
|
-
"char": "t",
|
|
4138
|
-
"description": "Filter by team key (e.g., ENG)",
|
|
4139
|
-
"name": "team",
|
|
4140
|
-
"hasDynamicHelp": false,
|
|
4141
|
-
"multiple": false,
|
|
4142
|
-
"type": "option"
|
|
4143
|
-
},
|
|
4144
|
-
"first": {
|
|
4145
|
-
"description": "Number of states to fetch (default: 100)",
|
|
4146
|
-
"name": "first",
|
|
4147
|
-
"default": 100,
|
|
4148
|
-
"hasDynamicHelp": false,
|
|
4149
|
-
"multiple": false,
|
|
4150
|
-
"type": "option"
|
|
4151
|
-
},
|
|
4152
|
-
"after": {
|
|
4153
|
-
"description": "Cursor for pagination",
|
|
4154
|
-
"name": "after",
|
|
4155
|
-
"hasDynamicHelp": false,
|
|
4156
|
-
"multiple": false,
|
|
4157
|
-
"type": "option"
|
|
4158
|
-
}
|
|
4159
|
-
},
|
|
4160
|
-
"hasDynamicHelp": false,
|
|
4161
|
-
"hiddenAliases": [],
|
|
4162
|
-
"id": "states:list",
|
|
4163
|
-
"pluginAlias": "linear-cli-agents",
|
|
4164
|
-
"pluginName": "linear-cli-agents",
|
|
4165
|
-
"pluginType": "core",
|
|
4166
|
-
"strict": true,
|
|
4167
|
-
"enableJsonFlag": false,
|
|
4168
|
-
"isESM": true,
|
|
4169
|
-
"relativePath": [
|
|
4170
|
-
"dist",
|
|
4171
|
-
"commands",
|
|
4172
|
-
"states",
|
|
4173
|
-
"list.js"
|
|
4174
|
-
]
|
|
4175
4191
|
}
|
|
4176
4192
|
},
|
|
4177
|
-
"version": "0.7.
|
|
4193
|
+
"version": "0.7.1"
|
|
4178
4194
|
}
|