@instantkom/cli 3.138.0 → 3.140.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/npm-shrinkwrap.json +3 -3
- package/oclif.manifest.json +571 -571
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -722,40 +722,6 @@
|
|
|
722
722
|
"whoami.js"
|
|
723
723
|
]
|
|
724
724
|
},
|
|
725
|
-
"autocomplete:script": {
|
|
726
|
-
"aliases": [],
|
|
727
|
-
"args": {
|
|
728
|
-
"shell": {
|
|
729
|
-
"description": "Shell type",
|
|
730
|
-
"name": "shell",
|
|
731
|
-
"options": [
|
|
732
|
-
"zsh",
|
|
733
|
-
"bash",
|
|
734
|
-
"fish",
|
|
735
|
-
"powershell"
|
|
736
|
-
],
|
|
737
|
-
"required": false
|
|
738
|
-
}
|
|
739
|
-
},
|
|
740
|
-
"description": "outputs autocomplete config script for shells",
|
|
741
|
-
"flags": {},
|
|
742
|
-
"hasDynamicHelp": false,
|
|
743
|
-
"hidden": true,
|
|
744
|
-
"hiddenAliases": [],
|
|
745
|
-
"id": "autocomplete:script",
|
|
746
|
-
"pluginAlias": "@instantkom/cli",
|
|
747
|
-
"pluginName": "@instantkom/cli",
|
|
748
|
-
"pluginType": "core",
|
|
749
|
-
"strict": true,
|
|
750
|
-
"enableJsonFlag": false,
|
|
751
|
-
"isESM": true,
|
|
752
|
-
"relativePath": [
|
|
753
|
-
"dist",
|
|
754
|
-
"commands",
|
|
755
|
-
"autocomplete",
|
|
756
|
-
"script.js"
|
|
757
|
-
]
|
|
758
|
-
},
|
|
759
725
|
"account:get": {
|
|
760
726
|
"aliases": [],
|
|
761
727
|
"args": {},
|
|
@@ -987,6 +953,40 @@
|
|
|
987
953
|
"update.js"
|
|
988
954
|
]
|
|
989
955
|
},
|
|
956
|
+
"autocomplete:script": {
|
|
957
|
+
"aliases": [],
|
|
958
|
+
"args": {
|
|
959
|
+
"shell": {
|
|
960
|
+
"description": "Shell type",
|
|
961
|
+
"name": "shell",
|
|
962
|
+
"options": [
|
|
963
|
+
"zsh",
|
|
964
|
+
"bash",
|
|
965
|
+
"fish",
|
|
966
|
+
"powershell"
|
|
967
|
+
],
|
|
968
|
+
"required": false
|
|
969
|
+
}
|
|
970
|
+
},
|
|
971
|
+
"description": "outputs autocomplete config script for shells",
|
|
972
|
+
"flags": {},
|
|
973
|
+
"hasDynamicHelp": false,
|
|
974
|
+
"hidden": true,
|
|
975
|
+
"hiddenAliases": [],
|
|
976
|
+
"id": "autocomplete:script",
|
|
977
|
+
"pluginAlias": "@instantkom/cli",
|
|
978
|
+
"pluginName": "@instantkom/cli",
|
|
979
|
+
"pluginType": "core",
|
|
980
|
+
"strict": true,
|
|
981
|
+
"enableJsonFlag": false,
|
|
982
|
+
"isESM": true,
|
|
983
|
+
"relativePath": [
|
|
984
|
+
"dist",
|
|
985
|
+
"commands",
|
|
986
|
+
"autocomplete",
|
|
987
|
+
"script.js"
|
|
988
|
+
]
|
|
989
|
+
},
|
|
990
990
|
"ai:reply": {
|
|
991
991
|
"aliases": [],
|
|
992
992
|
"args": {},
|
|
@@ -5545,10 +5545,10 @@
|
|
|
5545
5545
|
"update.js"
|
|
5546
5546
|
]
|
|
5547
5547
|
},
|
|
5548
|
-
"
|
|
5548
|
+
"flows:create": {
|
|
5549
5549
|
"aliases": [],
|
|
5550
5550
|
"args": {},
|
|
5551
|
-
"description": "Create
|
|
5551
|
+
"description": "Create a flow",
|
|
5552
5552
|
"flags": {
|
|
5553
5553
|
"api-key": {
|
|
5554
5554
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5560,10 +5560,18 @@
|
|
|
5560
5560
|
"type": "option"
|
|
5561
5561
|
},
|
|
5562
5562
|
"format": {
|
|
5563
|
-
"description": "
|
|
5563
|
+
"description": "Output format: text, json, yaml, or table",
|
|
5564
|
+
"helpGroup": "GLOBAL",
|
|
5564
5565
|
"name": "format",
|
|
5566
|
+
"default": "text",
|
|
5565
5567
|
"hasDynamicHelp": false,
|
|
5566
5568
|
"multiple": false,
|
|
5569
|
+
"options": [
|
|
5570
|
+
"text",
|
|
5571
|
+
"json",
|
|
5572
|
+
"yaml",
|
|
5573
|
+
"table"
|
|
5574
|
+
],
|
|
5567
5575
|
"type": "option"
|
|
5568
5576
|
},
|
|
5569
5577
|
"json": {
|
|
@@ -5604,59 +5612,39 @@
|
|
|
5604
5612
|
"multiple": false,
|
|
5605
5613
|
"type": "option"
|
|
5606
5614
|
},
|
|
5607
|
-
"
|
|
5608
|
-
"description": "
|
|
5609
|
-
"name": "
|
|
5615
|
+
"channel": {
|
|
5616
|
+
"description": "Channel ID",
|
|
5617
|
+
"name": "channel",
|
|
5610
5618
|
"required": true,
|
|
5611
5619
|
"hasDynamicHelp": false,
|
|
5612
5620
|
"multiple": false,
|
|
5613
5621
|
"type": "option"
|
|
5614
5622
|
},
|
|
5615
|
-
"
|
|
5616
|
-
"description": "
|
|
5617
|
-
"name": "
|
|
5618
|
-
"
|
|
5619
|
-
"multiple": false,
|
|
5620
|
-
"type": "option"
|
|
5621
|
-
},
|
|
5622
|
-
"type": {
|
|
5623
|
-
"description": "Alias for --sources",
|
|
5624
|
-
"name": "type",
|
|
5625
|
-
"hasDynamicHelp": false,
|
|
5626
|
-
"multiple": false,
|
|
5627
|
-
"type": "option"
|
|
5628
|
-
},
|
|
5629
|
-
"target": {
|
|
5630
|
-
"description": "Export target/format",
|
|
5631
|
-
"name": "target",
|
|
5632
|
-
"hasDynamicHelp": false,
|
|
5633
|
-
"multiple": false,
|
|
5634
|
-
"type": "option"
|
|
5635
|
-
},
|
|
5636
|
-
"channels": {
|
|
5637
|
-
"description": "Comma-separated channel IDs",
|
|
5638
|
-
"name": "channels",
|
|
5623
|
+
"name": {
|
|
5624
|
+
"description": "Flow name",
|
|
5625
|
+
"name": "name",
|
|
5626
|
+
"required": true,
|
|
5639
5627
|
"hasDynamicHelp": false,
|
|
5640
5628
|
"multiple": false,
|
|
5641
5629
|
"type": "option"
|
|
5642
5630
|
},
|
|
5643
|
-
"
|
|
5644
|
-
"description": "
|
|
5645
|
-
"name": "
|
|
5631
|
+
"description": {
|
|
5632
|
+
"description": "Flow description",
|
|
5633
|
+
"name": "description",
|
|
5646
5634
|
"hasDynamicHelp": false,
|
|
5647
5635
|
"multiple": false,
|
|
5648
5636
|
"type": "option"
|
|
5649
5637
|
},
|
|
5650
|
-
"
|
|
5651
|
-
"description": "
|
|
5652
|
-
"name": "
|
|
5638
|
+
"color": {
|
|
5639
|
+
"description": "Flow color as HEX",
|
|
5640
|
+
"name": "color",
|
|
5653
5641
|
"hasDynamicHelp": false,
|
|
5654
5642
|
"multiple": false,
|
|
5655
5643
|
"type": "option"
|
|
5656
5644
|
},
|
|
5657
|
-
"
|
|
5658
|
-
"description": "
|
|
5659
|
-
"name": "
|
|
5645
|
+
"folder": {
|
|
5646
|
+
"description": "Folder ID",
|
|
5647
|
+
"name": "folder",
|
|
5660
5648
|
"hasDynamicHelp": false,
|
|
5661
5649
|
"multiple": false,
|
|
5662
5650
|
"type": "option"
|
|
@@ -5671,7 +5659,7 @@
|
|
|
5671
5659
|
},
|
|
5672
5660
|
"hasDynamicHelp": false,
|
|
5673
5661
|
"hiddenAliases": [],
|
|
5674
|
-
"id": "
|
|
5662
|
+
"id": "flows:create",
|
|
5675
5663
|
"pluginAlias": "@instantkom/cli",
|
|
5676
5664
|
"pluginName": "@instantkom/cli",
|
|
5677
5665
|
"pluginType": "core",
|
|
@@ -5681,20 +5669,20 @@
|
|
|
5681
5669
|
"relativePath": [
|
|
5682
5670
|
"dist",
|
|
5683
5671
|
"commands",
|
|
5684
|
-
"
|
|
5672
|
+
"flows",
|
|
5685
5673
|
"create.js"
|
|
5686
5674
|
]
|
|
5687
5675
|
},
|
|
5688
|
-
"
|
|
5676
|
+
"flows:delete": {
|
|
5689
5677
|
"aliases": [],
|
|
5690
5678
|
"args": {
|
|
5691
5679
|
"id": {
|
|
5692
|
-
"description": "
|
|
5680
|
+
"description": "Flow ID",
|
|
5693
5681
|
"name": "id",
|
|
5694
5682
|
"required": true
|
|
5695
5683
|
}
|
|
5696
5684
|
},
|
|
5697
|
-
"description": "Delete
|
|
5685
|
+
"description": "Delete a flow",
|
|
5698
5686
|
"flags": {
|
|
5699
5687
|
"api-key": {
|
|
5700
5688
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5761,7 +5749,7 @@
|
|
|
5761
5749
|
},
|
|
5762
5750
|
"hasDynamicHelp": false,
|
|
5763
5751
|
"hiddenAliases": [],
|
|
5764
|
-
"id": "
|
|
5752
|
+
"id": "flows:delete",
|
|
5765
5753
|
"pluginAlias": "@instantkom/cli",
|
|
5766
5754
|
"pluginName": "@instantkom/cli",
|
|
5767
5755
|
"pluginType": "core",
|
|
@@ -5771,20 +5759,20 @@
|
|
|
5771
5759
|
"relativePath": [
|
|
5772
5760
|
"dist",
|
|
5773
5761
|
"commands",
|
|
5774
|
-
"
|
|
5762
|
+
"flows",
|
|
5775
5763
|
"delete.js"
|
|
5776
5764
|
]
|
|
5777
5765
|
},
|
|
5778
|
-
"
|
|
5766
|
+
"flows:get": {
|
|
5779
5767
|
"aliases": [],
|
|
5780
5768
|
"args": {
|
|
5781
5769
|
"id": {
|
|
5782
|
-
"description": "
|
|
5770
|
+
"description": "Flow ID",
|
|
5783
5771
|
"name": "id",
|
|
5784
5772
|
"required": true
|
|
5785
5773
|
}
|
|
5786
5774
|
},
|
|
5787
|
-
"description": "
|
|
5775
|
+
"description": "Get a flow by ID",
|
|
5788
5776
|
"flags": {
|
|
5789
5777
|
"api-key": {
|
|
5790
5778
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5847,18 +5835,11 @@
|
|
|
5847
5835
|
"hasDynamicHelp": false,
|
|
5848
5836
|
"multiple": false,
|
|
5849
5837
|
"type": "option"
|
|
5850
|
-
},
|
|
5851
|
-
"file": {
|
|
5852
|
-
"description": "Output file path",
|
|
5853
|
-
"name": "file",
|
|
5854
|
-
"hasDynamicHelp": false,
|
|
5855
|
-
"multiple": false,
|
|
5856
|
-
"type": "option"
|
|
5857
5838
|
}
|
|
5858
5839
|
},
|
|
5859
5840
|
"hasDynamicHelp": false,
|
|
5860
5841
|
"hiddenAliases": [],
|
|
5861
|
-
"id": "
|
|
5842
|
+
"id": "flows:get",
|
|
5862
5843
|
"pluginAlias": "@instantkom/cli",
|
|
5863
5844
|
"pluginName": "@instantkom/cli",
|
|
5864
5845
|
"pluginType": "core",
|
|
@@ -5868,20 +5849,14 @@
|
|
|
5868
5849
|
"relativePath": [
|
|
5869
5850
|
"dist",
|
|
5870
5851
|
"commands",
|
|
5871
|
-
"
|
|
5872
|
-
"
|
|
5852
|
+
"flows",
|
|
5853
|
+
"get.js"
|
|
5873
5854
|
]
|
|
5874
5855
|
},
|
|
5875
|
-
"
|
|
5856
|
+
"flows:list": {
|
|
5876
5857
|
"aliases": [],
|
|
5877
|
-
"args": {
|
|
5878
|
-
|
|
5879
|
-
"description": "Export ID",
|
|
5880
|
-
"name": "id",
|
|
5881
|
-
"required": true
|
|
5882
|
-
}
|
|
5883
|
-
},
|
|
5884
|
-
"description": "Get an export by ID",
|
|
5858
|
+
"args": {},
|
|
5859
|
+
"description": "List flows",
|
|
5885
5860
|
"flags": {
|
|
5886
5861
|
"api-key": {
|
|
5887
5862
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -5944,11 +5919,48 @@
|
|
|
5944
5919
|
"hasDynamicHelp": false,
|
|
5945
5920
|
"multiple": false,
|
|
5946
5921
|
"type": "option"
|
|
5922
|
+
},
|
|
5923
|
+
"page": {
|
|
5924
|
+
"description": "Page number",
|
|
5925
|
+
"name": "page",
|
|
5926
|
+
"default": 1,
|
|
5927
|
+
"hasDynamicHelp": false,
|
|
5928
|
+
"multiple": false,
|
|
5929
|
+
"type": "option"
|
|
5930
|
+
},
|
|
5931
|
+
"limit": {
|
|
5932
|
+
"description": "Items per page",
|
|
5933
|
+
"name": "limit",
|
|
5934
|
+
"default": 20,
|
|
5935
|
+
"hasDynamicHelp": false,
|
|
5936
|
+
"multiple": false,
|
|
5937
|
+
"type": "option"
|
|
5938
|
+
},
|
|
5939
|
+
"channel": {
|
|
5940
|
+
"description": "Filter by channel ID",
|
|
5941
|
+
"name": "channel",
|
|
5942
|
+
"hasDynamicHelp": false,
|
|
5943
|
+
"multiple": false,
|
|
5944
|
+
"type": "option"
|
|
5945
|
+
},
|
|
5946
|
+
"search": {
|
|
5947
|
+
"description": "Search in flow name or description",
|
|
5948
|
+
"name": "search",
|
|
5949
|
+
"hasDynamicHelp": false,
|
|
5950
|
+
"multiple": false,
|
|
5951
|
+
"type": "option"
|
|
5952
|
+
},
|
|
5953
|
+
"folder": {
|
|
5954
|
+
"description": "Filter by folder ID",
|
|
5955
|
+
"name": "folder",
|
|
5956
|
+
"hasDynamicHelp": false,
|
|
5957
|
+
"multiple": false,
|
|
5958
|
+
"type": "option"
|
|
5947
5959
|
}
|
|
5948
5960
|
},
|
|
5949
5961
|
"hasDynamicHelp": false,
|
|
5950
5962
|
"hiddenAliases": [],
|
|
5951
|
-
"id": "
|
|
5963
|
+
"id": "flows:list",
|
|
5952
5964
|
"pluginAlias": "@instantkom/cli",
|
|
5953
5965
|
"pluginName": "@instantkom/cli",
|
|
5954
5966
|
"pluginType": "core",
|
|
@@ -5958,14 +5970,20 @@
|
|
|
5958
5970
|
"relativePath": [
|
|
5959
5971
|
"dist",
|
|
5960
5972
|
"commands",
|
|
5961
|
-
"
|
|
5962
|
-
"
|
|
5973
|
+
"flows",
|
|
5974
|
+
"list.js"
|
|
5963
5975
|
]
|
|
5964
5976
|
},
|
|
5965
|
-
"
|
|
5977
|
+
"flows:update": {
|
|
5966
5978
|
"aliases": [],
|
|
5967
|
-
"args": {
|
|
5968
|
-
|
|
5979
|
+
"args": {
|
|
5980
|
+
"id": {
|
|
5981
|
+
"description": "Flow ID",
|
|
5982
|
+
"name": "id",
|
|
5983
|
+
"required": true
|
|
5984
|
+
}
|
|
5985
|
+
},
|
|
5986
|
+
"description": "Update a flow",
|
|
5969
5987
|
"flags": {
|
|
5970
5988
|
"api-key": {
|
|
5971
5989
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6029,32 +6047,37 @@
|
|
|
6029
6047
|
"multiple": false,
|
|
6030
6048
|
"type": "option"
|
|
6031
6049
|
},
|
|
6032
|
-
"
|
|
6033
|
-
"description": "
|
|
6034
|
-
"name": "
|
|
6035
|
-
"default": 1,
|
|
6050
|
+
"name": {
|
|
6051
|
+
"description": "Flow name",
|
|
6052
|
+
"name": "name",
|
|
6036
6053
|
"hasDynamicHelp": false,
|
|
6037
6054
|
"multiple": false,
|
|
6038
6055
|
"type": "option"
|
|
6039
6056
|
},
|
|
6040
|
-
"
|
|
6041
|
-
"description": "
|
|
6042
|
-
"name": "
|
|
6043
|
-
"default": 50,
|
|
6057
|
+
"description": {
|
|
6058
|
+
"description": "Flow description",
|
|
6059
|
+
"name": "description",
|
|
6044
6060
|
"hasDynamicHelp": false,
|
|
6045
6061
|
"multiple": false,
|
|
6046
6062
|
"type": "option"
|
|
6047
6063
|
},
|
|
6048
|
-
"
|
|
6049
|
-
"description": "
|
|
6050
|
-
"name": "
|
|
6064
|
+
"color": {
|
|
6065
|
+
"description": "Flow color as HEX",
|
|
6066
|
+
"name": "color",
|
|
6051
6067
|
"hasDynamicHelp": false,
|
|
6052
6068
|
"multiple": false,
|
|
6053
6069
|
"type": "option"
|
|
6054
6070
|
},
|
|
6055
|
-
"
|
|
6056
|
-
"description": "
|
|
6057
|
-
"name": "
|
|
6071
|
+
"folder": {
|
|
6072
|
+
"description": "Folder ID",
|
|
6073
|
+
"name": "folder",
|
|
6074
|
+
"hasDynamicHelp": false,
|
|
6075
|
+
"multiple": false,
|
|
6076
|
+
"type": "option"
|
|
6077
|
+
},
|
|
6078
|
+
"data": {
|
|
6079
|
+
"description": "Additional JSON object payload",
|
|
6080
|
+
"name": "data",
|
|
6058
6081
|
"hasDynamicHelp": false,
|
|
6059
6082
|
"multiple": false,
|
|
6060
6083
|
"type": "option"
|
|
@@ -6062,7 +6085,7 @@
|
|
|
6062
6085
|
},
|
|
6063
6086
|
"hasDynamicHelp": false,
|
|
6064
6087
|
"hiddenAliases": [],
|
|
6065
|
-
"id": "
|
|
6088
|
+
"id": "flows:update",
|
|
6066
6089
|
"pluginAlias": "@instantkom/cli",
|
|
6067
6090
|
"pluginName": "@instantkom/cli",
|
|
6068
6091
|
"pluginType": "core",
|
|
@@ -6072,14 +6095,14 @@
|
|
|
6072
6095
|
"relativePath": [
|
|
6073
6096
|
"dist",
|
|
6074
6097
|
"commands",
|
|
6075
|
-
"
|
|
6076
|
-
"
|
|
6098
|
+
"flows",
|
|
6099
|
+
"update.js"
|
|
6077
6100
|
]
|
|
6078
6101
|
},
|
|
6079
|
-
"
|
|
6102
|
+
"exports:create": {
|
|
6080
6103
|
"aliases": [],
|
|
6081
6104
|
"args": {},
|
|
6082
|
-
"description": "Create
|
|
6105
|
+
"description": "Create an export",
|
|
6083
6106
|
"flags": {
|
|
6084
6107
|
"api-key": {
|
|
6085
6108
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6091,18 +6114,10 @@
|
|
|
6091
6114
|
"type": "option"
|
|
6092
6115
|
},
|
|
6093
6116
|
"format": {
|
|
6094
|
-
"description": "
|
|
6095
|
-
"helpGroup": "GLOBAL",
|
|
6117
|
+
"description": "Alias for --target",
|
|
6096
6118
|
"name": "format",
|
|
6097
|
-
"default": "text",
|
|
6098
6119
|
"hasDynamicHelp": false,
|
|
6099
6120
|
"multiple": false,
|
|
6100
|
-
"options": [
|
|
6101
|
-
"text",
|
|
6102
|
-
"json",
|
|
6103
|
-
"yaml",
|
|
6104
|
-
"table"
|
|
6105
|
-
],
|
|
6106
6121
|
"type": "option"
|
|
6107
6122
|
},
|
|
6108
6123
|
"json": {
|
|
@@ -6143,39 +6158,59 @@
|
|
|
6143
6158
|
"multiple": false,
|
|
6144
6159
|
"type": "option"
|
|
6145
6160
|
},
|
|
6146
|
-
"
|
|
6147
|
-
"description": "
|
|
6148
|
-
"name": "
|
|
6161
|
+
"name": {
|
|
6162
|
+
"description": "Export name",
|
|
6163
|
+
"name": "name",
|
|
6149
6164
|
"required": true,
|
|
6150
6165
|
"hasDynamicHelp": false,
|
|
6151
6166
|
"multiple": false,
|
|
6152
6167
|
"type": "option"
|
|
6153
6168
|
},
|
|
6154
|
-
"
|
|
6155
|
-
"description": "
|
|
6156
|
-
"name": "
|
|
6157
|
-
"required": true,
|
|
6169
|
+
"sources": {
|
|
6170
|
+
"description": "Data sources to export",
|
|
6171
|
+
"name": "sources",
|
|
6158
6172
|
"hasDynamicHelp": false,
|
|
6159
6173
|
"multiple": false,
|
|
6160
6174
|
"type": "option"
|
|
6161
6175
|
},
|
|
6162
|
-
"
|
|
6163
|
-
"description": "
|
|
6164
|
-
"name": "
|
|
6176
|
+
"type": {
|
|
6177
|
+
"description": "Alias for --sources",
|
|
6178
|
+
"name": "type",
|
|
6165
6179
|
"hasDynamicHelp": false,
|
|
6166
6180
|
"multiple": false,
|
|
6167
6181
|
"type": "option"
|
|
6168
6182
|
},
|
|
6169
|
-
"
|
|
6170
|
-
"description": "
|
|
6171
|
-
"name": "
|
|
6183
|
+
"target": {
|
|
6184
|
+
"description": "Export target/format",
|
|
6185
|
+
"name": "target",
|
|
6172
6186
|
"hasDynamicHelp": false,
|
|
6173
6187
|
"multiple": false,
|
|
6174
6188
|
"type": "option"
|
|
6175
6189
|
},
|
|
6176
|
-
"
|
|
6177
|
-
"description": "
|
|
6178
|
-
"name": "
|
|
6190
|
+
"channels": {
|
|
6191
|
+
"description": "Comma-separated channel IDs",
|
|
6192
|
+
"name": "channels",
|
|
6193
|
+
"hasDynamicHelp": false,
|
|
6194
|
+
"multiple": false,
|
|
6195
|
+
"type": "option"
|
|
6196
|
+
},
|
|
6197
|
+
"fields": {
|
|
6198
|
+
"description": "Comma-separated fields",
|
|
6199
|
+
"name": "fields",
|
|
6200
|
+
"hasDynamicHelp": false,
|
|
6201
|
+
"multiple": false,
|
|
6202
|
+
"type": "option"
|
|
6203
|
+
},
|
|
6204
|
+
"filters": {
|
|
6205
|
+
"description": "Filter criteria",
|
|
6206
|
+
"name": "filters",
|
|
6207
|
+
"hasDynamicHelp": false,
|
|
6208
|
+
"multiple": false,
|
|
6209
|
+
"type": "option"
|
|
6210
|
+
},
|
|
6211
|
+
"color": {
|
|
6212
|
+
"description": "Export color as HEX",
|
|
6213
|
+
"name": "color",
|
|
6179
6214
|
"hasDynamicHelp": false,
|
|
6180
6215
|
"multiple": false,
|
|
6181
6216
|
"type": "option"
|
|
@@ -6190,7 +6225,7 @@
|
|
|
6190
6225
|
},
|
|
6191
6226
|
"hasDynamicHelp": false,
|
|
6192
6227
|
"hiddenAliases": [],
|
|
6193
|
-
"id": "
|
|
6228
|
+
"id": "exports:create",
|
|
6194
6229
|
"pluginAlias": "@instantkom/cli",
|
|
6195
6230
|
"pluginName": "@instantkom/cli",
|
|
6196
6231
|
"pluginType": "core",
|
|
@@ -6200,20 +6235,20 @@
|
|
|
6200
6235
|
"relativePath": [
|
|
6201
6236
|
"dist",
|
|
6202
6237
|
"commands",
|
|
6203
|
-
"
|
|
6238
|
+
"exports",
|
|
6204
6239
|
"create.js"
|
|
6205
6240
|
]
|
|
6206
6241
|
},
|
|
6207
|
-
"
|
|
6242
|
+
"exports:delete": {
|
|
6208
6243
|
"aliases": [],
|
|
6209
6244
|
"args": {
|
|
6210
6245
|
"id": {
|
|
6211
|
-
"description": "
|
|
6246
|
+
"description": "Export ID",
|
|
6212
6247
|
"name": "id",
|
|
6213
6248
|
"required": true
|
|
6214
6249
|
}
|
|
6215
6250
|
},
|
|
6216
|
-
"description": "Delete
|
|
6251
|
+
"description": "Delete an export",
|
|
6217
6252
|
"flags": {
|
|
6218
6253
|
"api-key": {
|
|
6219
6254
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6280,7 +6315,7 @@
|
|
|
6280
6315
|
},
|
|
6281
6316
|
"hasDynamicHelp": false,
|
|
6282
6317
|
"hiddenAliases": [],
|
|
6283
|
-
"id": "
|
|
6318
|
+
"id": "exports:delete",
|
|
6284
6319
|
"pluginAlias": "@instantkom/cli",
|
|
6285
6320
|
"pluginName": "@instantkom/cli",
|
|
6286
6321
|
"pluginType": "core",
|
|
@@ -6290,20 +6325,20 @@
|
|
|
6290
6325
|
"relativePath": [
|
|
6291
6326
|
"dist",
|
|
6292
6327
|
"commands",
|
|
6293
|
-
"
|
|
6328
|
+
"exports",
|
|
6294
6329
|
"delete.js"
|
|
6295
6330
|
]
|
|
6296
6331
|
},
|
|
6297
|
-
"
|
|
6332
|
+
"exports:download": {
|
|
6298
6333
|
"aliases": [],
|
|
6299
6334
|
"args": {
|
|
6300
6335
|
"id": {
|
|
6301
|
-
"description": "
|
|
6336
|
+
"description": "Export ID",
|
|
6302
6337
|
"name": "id",
|
|
6303
6338
|
"required": true
|
|
6304
6339
|
}
|
|
6305
6340
|
},
|
|
6306
|
-
"description": "
|
|
6341
|
+
"description": "Download an export file",
|
|
6307
6342
|
"flags": {
|
|
6308
6343
|
"api-key": {
|
|
6309
6344
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6366,11 +6401,18 @@
|
|
|
6366
6401
|
"hasDynamicHelp": false,
|
|
6367
6402
|
"multiple": false,
|
|
6368
6403
|
"type": "option"
|
|
6404
|
+
},
|
|
6405
|
+
"file": {
|
|
6406
|
+
"description": "Output file path",
|
|
6407
|
+
"name": "file",
|
|
6408
|
+
"hasDynamicHelp": false,
|
|
6409
|
+
"multiple": false,
|
|
6410
|
+
"type": "option"
|
|
6369
6411
|
}
|
|
6370
6412
|
},
|
|
6371
6413
|
"hasDynamicHelp": false,
|
|
6372
6414
|
"hiddenAliases": [],
|
|
6373
|
-
"id": "
|
|
6415
|
+
"id": "exports:download",
|
|
6374
6416
|
"pluginAlias": "@instantkom/cli",
|
|
6375
6417
|
"pluginName": "@instantkom/cli",
|
|
6376
6418
|
"pluginType": "core",
|
|
@@ -6380,14 +6422,20 @@
|
|
|
6380
6422
|
"relativePath": [
|
|
6381
6423
|
"dist",
|
|
6382
6424
|
"commands",
|
|
6383
|
-
"
|
|
6384
|
-
"
|
|
6425
|
+
"exports",
|
|
6426
|
+
"download.js"
|
|
6385
6427
|
]
|
|
6386
6428
|
},
|
|
6387
|
-
"
|
|
6429
|
+
"exports:get": {
|
|
6388
6430
|
"aliases": [],
|
|
6389
|
-
"args": {
|
|
6390
|
-
|
|
6431
|
+
"args": {
|
|
6432
|
+
"id": {
|
|
6433
|
+
"description": "Export ID",
|
|
6434
|
+
"name": "id",
|
|
6435
|
+
"required": true
|
|
6436
|
+
}
|
|
6437
|
+
},
|
|
6438
|
+
"description": "Get an export by ID",
|
|
6391
6439
|
"flags": {
|
|
6392
6440
|
"api-key": {
|
|
6393
6441
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6450,48 +6498,11 @@
|
|
|
6450
6498
|
"hasDynamicHelp": false,
|
|
6451
6499
|
"multiple": false,
|
|
6452
6500
|
"type": "option"
|
|
6453
|
-
},
|
|
6454
|
-
"page": {
|
|
6455
|
-
"description": "Page number",
|
|
6456
|
-
"name": "page",
|
|
6457
|
-
"default": 1,
|
|
6458
|
-
"hasDynamicHelp": false,
|
|
6459
|
-
"multiple": false,
|
|
6460
|
-
"type": "option"
|
|
6461
|
-
},
|
|
6462
|
-
"limit": {
|
|
6463
|
-
"description": "Items per page",
|
|
6464
|
-
"name": "limit",
|
|
6465
|
-
"default": 20,
|
|
6466
|
-
"hasDynamicHelp": false,
|
|
6467
|
-
"multiple": false,
|
|
6468
|
-
"type": "option"
|
|
6469
|
-
},
|
|
6470
|
-
"channel": {
|
|
6471
|
-
"description": "Filter by channel ID",
|
|
6472
|
-
"name": "channel",
|
|
6473
|
-
"hasDynamicHelp": false,
|
|
6474
|
-
"multiple": false,
|
|
6475
|
-
"type": "option"
|
|
6476
|
-
},
|
|
6477
|
-
"search": {
|
|
6478
|
-
"description": "Search in flow name or description",
|
|
6479
|
-
"name": "search",
|
|
6480
|
-
"hasDynamicHelp": false,
|
|
6481
|
-
"multiple": false,
|
|
6482
|
-
"type": "option"
|
|
6483
|
-
},
|
|
6484
|
-
"folder": {
|
|
6485
|
-
"description": "Filter by folder ID",
|
|
6486
|
-
"name": "folder",
|
|
6487
|
-
"hasDynamicHelp": false,
|
|
6488
|
-
"multiple": false,
|
|
6489
|
-
"type": "option"
|
|
6490
6501
|
}
|
|
6491
6502
|
},
|
|
6492
6503
|
"hasDynamicHelp": false,
|
|
6493
6504
|
"hiddenAliases": [],
|
|
6494
|
-
"id": "
|
|
6505
|
+
"id": "exports:get",
|
|
6495
6506
|
"pluginAlias": "@instantkom/cli",
|
|
6496
6507
|
"pluginName": "@instantkom/cli",
|
|
6497
6508
|
"pluginType": "core",
|
|
@@ -6501,20 +6512,14 @@
|
|
|
6501
6512
|
"relativePath": [
|
|
6502
6513
|
"dist",
|
|
6503
6514
|
"commands",
|
|
6504
|
-
"
|
|
6505
|
-
"
|
|
6515
|
+
"exports",
|
|
6516
|
+
"get.js"
|
|
6506
6517
|
]
|
|
6507
6518
|
},
|
|
6508
|
-
"
|
|
6519
|
+
"exports:list": {
|
|
6509
6520
|
"aliases": [],
|
|
6510
|
-
"args": {
|
|
6511
|
-
|
|
6512
|
-
"description": "Flow ID",
|
|
6513
|
-
"name": "id",
|
|
6514
|
-
"required": true
|
|
6515
|
-
}
|
|
6516
|
-
},
|
|
6517
|
-
"description": "Update a flow",
|
|
6521
|
+
"args": {},
|
|
6522
|
+
"description": "List exports",
|
|
6518
6523
|
"flags": {
|
|
6519
6524
|
"api-key": {
|
|
6520
6525
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -6578,37 +6583,32 @@
|
|
|
6578
6583
|
"multiple": false,
|
|
6579
6584
|
"type": "option"
|
|
6580
6585
|
},
|
|
6581
|
-
"
|
|
6582
|
-
"description": "
|
|
6583
|
-
"name": "
|
|
6584
|
-
"
|
|
6585
|
-
"multiple": false,
|
|
6586
|
-
"type": "option"
|
|
6587
|
-
},
|
|
6588
|
-
"description": {
|
|
6589
|
-
"description": "Flow description",
|
|
6590
|
-
"name": "description",
|
|
6586
|
+
"page": {
|
|
6587
|
+
"description": "Page number",
|
|
6588
|
+
"name": "page",
|
|
6589
|
+
"default": 1,
|
|
6591
6590
|
"hasDynamicHelp": false,
|
|
6592
6591
|
"multiple": false,
|
|
6593
6592
|
"type": "option"
|
|
6594
6593
|
},
|
|
6595
|
-
"
|
|
6596
|
-
"description": "
|
|
6597
|
-
"name": "
|
|
6594
|
+
"limit": {
|
|
6595
|
+
"description": "Items per page",
|
|
6596
|
+
"name": "limit",
|
|
6597
|
+
"default": 50,
|
|
6598
6598
|
"hasDynamicHelp": false,
|
|
6599
6599
|
"multiple": false,
|
|
6600
6600
|
"type": "option"
|
|
6601
6601
|
},
|
|
6602
|
-
"
|
|
6603
|
-
"description": "
|
|
6604
|
-
"name": "
|
|
6602
|
+
"source": {
|
|
6603
|
+
"description": "Filter by data source",
|
|
6604
|
+
"name": "source",
|
|
6605
6605
|
"hasDynamicHelp": false,
|
|
6606
6606
|
"multiple": false,
|
|
6607
6607
|
"type": "option"
|
|
6608
6608
|
},
|
|
6609
|
-
"
|
|
6610
|
-
"description": "
|
|
6611
|
-
"name": "
|
|
6609
|
+
"target": {
|
|
6610
|
+
"description": "Filter by export target/format",
|
|
6611
|
+
"name": "target",
|
|
6612
6612
|
"hasDynamicHelp": false,
|
|
6613
6613
|
"multiple": false,
|
|
6614
6614
|
"type": "option"
|
|
@@ -6616,7 +6616,7 @@
|
|
|
6616
6616
|
},
|
|
6617
6617
|
"hasDynamicHelp": false,
|
|
6618
6618
|
"hiddenAliases": [],
|
|
6619
|
-
"id": "
|
|
6619
|
+
"id": "exports:list",
|
|
6620
6620
|
"pluginAlias": "@instantkom/cli",
|
|
6621
6621
|
"pluginName": "@instantkom/cli",
|
|
6622
6622
|
"pluginType": "core",
|
|
@@ -6626,8 +6626,8 @@
|
|
|
6626
6626
|
"relativePath": [
|
|
6627
6627
|
"dist",
|
|
6628
6628
|
"commands",
|
|
6629
|
-
"
|
|
6630
|
-
"
|
|
6629
|
+
"exports",
|
|
6630
|
+
"list.js"
|
|
6631
6631
|
]
|
|
6632
6632
|
},
|
|
6633
6633
|
"messages:bulk-spam": {
|
|
@@ -8150,10 +8150,10 @@
|
|
|
8150
8150
|
"update.js"
|
|
8151
8151
|
]
|
|
8152
8152
|
},
|
|
8153
|
-
"
|
|
8153
|
+
"team:create": {
|
|
8154
8154
|
"aliases": [],
|
|
8155
8155
|
"args": {},
|
|
8156
|
-
"description": "Create a
|
|
8156
|
+
"description": "Create a team member",
|
|
8157
8157
|
"flags": {
|
|
8158
8158
|
"api-key": {
|
|
8159
8159
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8217,38 +8217,69 @@
|
|
|
8217
8217
|
"multiple": false,
|
|
8218
8218
|
"type": "option"
|
|
8219
8219
|
},
|
|
8220
|
-
"
|
|
8221
|
-
"description": "
|
|
8222
|
-
"name": "
|
|
8220
|
+
"email": {
|
|
8221
|
+
"description": "Email address",
|
|
8222
|
+
"name": "email",
|
|
8223
8223
|
"required": true,
|
|
8224
8224
|
"hasDynamicHelp": false,
|
|
8225
8225
|
"multiple": false,
|
|
8226
8226
|
"type": "option"
|
|
8227
8227
|
},
|
|
8228
|
-
"
|
|
8229
|
-
"description": "
|
|
8230
|
-
"name": "
|
|
8228
|
+
"first-name": {
|
|
8229
|
+
"description": "First name",
|
|
8230
|
+
"name": "first-name",
|
|
8231
|
+
"required": true,
|
|
8231
8232
|
"hasDynamicHelp": false,
|
|
8232
8233
|
"multiple": false,
|
|
8233
8234
|
"type": "option"
|
|
8234
8235
|
},
|
|
8235
|
-
"
|
|
8236
|
-
"description": "
|
|
8237
|
-
"name": "
|
|
8236
|
+
"last-name": {
|
|
8237
|
+
"description": "Last name",
|
|
8238
|
+
"name": "last-name",
|
|
8239
|
+
"required": true,
|
|
8238
8240
|
"hasDynamicHelp": false,
|
|
8239
8241
|
"multiple": false,
|
|
8240
8242
|
"type": "option"
|
|
8241
8243
|
},
|
|
8242
|
-
"
|
|
8243
|
-
"description": "
|
|
8244
|
-
"name": "
|
|
8244
|
+
"password": {
|
|
8245
|
+
"description": "Initial password",
|
|
8246
|
+
"name": "password",
|
|
8247
|
+
"required": true,
|
|
8245
8248
|
"hasDynamicHelp": false,
|
|
8246
8249
|
"multiple": false,
|
|
8247
8250
|
"type": "option"
|
|
8248
8251
|
},
|
|
8249
|
-
"
|
|
8250
|
-
"description": "
|
|
8251
|
-
"name": "
|
|
8252
|
+
"phone": {
|
|
8253
|
+
"description": "Phone number",
|
|
8254
|
+
"name": "phone",
|
|
8255
|
+
"hasDynamicHelp": false,
|
|
8256
|
+
"multiple": false,
|
|
8257
|
+
"type": "option"
|
|
8258
|
+
},
|
|
8259
|
+
"company": {
|
|
8260
|
+
"description": "Company name",
|
|
8261
|
+
"name": "company",
|
|
8262
|
+
"hasDynamicHelp": false,
|
|
8263
|
+
"multiple": false,
|
|
8264
|
+
"type": "option"
|
|
8265
|
+
},
|
|
8266
|
+
"color": {
|
|
8267
|
+
"description": "Color as HEX",
|
|
8268
|
+
"name": "color",
|
|
8269
|
+
"hasDynamicHelp": false,
|
|
8270
|
+
"multiple": false,
|
|
8271
|
+
"type": "option"
|
|
8272
|
+
},
|
|
8273
|
+
"folder": {
|
|
8274
|
+
"description": "Object folder ID",
|
|
8275
|
+
"name": "folder",
|
|
8276
|
+
"hasDynamicHelp": false,
|
|
8277
|
+
"multiple": false,
|
|
8278
|
+
"type": "option"
|
|
8279
|
+
},
|
|
8280
|
+
"data": {
|
|
8281
|
+
"description": "Additional JSON object payload",
|
|
8282
|
+
"name": "data",
|
|
8252
8283
|
"hasDynamicHelp": false,
|
|
8253
8284
|
"multiple": false,
|
|
8254
8285
|
"type": "option"
|
|
@@ -8256,7 +8287,7 @@
|
|
|
8256
8287
|
},
|
|
8257
8288
|
"hasDynamicHelp": false,
|
|
8258
8289
|
"hiddenAliases": [],
|
|
8259
|
-
"id": "
|
|
8290
|
+
"id": "team:create",
|
|
8260
8291
|
"pluginAlias": "@instantkom/cli",
|
|
8261
8292
|
"pluginName": "@instantkom/cli",
|
|
8262
8293
|
"pluginType": "core",
|
|
@@ -8266,20 +8297,20 @@
|
|
|
8266
8297
|
"relativePath": [
|
|
8267
8298
|
"dist",
|
|
8268
8299
|
"commands",
|
|
8269
|
-
"
|
|
8300
|
+
"team",
|
|
8270
8301
|
"create.js"
|
|
8271
8302
|
]
|
|
8272
8303
|
},
|
|
8273
|
-
"
|
|
8304
|
+
"team:delete": {
|
|
8274
8305
|
"aliases": [],
|
|
8275
8306
|
"args": {
|
|
8276
8307
|
"id": {
|
|
8277
|
-
"description": "
|
|
8308
|
+
"description": "Team member ID",
|
|
8278
8309
|
"name": "id",
|
|
8279
8310
|
"required": true
|
|
8280
8311
|
}
|
|
8281
8312
|
},
|
|
8282
|
-
"description": "Delete
|
|
8313
|
+
"description": "Delete a team member",
|
|
8283
8314
|
"flags": {
|
|
8284
8315
|
"api-key": {
|
|
8285
8316
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8346,7 +8377,7 @@
|
|
|
8346
8377
|
},
|
|
8347
8378
|
"hasDynamicHelp": false,
|
|
8348
8379
|
"hiddenAliases": [],
|
|
8349
|
-
"id": "
|
|
8380
|
+
"id": "team:delete",
|
|
8350
8381
|
"pluginAlias": "@instantkom/cli",
|
|
8351
8382
|
"pluginName": "@instantkom/cli",
|
|
8352
8383
|
"pluginType": "core",
|
|
@@ -8356,14 +8387,14 @@
|
|
|
8356
8387
|
"relativePath": [
|
|
8357
8388
|
"dist",
|
|
8358
8389
|
"commands",
|
|
8359
|
-
"
|
|
8390
|
+
"team",
|
|
8360
8391
|
"delete.js"
|
|
8361
8392
|
]
|
|
8362
8393
|
},
|
|
8363
|
-
"
|
|
8394
|
+
"team:list": {
|
|
8364
8395
|
"aliases": [],
|
|
8365
8396
|
"args": {},
|
|
8366
|
-
"description": "
|
|
8397
|
+
"description": "List team members",
|
|
8367
8398
|
"flags": {
|
|
8368
8399
|
"api-key": {
|
|
8369
8400
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8375,14 +8406,17 @@
|
|
|
8375
8406
|
"type": "option"
|
|
8376
8407
|
},
|
|
8377
8408
|
"format": {
|
|
8378
|
-
"description": "
|
|
8409
|
+
"description": "Output format: text, json, yaml, or table",
|
|
8410
|
+
"helpGroup": "GLOBAL",
|
|
8379
8411
|
"name": "format",
|
|
8380
|
-
"default": "
|
|
8412
|
+
"default": "text",
|
|
8381
8413
|
"hasDynamicHelp": false,
|
|
8382
8414
|
"multiple": false,
|
|
8383
8415
|
"options": [
|
|
8384
|
-
"
|
|
8385
|
-
"json"
|
|
8416
|
+
"text",
|
|
8417
|
+
"json",
|
|
8418
|
+
"yaml",
|
|
8419
|
+
"table"
|
|
8386
8420
|
],
|
|
8387
8421
|
"type": "option"
|
|
8388
8422
|
},
|
|
@@ -8423,19 +8457,11 @@
|
|
|
8423
8457
|
"hasDynamicHelp": false,
|
|
8424
8458
|
"multiple": false,
|
|
8425
8459
|
"type": "option"
|
|
8426
|
-
},
|
|
8427
|
-
"file": {
|
|
8428
|
-
"description": "Output file path",
|
|
8429
|
-
"name": "file",
|
|
8430
|
-
"required": true,
|
|
8431
|
-
"hasDynamicHelp": false,
|
|
8432
|
-
"multiple": false,
|
|
8433
|
-
"type": "option"
|
|
8434
8460
|
}
|
|
8435
8461
|
},
|
|
8436
8462
|
"hasDynamicHelp": false,
|
|
8437
8463
|
"hiddenAliases": [],
|
|
8438
|
-
"id": "
|
|
8464
|
+
"id": "team:list",
|
|
8439
8465
|
"pluginAlias": "@instantkom/cli",
|
|
8440
8466
|
"pluginName": "@instantkom/cli",
|
|
8441
8467
|
"pluginType": "core",
|
|
@@ -8445,20 +8471,14 @@
|
|
|
8445
8471
|
"relativePath": [
|
|
8446
8472
|
"dist",
|
|
8447
8473
|
"commands",
|
|
8448
|
-
"
|
|
8449
|
-
"
|
|
8474
|
+
"team",
|
|
8475
|
+
"list.js"
|
|
8450
8476
|
]
|
|
8451
8477
|
},
|
|
8452
|
-
"tags:
|
|
8478
|
+
"tags:create": {
|
|
8453
8479
|
"aliases": [],
|
|
8454
|
-
"args": {
|
|
8455
|
-
|
|
8456
|
-
"description": "tag ID",
|
|
8457
|
-
"name": "id",
|
|
8458
|
-
"required": true
|
|
8459
|
-
}
|
|
8460
|
-
},
|
|
8461
|
-
"description": "Get tag by ID",
|
|
8480
|
+
"args": {},
|
|
8481
|
+
"description": "Create a tag",
|
|
8462
8482
|
"flags": {
|
|
8463
8483
|
"api-key": {
|
|
8464
8484
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8521,11 +8541,47 @@
|
|
|
8521
8541
|
"hasDynamicHelp": false,
|
|
8522
8542
|
"multiple": false,
|
|
8523
8543
|
"type": "option"
|
|
8544
|
+
},
|
|
8545
|
+
"name": {
|
|
8546
|
+
"description": "Tag name",
|
|
8547
|
+
"name": "name",
|
|
8548
|
+
"required": true,
|
|
8549
|
+
"hasDynamicHelp": false,
|
|
8550
|
+
"multiple": false,
|
|
8551
|
+
"type": "option"
|
|
8552
|
+
},
|
|
8553
|
+
"description": {
|
|
8554
|
+
"description": "Tag description",
|
|
8555
|
+
"name": "description",
|
|
8556
|
+
"hasDynamicHelp": false,
|
|
8557
|
+
"multiple": false,
|
|
8558
|
+
"type": "option"
|
|
8559
|
+
},
|
|
8560
|
+
"color": {
|
|
8561
|
+
"description": "Tag color as HEX",
|
|
8562
|
+
"name": "color",
|
|
8563
|
+
"hasDynamicHelp": false,
|
|
8564
|
+
"multiple": false,
|
|
8565
|
+
"type": "option"
|
|
8566
|
+
},
|
|
8567
|
+
"folder": {
|
|
8568
|
+
"description": "Object folder ID",
|
|
8569
|
+
"name": "folder",
|
|
8570
|
+
"hasDynamicHelp": false,
|
|
8571
|
+
"multiple": false,
|
|
8572
|
+
"type": "option"
|
|
8573
|
+
},
|
|
8574
|
+
"data": {
|
|
8575
|
+
"description": "Additional JSON object payload",
|
|
8576
|
+
"name": "data",
|
|
8577
|
+
"hasDynamicHelp": false,
|
|
8578
|
+
"multiple": false,
|
|
8579
|
+
"type": "option"
|
|
8524
8580
|
}
|
|
8525
8581
|
},
|
|
8526
8582
|
"hasDynamicHelp": false,
|
|
8527
8583
|
"hiddenAliases": [],
|
|
8528
|
-
"id": "tags:
|
|
8584
|
+
"id": "tags:create",
|
|
8529
8585
|
"pluginAlias": "@instantkom/cli",
|
|
8530
8586
|
"pluginName": "@instantkom/cli",
|
|
8531
8587
|
"pluginType": "core",
|
|
@@ -8536,13 +8592,19 @@
|
|
|
8536
8592
|
"dist",
|
|
8537
8593
|
"commands",
|
|
8538
8594
|
"tags",
|
|
8539
|
-
"
|
|
8595
|
+
"create.js"
|
|
8540
8596
|
]
|
|
8541
8597
|
},
|
|
8542
|
-
"tags:
|
|
8598
|
+
"tags:delete": {
|
|
8543
8599
|
"aliases": [],
|
|
8544
|
-
"args": {
|
|
8545
|
-
|
|
8600
|
+
"args": {
|
|
8601
|
+
"id": {
|
|
8602
|
+
"description": "tag ID",
|
|
8603
|
+
"name": "id",
|
|
8604
|
+
"required": true
|
|
8605
|
+
}
|
|
8606
|
+
},
|
|
8607
|
+
"description": "Delete tag",
|
|
8546
8608
|
"flags": {
|
|
8547
8609
|
"api-key": {
|
|
8548
8610
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8605,25 +8667,11 @@
|
|
|
8605
8667
|
"hasDynamicHelp": false,
|
|
8606
8668
|
"multiple": false,
|
|
8607
8669
|
"type": "option"
|
|
8608
|
-
},
|
|
8609
|
-
"file": {
|
|
8610
|
-
"description": "JSON file path",
|
|
8611
|
-
"name": "file",
|
|
8612
|
-
"required": true,
|
|
8613
|
-
"hasDynamicHelp": false,
|
|
8614
|
-
"multiple": false,
|
|
8615
|
-
"type": "option"
|
|
8616
|
-
},
|
|
8617
|
-
"skip-duplicates": {
|
|
8618
|
-
"description": "Skip duplicate tags",
|
|
8619
|
-
"name": "skip-duplicates",
|
|
8620
|
-
"allowNo": true,
|
|
8621
|
-
"type": "boolean"
|
|
8622
8670
|
}
|
|
8623
8671
|
},
|
|
8624
8672
|
"hasDynamicHelp": false,
|
|
8625
8673
|
"hiddenAliases": [],
|
|
8626
|
-
"id": "tags:
|
|
8674
|
+
"id": "tags:delete",
|
|
8627
8675
|
"pluginAlias": "@instantkom/cli",
|
|
8628
8676
|
"pluginName": "@instantkom/cli",
|
|
8629
8677
|
"pluginType": "core",
|
|
@@ -8634,13 +8682,13 @@
|
|
|
8634
8682
|
"dist",
|
|
8635
8683
|
"commands",
|
|
8636
8684
|
"tags",
|
|
8637
|
-
"
|
|
8685
|
+
"delete.js"
|
|
8638
8686
|
]
|
|
8639
8687
|
},
|
|
8640
|
-
"tags:
|
|
8688
|
+
"tags:export": {
|
|
8641
8689
|
"aliases": [],
|
|
8642
8690
|
"args": {},
|
|
8643
|
-
"description": "
|
|
8691
|
+
"description": "Export tags to a file",
|
|
8644
8692
|
"flags": {
|
|
8645
8693
|
"api-key": {
|
|
8646
8694
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8652,17 +8700,14 @@
|
|
|
8652
8700
|
"type": "option"
|
|
8653
8701
|
},
|
|
8654
8702
|
"format": {
|
|
8655
|
-
"description": "
|
|
8656
|
-
"helpGroup": "GLOBAL",
|
|
8703
|
+
"description": "Export format",
|
|
8657
8704
|
"name": "format",
|
|
8658
|
-
"default": "
|
|
8705
|
+
"default": "csv",
|
|
8659
8706
|
"hasDynamicHelp": false,
|
|
8660
8707
|
"multiple": false,
|
|
8661
8708
|
"options": [
|
|
8662
|
-
"
|
|
8663
|
-
"json"
|
|
8664
|
-
"yaml",
|
|
8665
|
-
"table"
|
|
8709
|
+
"csv",
|
|
8710
|
+
"json"
|
|
8666
8711
|
],
|
|
8667
8712
|
"type": "option"
|
|
8668
8713
|
},
|
|
@@ -8704,32 +8749,10 @@
|
|
|
8704
8749
|
"multiple": false,
|
|
8705
8750
|
"type": "option"
|
|
8706
8751
|
},
|
|
8707
|
-
"
|
|
8708
|
-
"description": "
|
|
8709
|
-
"name": "
|
|
8710
|
-
"
|
|
8711
|
-
"hasDynamicHelp": false,
|
|
8712
|
-
"multiple": false,
|
|
8713
|
-
"type": "option"
|
|
8714
|
-
},
|
|
8715
|
-
"limit": {
|
|
8716
|
-
"description": "Items per page",
|
|
8717
|
-
"name": "limit",
|
|
8718
|
-
"default": 20,
|
|
8719
|
-
"hasDynamicHelp": false,
|
|
8720
|
-
"multiple": false,
|
|
8721
|
-
"type": "option"
|
|
8722
|
-
},
|
|
8723
|
-
"search": {
|
|
8724
|
-
"description": "Search by name",
|
|
8725
|
-
"name": "search",
|
|
8726
|
-
"hasDynamicHelp": false,
|
|
8727
|
-
"multiple": false,
|
|
8728
|
-
"type": "option"
|
|
8729
|
-
},
|
|
8730
|
-
"color": {
|
|
8731
|
-
"description": "Filter by color",
|
|
8732
|
-
"name": "color",
|
|
8752
|
+
"file": {
|
|
8753
|
+
"description": "Output file path",
|
|
8754
|
+
"name": "file",
|
|
8755
|
+
"required": true,
|
|
8733
8756
|
"hasDynamicHelp": false,
|
|
8734
8757
|
"multiple": false,
|
|
8735
8758
|
"type": "option"
|
|
@@ -8737,7 +8760,7 @@
|
|
|
8737
8760
|
},
|
|
8738
8761
|
"hasDynamicHelp": false,
|
|
8739
8762
|
"hiddenAliases": [],
|
|
8740
|
-
"id": "tags:
|
|
8763
|
+
"id": "tags:export",
|
|
8741
8764
|
"pluginAlias": "@instantkom/cli",
|
|
8742
8765
|
"pluginName": "@instantkom/cli",
|
|
8743
8766
|
"pluginType": "core",
|
|
@@ -8748,19 +8771,19 @@
|
|
|
8748
8771
|
"dist",
|
|
8749
8772
|
"commands",
|
|
8750
8773
|
"tags",
|
|
8751
|
-
"
|
|
8774
|
+
"export.js"
|
|
8752
8775
|
]
|
|
8753
8776
|
},
|
|
8754
|
-
"tags:
|
|
8777
|
+
"tags:get": {
|
|
8755
8778
|
"aliases": [],
|
|
8756
8779
|
"args": {
|
|
8757
8780
|
"id": {
|
|
8758
|
-
"description": "
|
|
8781
|
+
"description": "tag ID",
|
|
8759
8782
|
"name": "id",
|
|
8760
8783
|
"required": true
|
|
8761
8784
|
}
|
|
8762
8785
|
},
|
|
8763
|
-
"description": "
|
|
8786
|
+
"description": "Get tag by ID",
|
|
8764
8787
|
"flags": {
|
|
8765
8788
|
"api-key": {
|
|
8766
8789
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8823,46 +8846,11 @@
|
|
|
8823
8846
|
"hasDynamicHelp": false,
|
|
8824
8847
|
"multiple": false,
|
|
8825
8848
|
"type": "option"
|
|
8826
|
-
},
|
|
8827
|
-
"name": {
|
|
8828
|
-
"description": "Tag name",
|
|
8829
|
-
"name": "name",
|
|
8830
|
-
"hasDynamicHelp": false,
|
|
8831
|
-
"multiple": false,
|
|
8832
|
-
"type": "option"
|
|
8833
|
-
},
|
|
8834
|
-
"description": {
|
|
8835
|
-
"description": "Tag description",
|
|
8836
|
-
"name": "description",
|
|
8837
|
-
"hasDynamicHelp": false,
|
|
8838
|
-
"multiple": false,
|
|
8839
|
-
"type": "option"
|
|
8840
|
-
},
|
|
8841
|
-
"color": {
|
|
8842
|
-
"description": "Tag color as HEX",
|
|
8843
|
-
"name": "color",
|
|
8844
|
-
"hasDynamicHelp": false,
|
|
8845
|
-
"multiple": false,
|
|
8846
|
-
"type": "option"
|
|
8847
|
-
},
|
|
8848
|
-
"folder": {
|
|
8849
|
-
"description": "Object folder ID",
|
|
8850
|
-
"name": "folder",
|
|
8851
|
-
"hasDynamicHelp": false,
|
|
8852
|
-
"multiple": false,
|
|
8853
|
-
"type": "option"
|
|
8854
|
-
},
|
|
8855
|
-
"data": {
|
|
8856
|
-
"description": "Additional JSON object payload",
|
|
8857
|
-
"name": "data",
|
|
8858
|
-
"hasDynamicHelp": false,
|
|
8859
|
-
"multiple": false,
|
|
8860
|
-
"type": "option"
|
|
8861
8849
|
}
|
|
8862
8850
|
},
|
|
8863
8851
|
"hasDynamicHelp": false,
|
|
8864
8852
|
"hiddenAliases": [],
|
|
8865
|
-
"id": "tags:
|
|
8853
|
+
"id": "tags:get",
|
|
8866
8854
|
"pluginAlias": "@instantkom/cli",
|
|
8867
8855
|
"pluginName": "@instantkom/cli",
|
|
8868
8856
|
"pluginType": "core",
|
|
@@ -8873,13 +8861,13 @@
|
|
|
8873
8861
|
"dist",
|
|
8874
8862
|
"commands",
|
|
8875
8863
|
"tags",
|
|
8876
|
-
"
|
|
8864
|
+
"get.js"
|
|
8877
8865
|
]
|
|
8878
8866
|
},
|
|
8879
|
-
"tags:
|
|
8867
|
+
"tags:import": {
|
|
8880
8868
|
"aliases": [],
|
|
8881
8869
|
"args": {},
|
|
8882
|
-
"description": "
|
|
8870
|
+
"description": "Import tags from JSON",
|
|
8883
8871
|
"flags": {
|
|
8884
8872
|
"api-key": {
|
|
8885
8873
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -8950,11 +8938,17 @@
|
|
|
8950
8938
|
"hasDynamicHelp": false,
|
|
8951
8939
|
"multiple": false,
|
|
8952
8940
|
"type": "option"
|
|
8941
|
+
},
|
|
8942
|
+
"skip-duplicates": {
|
|
8943
|
+
"description": "Skip duplicate tags",
|
|
8944
|
+
"name": "skip-duplicates",
|
|
8945
|
+
"allowNo": true,
|
|
8946
|
+
"type": "boolean"
|
|
8953
8947
|
}
|
|
8954
8948
|
},
|
|
8955
8949
|
"hasDynamicHelp": false,
|
|
8956
8950
|
"hiddenAliases": [],
|
|
8957
|
-
"id": "tags:
|
|
8951
|
+
"id": "tags:import",
|
|
8958
8952
|
"pluginAlias": "@instantkom/cli",
|
|
8959
8953
|
"pluginName": "@instantkom/cli",
|
|
8960
8954
|
"pluginType": "core",
|
|
@@ -8965,13 +8959,13 @@
|
|
|
8965
8959
|
"dist",
|
|
8966
8960
|
"commands",
|
|
8967
8961
|
"tags",
|
|
8968
|
-
"
|
|
8962
|
+
"import.js"
|
|
8969
8963
|
]
|
|
8970
8964
|
},
|
|
8971
|
-
"
|
|
8965
|
+
"tags:list": {
|
|
8972
8966
|
"aliases": [],
|
|
8973
8967
|
"args": {},
|
|
8974
|
-
"description": "
|
|
8968
|
+
"description": "List tags",
|
|
8975
8969
|
"flags": {
|
|
8976
8970
|
"api-key": {
|
|
8977
8971
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9035,77 +9029,40 @@
|
|
|
9035
9029
|
"multiple": false,
|
|
9036
9030
|
"type": "option"
|
|
9037
9031
|
},
|
|
9038
|
-
"
|
|
9039
|
-
"description": "
|
|
9040
|
-
"name": "
|
|
9041
|
-
"
|
|
9042
|
-
"hasDynamicHelp": false,
|
|
9043
|
-
"multiple": false,
|
|
9044
|
-
"type": "option"
|
|
9045
|
-
},
|
|
9046
|
-
"first-name": {
|
|
9047
|
-
"description": "First name",
|
|
9048
|
-
"name": "first-name",
|
|
9049
|
-
"required": true,
|
|
9050
|
-
"hasDynamicHelp": false,
|
|
9051
|
-
"multiple": false,
|
|
9052
|
-
"type": "option"
|
|
9053
|
-
},
|
|
9054
|
-
"last-name": {
|
|
9055
|
-
"description": "Last name",
|
|
9056
|
-
"name": "last-name",
|
|
9057
|
-
"required": true,
|
|
9058
|
-
"hasDynamicHelp": false,
|
|
9059
|
-
"multiple": false,
|
|
9060
|
-
"type": "option"
|
|
9061
|
-
},
|
|
9062
|
-
"password": {
|
|
9063
|
-
"description": "Initial password",
|
|
9064
|
-
"name": "password",
|
|
9065
|
-
"required": true,
|
|
9032
|
+
"page": {
|
|
9033
|
+
"description": "Page number",
|
|
9034
|
+
"name": "page",
|
|
9035
|
+
"default": 1,
|
|
9066
9036
|
"hasDynamicHelp": false,
|
|
9067
9037
|
"multiple": false,
|
|
9068
9038
|
"type": "option"
|
|
9069
9039
|
},
|
|
9070
|
-
"
|
|
9071
|
-
"description": "
|
|
9072
|
-
"name": "
|
|
9040
|
+
"limit": {
|
|
9041
|
+
"description": "Items per page",
|
|
9042
|
+
"name": "limit",
|
|
9043
|
+
"default": 20,
|
|
9073
9044
|
"hasDynamicHelp": false,
|
|
9074
9045
|
"multiple": false,
|
|
9075
9046
|
"type": "option"
|
|
9076
9047
|
},
|
|
9077
|
-
"
|
|
9078
|
-
"description": "
|
|
9079
|
-
"name": "
|
|
9048
|
+
"search": {
|
|
9049
|
+
"description": "Search by name",
|
|
9050
|
+
"name": "search",
|
|
9080
9051
|
"hasDynamicHelp": false,
|
|
9081
9052
|
"multiple": false,
|
|
9082
9053
|
"type": "option"
|
|
9083
9054
|
},
|
|
9084
9055
|
"color": {
|
|
9085
|
-
"description": "
|
|
9056
|
+
"description": "Filter by color",
|
|
9086
9057
|
"name": "color",
|
|
9087
9058
|
"hasDynamicHelp": false,
|
|
9088
9059
|
"multiple": false,
|
|
9089
9060
|
"type": "option"
|
|
9090
|
-
},
|
|
9091
|
-
"folder": {
|
|
9092
|
-
"description": "Object folder ID",
|
|
9093
|
-
"name": "folder",
|
|
9094
|
-
"hasDynamicHelp": false,
|
|
9095
|
-
"multiple": false,
|
|
9096
|
-
"type": "option"
|
|
9097
|
-
},
|
|
9098
|
-
"data": {
|
|
9099
|
-
"description": "Additional JSON object payload",
|
|
9100
|
-
"name": "data",
|
|
9101
|
-
"hasDynamicHelp": false,
|
|
9102
|
-
"multiple": false,
|
|
9103
|
-
"type": "option"
|
|
9104
9061
|
}
|
|
9105
9062
|
},
|
|
9106
9063
|
"hasDynamicHelp": false,
|
|
9107
9064
|
"hiddenAliases": [],
|
|
9108
|
-
"id": "
|
|
9065
|
+
"id": "tags:list",
|
|
9109
9066
|
"pluginAlias": "@instantkom/cli",
|
|
9110
9067
|
"pluginName": "@instantkom/cli",
|
|
9111
9068
|
"pluginType": "core",
|
|
@@ -9115,20 +9072,20 @@
|
|
|
9115
9072
|
"relativePath": [
|
|
9116
9073
|
"dist",
|
|
9117
9074
|
"commands",
|
|
9118
|
-
"
|
|
9119
|
-
"
|
|
9075
|
+
"tags",
|
|
9076
|
+
"list.js"
|
|
9120
9077
|
]
|
|
9121
9078
|
},
|
|
9122
|
-
"
|
|
9079
|
+
"tags:update": {
|
|
9123
9080
|
"aliases": [],
|
|
9124
9081
|
"args": {
|
|
9125
9082
|
"id": {
|
|
9126
|
-
"description": "
|
|
9083
|
+
"description": "Tag ID",
|
|
9127
9084
|
"name": "id",
|
|
9128
9085
|
"required": true
|
|
9129
9086
|
}
|
|
9130
9087
|
},
|
|
9131
|
-
"description": "
|
|
9088
|
+
"description": "Update a tag",
|
|
9132
9089
|
"flags": {
|
|
9133
9090
|
"api-key": {
|
|
9134
9091
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9184,10 +9141,45 @@
|
|
|
9184
9141
|
"multiple": false,
|
|
9185
9142
|
"type": "option"
|
|
9186
9143
|
},
|
|
9187
|
-
"api-url": {
|
|
9188
|
-
"description": "Override the API base URL (e.g. for staging)",
|
|
9189
|
-
"helpGroup": "GLOBAL",
|
|
9190
|
-
"name": "api-url",
|
|
9144
|
+
"api-url": {
|
|
9145
|
+
"description": "Override the API base URL (e.g. for staging)",
|
|
9146
|
+
"helpGroup": "GLOBAL",
|
|
9147
|
+
"name": "api-url",
|
|
9148
|
+
"hasDynamicHelp": false,
|
|
9149
|
+
"multiple": false,
|
|
9150
|
+
"type": "option"
|
|
9151
|
+
},
|
|
9152
|
+
"name": {
|
|
9153
|
+
"description": "Tag name",
|
|
9154
|
+
"name": "name",
|
|
9155
|
+
"hasDynamicHelp": false,
|
|
9156
|
+
"multiple": false,
|
|
9157
|
+
"type": "option"
|
|
9158
|
+
},
|
|
9159
|
+
"description": {
|
|
9160
|
+
"description": "Tag description",
|
|
9161
|
+
"name": "description",
|
|
9162
|
+
"hasDynamicHelp": false,
|
|
9163
|
+
"multiple": false,
|
|
9164
|
+
"type": "option"
|
|
9165
|
+
},
|
|
9166
|
+
"color": {
|
|
9167
|
+
"description": "Tag color as HEX",
|
|
9168
|
+
"name": "color",
|
|
9169
|
+
"hasDynamicHelp": false,
|
|
9170
|
+
"multiple": false,
|
|
9171
|
+
"type": "option"
|
|
9172
|
+
},
|
|
9173
|
+
"folder": {
|
|
9174
|
+
"description": "Object folder ID",
|
|
9175
|
+
"name": "folder",
|
|
9176
|
+
"hasDynamicHelp": false,
|
|
9177
|
+
"multiple": false,
|
|
9178
|
+
"type": "option"
|
|
9179
|
+
},
|
|
9180
|
+
"data": {
|
|
9181
|
+
"description": "Additional JSON object payload",
|
|
9182
|
+
"name": "data",
|
|
9191
9183
|
"hasDynamicHelp": false,
|
|
9192
9184
|
"multiple": false,
|
|
9193
9185
|
"type": "option"
|
|
@@ -9195,7 +9187,7 @@
|
|
|
9195
9187
|
},
|
|
9196
9188
|
"hasDynamicHelp": false,
|
|
9197
9189
|
"hiddenAliases": [],
|
|
9198
|
-
"id": "
|
|
9190
|
+
"id": "tags:update",
|
|
9199
9191
|
"pluginAlias": "@instantkom/cli",
|
|
9200
9192
|
"pluginName": "@instantkom/cli",
|
|
9201
9193
|
"pluginType": "core",
|
|
@@ -9205,14 +9197,14 @@
|
|
|
9205
9197
|
"relativePath": [
|
|
9206
9198
|
"dist",
|
|
9207
9199
|
"commands",
|
|
9208
|
-
"
|
|
9209
|
-
"
|
|
9200
|
+
"tags",
|
|
9201
|
+
"update.js"
|
|
9210
9202
|
]
|
|
9211
9203
|
},
|
|
9212
|
-
"
|
|
9204
|
+
"tags:validate-import": {
|
|
9213
9205
|
"aliases": [],
|
|
9214
9206
|
"args": {},
|
|
9215
|
-
"description": "
|
|
9207
|
+
"description": "Validate tags import JSON",
|
|
9216
9208
|
"flags": {
|
|
9217
9209
|
"api-key": {
|
|
9218
9210
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -9275,11 +9267,19 @@
|
|
|
9275
9267
|
"hasDynamicHelp": false,
|
|
9276
9268
|
"multiple": false,
|
|
9277
9269
|
"type": "option"
|
|
9270
|
+
},
|
|
9271
|
+
"file": {
|
|
9272
|
+
"description": "JSON file path",
|
|
9273
|
+
"name": "file",
|
|
9274
|
+
"required": true,
|
|
9275
|
+
"hasDynamicHelp": false,
|
|
9276
|
+
"multiple": false,
|
|
9277
|
+
"type": "option"
|
|
9278
9278
|
}
|
|
9279
9279
|
},
|
|
9280
9280
|
"hasDynamicHelp": false,
|
|
9281
9281
|
"hiddenAliases": [],
|
|
9282
|
-
"id": "
|
|
9282
|
+
"id": "tags:validate-import",
|
|
9283
9283
|
"pluginAlias": "@instantkom/cli",
|
|
9284
9284
|
"pluginName": "@instantkom/cli",
|
|
9285
9285
|
"pluginType": "core",
|
|
@@ -9289,8 +9289,8 @@
|
|
|
9289
9289
|
"relativePath": [
|
|
9290
9290
|
"dist",
|
|
9291
9291
|
"commands",
|
|
9292
|
-
"
|
|
9293
|
-
"
|
|
9292
|
+
"tags",
|
|
9293
|
+
"validate-import.js"
|
|
9294
9294
|
]
|
|
9295
9295
|
},
|
|
9296
9296
|
"templates:create": {
|
|
@@ -14190,7 +14190,7 @@
|
|
|
14190
14190
|
"remove.js"
|
|
14191
14191
|
]
|
|
14192
14192
|
},
|
|
14193
|
-
"flow:
|
|
14193
|
+
"flow:nodes:create": {
|
|
14194
14194
|
"aliases": [],
|
|
14195
14195
|
"args": {
|
|
14196
14196
|
"flowId": {
|
|
@@ -14199,7 +14199,7 @@
|
|
|
14199
14199
|
"required": true
|
|
14200
14200
|
}
|
|
14201
14201
|
},
|
|
14202
|
-
"description": "Create a flow
|
|
14202
|
+
"description": "Create a flow node",
|
|
14203
14203
|
"flags": {
|
|
14204
14204
|
"api-key": {
|
|
14205
14205
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14263,33 +14263,33 @@
|
|
|
14263
14263
|
"multiple": false,
|
|
14264
14264
|
"type": "option"
|
|
14265
14265
|
},
|
|
14266
|
-
"
|
|
14267
|
-
"description": "
|
|
14268
|
-
"name": "
|
|
14269
|
-
"required": true,
|
|
14266
|
+
"bot": {
|
|
14267
|
+
"description": "Bot ID",
|
|
14268
|
+
"name": "bot",
|
|
14270
14269
|
"hasDynamicHelp": false,
|
|
14271
14270
|
"multiple": false,
|
|
14272
14271
|
"type": "option"
|
|
14273
14272
|
},
|
|
14274
|
-
"
|
|
14275
|
-
"description": "
|
|
14276
|
-
"name": "
|
|
14273
|
+
"type": {
|
|
14274
|
+
"description": "Node type",
|
|
14275
|
+
"name": "type",
|
|
14277
14276
|
"required": true,
|
|
14278
14277
|
"hasDynamicHelp": false,
|
|
14279
14278
|
"multiple": false,
|
|
14280
14279
|
"type": "option"
|
|
14281
14280
|
},
|
|
14282
|
-
"
|
|
14283
|
-
"description": "
|
|
14284
|
-
"name": "
|
|
14281
|
+
"x": {
|
|
14282
|
+
"description": "X position",
|
|
14283
|
+
"name": "x",
|
|
14284
|
+
"required": true,
|
|
14285
14285
|
"hasDynamicHelp": false,
|
|
14286
14286
|
"multiple": false,
|
|
14287
14287
|
"type": "option"
|
|
14288
14288
|
},
|
|
14289
|
-
"
|
|
14290
|
-
"description": "
|
|
14291
|
-
"name": "
|
|
14292
|
-
"
|
|
14289
|
+
"y": {
|
|
14290
|
+
"description": "Y position",
|
|
14291
|
+
"name": "y",
|
|
14292
|
+
"required": true,
|
|
14293
14293
|
"hasDynamicHelp": false,
|
|
14294
14294
|
"multiple": false,
|
|
14295
14295
|
"type": "option"
|
|
@@ -14304,7 +14304,7 @@
|
|
|
14304
14304
|
},
|
|
14305
14305
|
"hasDynamicHelp": false,
|
|
14306
14306
|
"hiddenAliases": [],
|
|
14307
|
-
"id": "flow:
|
|
14307
|
+
"id": "flow:nodes:create",
|
|
14308
14308
|
"pluginAlias": "@instantkom/cli",
|
|
14309
14309
|
"pluginName": "@instantkom/cli",
|
|
14310
14310
|
"pluginType": "core",
|
|
@@ -14315,11 +14315,11 @@
|
|
|
14315
14315
|
"dist",
|
|
14316
14316
|
"commands",
|
|
14317
14317
|
"flow",
|
|
14318
|
-
"
|
|
14318
|
+
"nodes",
|
|
14319
14319
|
"create.js"
|
|
14320
14320
|
]
|
|
14321
14321
|
},
|
|
14322
|
-
"flow:
|
|
14322
|
+
"flow:nodes:delete": {
|
|
14323
14323
|
"aliases": [],
|
|
14324
14324
|
"args": {
|
|
14325
14325
|
"flowId": {
|
|
@@ -14327,13 +14327,13 @@
|
|
|
14327
14327
|
"name": "flowId",
|
|
14328
14328
|
"required": true
|
|
14329
14329
|
},
|
|
14330
|
-
"
|
|
14331
|
-
"description": "
|
|
14332
|
-
"name": "
|
|
14330
|
+
"nodeId": {
|
|
14331
|
+
"description": "Node ID",
|
|
14332
|
+
"name": "nodeId",
|
|
14333
14333
|
"required": true
|
|
14334
14334
|
}
|
|
14335
14335
|
},
|
|
14336
|
-
"description": "Delete a flow
|
|
14336
|
+
"description": "Delete a flow node",
|
|
14337
14337
|
"flags": {
|
|
14338
14338
|
"api-key": {
|
|
14339
14339
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14400,7 +14400,7 @@
|
|
|
14400
14400
|
},
|
|
14401
14401
|
"hasDynamicHelp": false,
|
|
14402
14402
|
"hiddenAliases": [],
|
|
14403
|
-
"id": "flow:
|
|
14403
|
+
"id": "flow:nodes:delete",
|
|
14404
14404
|
"pluginAlias": "@instantkom/cli",
|
|
14405
14405
|
"pluginName": "@instantkom/cli",
|
|
14406
14406
|
"pluginType": "core",
|
|
@@ -14411,11 +14411,11 @@
|
|
|
14411
14411
|
"dist",
|
|
14412
14412
|
"commands",
|
|
14413
14413
|
"flow",
|
|
14414
|
-
"
|
|
14414
|
+
"nodes",
|
|
14415
14415
|
"delete.js"
|
|
14416
14416
|
]
|
|
14417
14417
|
},
|
|
14418
|
-
"flow:
|
|
14418
|
+
"flow:nodes:get": {
|
|
14419
14419
|
"aliases": [],
|
|
14420
14420
|
"args": {
|
|
14421
14421
|
"flowId": {
|
|
@@ -14423,13 +14423,13 @@
|
|
|
14423
14423
|
"name": "flowId",
|
|
14424
14424
|
"required": true
|
|
14425
14425
|
},
|
|
14426
|
-
"
|
|
14427
|
-
"description": "
|
|
14428
|
-
"name": "
|
|
14426
|
+
"nodeId": {
|
|
14427
|
+
"description": "Node ID",
|
|
14428
|
+
"name": "nodeId",
|
|
14429
14429
|
"required": true
|
|
14430
14430
|
}
|
|
14431
14431
|
},
|
|
14432
|
-
"description": "Get a flow
|
|
14432
|
+
"description": "Get a flow node",
|
|
14433
14433
|
"flags": {
|
|
14434
14434
|
"api-key": {
|
|
14435
14435
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14496,7 +14496,7 @@
|
|
|
14496
14496
|
},
|
|
14497
14497
|
"hasDynamicHelp": false,
|
|
14498
14498
|
"hiddenAliases": [],
|
|
14499
|
-
"id": "flow:
|
|
14499
|
+
"id": "flow:nodes:get",
|
|
14500
14500
|
"pluginAlias": "@instantkom/cli",
|
|
14501
14501
|
"pluginName": "@instantkom/cli",
|
|
14502
14502
|
"pluginType": "core",
|
|
@@ -14507,11 +14507,11 @@
|
|
|
14507
14507
|
"dist",
|
|
14508
14508
|
"commands",
|
|
14509
14509
|
"flow",
|
|
14510
|
-
"
|
|
14510
|
+
"nodes",
|
|
14511
14511
|
"get.js"
|
|
14512
14512
|
]
|
|
14513
14513
|
},
|
|
14514
|
-
"flow:
|
|
14514
|
+
"flow:nodes:list": {
|
|
14515
14515
|
"aliases": [],
|
|
14516
14516
|
"args": {
|
|
14517
14517
|
"flowId": {
|
|
@@ -14520,7 +14520,7 @@
|
|
|
14520
14520
|
"required": true
|
|
14521
14521
|
}
|
|
14522
14522
|
},
|
|
14523
|
-
"description": "List
|
|
14523
|
+
"description": "List nodes in a flow",
|
|
14524
14524
|
"flags": {
|
|
14525
14525
|
"api-key": {
|
|
14526
14526
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14587,7 +14587,7 @@
|
|
|
14587
14587
|
},
|
|
14588
14588
|
"hasDynamicHelp": false,
|
|
14589
14589
|
"hiddenAliases": [],
|
|
14590
|
-
"id": "flow:
|
|
14590
|
+
"id": "flow:nodes:list",
|
|
14591
14591
|
"pluginAlias": "@instantkom/cli",
|
|
14592
14592
|
"pluginName": "@instantkom/cli",
|
|
14593
14593
|
"pluginType": "core",
|
|
@@ -14598,11 +14598,11 @@
|
|
|
14598
14598
|
"dist",
|
|
14599
14599
|
"commands",
|
|
14600
14600
|
"flow",
|
|
14601
|
-
"
|
|
14601
|
+
"nodes",
|
|
14602
14602
|
"list.js"
|
|
14603
14603
|
]
|
|
14604
14604
|
},
|
|
14605
|
-
"flow:
|
|
14605
|
+
"flow:nodes:update": {
|
|
14606
14606
|
"aliases": [],
|
|
14607
14607
|
"args": {
|
|
14608
14608
|
"flowId": {
|
|
@@ -14610,13 +14610,13 @@
|
|
|
14610
14610
|
"name": "flowId",
|
|
14611
14611
|
"required": true
|
|
14612
14612
|
},
|
|
14613
|
-
"
|
|
14614
|
-
"description": "
|
|
14615
|
-
"name": "
|
|
14613
|
+
"nodeId": {
|
|
14614
|
+
"description": "Node ID",
|
|
14615
|
+
"name": "nodeId",
|
|
14616
14616
|
"required": true
|
|
14617
14617
|
}
|
|
14618
14618
|
},
|
|
14619
|
-
"description": "Update a flow
|
|
14619
|
+
"description": "Update a flow node",
|
|
14620
14620
|
"flags": {
|
|
14621
14621
|
"api-key": {
|
|
14622
14622
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14680,30 +14680,30 @@
|
|
|
14680
14680
|
"multiple": false,
|
|
14681
14681
|
"type": "option"
|
|
14682
14682
|
},
|
|
14683
|
-
"
|
|
14684
|
-
"description": "
|
|
14685
|
-
"name": "
|
|
14683
|
+
"bot": {
|
|
14684
|
+
"description": "Bot ID",
|
|
14685
|
+
"name": "bot",
|
|
14686
14686
|
"hasDynamicHelp": false,
|
|
14687
14687
|
"multiple": false,
|
|
14688
14688
|
"type": "option"
|
|
14689
14689
|
},
|
|
14690
|
-
"
|
|
14691
|
-
"description": "
|
|
14692
|
-
"name": "
|
|
14690
|
+
"type": {
|
|
14691
|
+
"description": "Node type",
|
|
14692
|
+
"name": "type",
|
|
14693
14693
|
"hasDynamicHelp": false,
|
|
14694
14694
|
"multiple": false,
|
|
14695
14695
|
"type": "option"
|
|
14696
14696
|
},
|
|
14697
|
-
"
|
|
14698
|
-
"description": "
|
|
14699
|
-
"name": "
|
|
14697
|
+
"x": {
|
|
14698
|
+
"description": "X position",
|
|
14699
|
+
"name": "x",
|
|
14700
14700
|
"hasDynamicHelp": false,
|
|
14701
14701
|
"multiple": false,
|
|
14702
14702
|
"type": "option"
|
|
14703
14703
|
},
|
|
14704
|
-
"
|
|
14705
|
-
"description": "
|
|
14706
|
-
"name": "
|
|
14704
|
+
"y": {
|
|
14705
|
+
"description": "Y position",
|
|
14706
|
+
"name": "y",
|
|
14707
14707
|
"hasDynamicHelp": false,
|
|
14708
14708
|
"multiple": false,
|
|
14709
14709
|
"type": "option"
|
|
@@ -14718,7 +14718,7 @@
|
|
|
14718
14718
|
},
|
|
14719
14719
|
"hasDynamicHelp": false,
|
|
14720
14720
|
"hiddenAliases": [],
|
|
14721
|
-
"id": "flow:
|
|
14721
|
+
"id": "flow:nodes:update",
|
|
14722
14722
|
"pluginAlias": "@instantkom/cli",
|
|
14723
14723
|
"pluginName": "@instantkom/cli",
|
|
14724
14724
|
"pluginType": "core",
|
|
@@ -14729,11 +14729,11 @@
|
|
|
14729
14729
|
"dist",
|
|
14730
14730
|
"commands",
|
|
14731
14731
|
"flow",
|
|
14732
|
-
"
|
|
14732
|
+
"nodes",
|
|
14733
14733
|
"update.js"
|
|
14734
14734
|
]
|
|
14735
14735
|
},
|
|
14736
|
-
"flow:
|
|
14736
|
+
"flow:edges:create": {
|
|
14737
14737
|
"aliases": [],
|
|
14738
14738
|
"args": {
|
|
14739
14739
|
"flowId": {
|
|
@@ -14742,7 +14742,7 @@
|
|
|
14742
14742
|
"required": true
|
|
14743
14743
|
}
|
|
14744
14744
|
},
|
|
14745
|
-
"description": "Create a flow
|
|
14745
|
+
"description": "Create a flow edge",
|
|
14746
14746
|
"flags": {
|
|
14747
14747
|
"api-key": {
|
|
14748
14748
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14806,33 +14806,33 @@
|
|
|
14806
14806
|
"multiple": false,
|
|
14807
14807
|
"type": "option"
|
|
14808
14808
|
},
|
|
14809
|
-
"
|
|
14810
|
-
"description": "
|
|
14811
|
-
"name": "
|
|
14809
|
+
"source": {
|
|
14810
|
+
"description": "Source node ID",
|
|
14811
|
+
"name": "source",
|
|
14812
|
+
"required": true,
|
|
14812
14813
|
"hasDynamicHelp": false,
|
|
14813
14814
|
"multiple": false,
|
|
14814
14815
|
"type": "option"
|
|
14815
14816
|
},
|
|
14816
|
-
"
|
|
14817
|
-
"description": "
|
|
14818
|
-
"name": "
|
|
14817
|
+
"target": {
|
|
14818
|
+
"description": "Target node ID",
|
|
14819
|
+
"name": "target",
|
|
14819
14820
|
"required": true,
|
|
14820
14821
|
"hasDynamicHelp": false,
|
|
14821
14822
|
"multiple": false,
|
|
14822
14823
|
"type": "option"
|
|
14823
14824
|
},
|
|
14824
|
-
"
|
|
14825
|
-
"description": "
|
|
14826
|
-
"name": "
|
|
14827
|
-
"required": true,
|
|
14825
|
+
"label": {
|
|
14826
|
+
"description": "Edge label",
|
|
14827
|
+
"name": "label",
|
|
14828
14828
|
"hasDynamicHelp": false,
|
|
14829
14829
|
"multiple": false,
|
|
14830
14830
|
"type": "option"
|
|
14831
14831
|
},
|
|
14832
|
-
"
|
|
14833
|
-
"description": "
|
|
14834
|
-
"name": "
|
|
14835
|
-
"
|
|
14832
|
+
"type": {
|
|
14833
|
+
"description": "Edge type",
|
|
14834
|
+
"name": "type",
|
|
14835
|
+
"default": "default",
|
|
14836
14836
|
"hasDynamicHelp": false,
|
|
14837
14837
|
"multiple": false,
|
|
14838
14838
|
"type": "option"
|
|
@@ -14847,7 +14847,7 @@
|
|
|
14847
14847
|
},
|
|
14848
14848
|
"hasDynamicHelp": false,
|
|
14849
14849
|
"hiddenAliases": [],
|
|
14850
|
-
"id": "flow:
|
|
14850
|
+
"id": "flow:edges:create",
|
|
14851
14851
|
"pluginAlias": "@instantkom/cli",
|
|
14852
14852
|
"pluginName": "@instantkom/cli",
|
|
14853
14853
|
"pluginType": "core",
|
|
@@ -14858,11 +14858,11 @@
|
|
|
14858
14858
|
"dist",
|
|
14859
14859
|
"commands",
|
|
14860
14860
|
"flow",
|
|
14861
|
-
"
|
|
14861
|
+
"edges",
|
|
14862
14862
|
"create.js"
|
|
14863
14863
|
]
|
|
14864
14864
|
},
|
|
14865
|
-
"flow:
|
|
14865
|
+
"flow:edges:delete": {
|
|
14866
14866
|
"aliases": [],
|
|
14867
14867
|
"args": {
|
|
14868
14868
|
"flowId": {
|
|
@@ -14870,13 +14870,13 @@
|
|
|
14870
14870
|
"name": "flowId",
|
|
14871
14871
|
"required": true
|
|
14872
14872
|
},
|
|
14873
|
-
"
|
|
14874
|
-
"description": "
|
|
14875
|
-
"name": "
|
|
14873
|
+
"edgeId": {
|
|
14874
|
+
"description": "Edge ID",
|
|
14875
|
+
"name": "edgeId",
|
|
14876
14876
|
"required": true
|
|
14877
14877
|
}
|
|
14878
14878
|
},
|
|
14879
|
-
"description": "Delete a flow
|
|
14879
|
+
"description": "Delete a flow edge",
|
|
14880
14880
|
"flags": {
|
|
14881
14881
|
"api-key": {
|
|
14882
14882
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -14943,7 +14943,7 @@
|
|
|
14943
14943
|
},
|
|
14944
14944
|
"hasDynamicHelp": false,
|
|
14945
14945
|
"hiddenAliases": [],
|
|
14946
|
-
"id": "flow:
|
|
14946
|
+
"id": "flow:edges:delete",
|
|
14947
14947
|
"pluginAlias": "@instantkom/cli",
|
|
14948
14948
|
"pluginName": "@instantkom/cli",
|
|
14949
14949
|
"pluginType": "core",
|
|
@@ -14954,11 +14954,11 @@
|
|
|
14954
14954
|
"dist",
|
|
14955
14955
|
"commands",
|
|
14956
14956
|
"flow",
|
|
14957
|
-
"
|
|
14957
|
+
"edges",
|
|
14958
14958
|
"delete.js"
|
|
14959
14959
|
]
|
|
14960
14960
|
},
|
|
14961
|
-
"flow:
|
|
14961
|
+
"flow:edges:get": {
|
|
14962
14962
|
"aliases": [],
|
|
14963
14963
|
"args": {
|
|
14964
14964
|
"flowId": {
|
|
@@ -14966,13 +14966,13 @@
|
|
|
14966
14966
|
"name": "flowId",
|
|
14967
14967
|
"required": true
|
|
14968
14968
|
},
|
|
14969
|
-
"
|
|
14970
|
-
"description": "
|
|
14971
|
-
"name": "
|
|
14969
|
+
"edgeId": {
|
|
14970
|
+
"description": "Edge ID",
|
|
14971
|
+
"name": "edgeId",
|
|
14972
14972
|
"required": true
|
|
14973
14973
|
}
|
|
14974
14974
|
},
|
|
14975
|
-
"description": "Get a flow
|
|
14975
|
+
"description": "Get a flow edge",
|
|
14976
14976
|
"flags": {
|
|
14977
14977
|
"api-key": {
|
|
14978
14978
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15039,7 +15039,7 @@
|
|
|
15039
15039
|
},
|
|
15040
15040
|
"hasDynamicHelp": false,
|
|
15041
15041
|
"hiddenAliases": [],
|
|
15042
|
-
"id": "flow:
|
|
15042
|
+
"id": "flow:edges:get",
|
|
15043
15043
|
"pluginAlias": "@instantkom/cli",
|
|
15044
15044
|
"pluginName": "@instantkom/cli",
|
|
15045
15045
|
"pluginType": "core",
|
|
@@ -15050,11 +15050,11 @@
|
|
|
15050
15050
|
"dist",
|
|
15051
15051
|
"commands",
|
|
15052
15052
|
"flow",
|
|
15053
|
-
"
|
|
15053
|
+
"edges",
|
|
15054
15054
|
"get.js"
|
|
15055
15055
|
]
|
|
15056
15056
|
},
|
|
15057
|
-
"flow:
|
|
15057
|
+
"flow:edges:list": {
|
|
15058
15058
|
"aliases": [],
|
|
15059
15059
|
"args": {
|
|
15060
15060
|
"flowId": {
|
|
@@ -15063,7 +15063,7 @@
|
|
|
15063
15063
|
"required": true
|
|
15064
15064
|
}
|
|
15065
15065
|
},
|
|
15066
|
-
"description": "List
|
|
15066
|
+
"description": "List edges in a flow",
|
|
15067
15067
|
"flags": {
|
|
15068
15068
|
"api-key": {
|
|
15069
15069
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15130,7 +15130,7 @@
|
|
|
15130
15130
|
},
|
|
15131
15131
|
"hasDynamicHelp": false,
|
|
15132
15132
|
"hiddenAliases": [],
|
|
15133
|
-
"id": "flow:
|
|
15133
|
+
"id": "flow:edges:list",
|
|
15134
15134
|
"pluginAlias": "@instantkom/cli",
|
|
15135
15135
|
"pluginName": "@instantkom/cli",
|
|
15136
15136
|
"pluginType": "core",
|
|
@@ -15141,11 +15141,11 @@
|
|
|
15141
15141
|
"dist",
|
|
15142
15142
|
"commands",
|
|
15143
15143
|
"flow",
|
|
15144
|
-
"
|
|
15144
|
+
"edges",
|
|
15145
15145
|
"list.js"
|
|
15146
15146
|
]
|
|
15147
15147
|
},
|
|
15148
|
-
"flow:
|
|
15148
|
+
"flow:edges:update": {
|
|
15149
15149
|
"aliases": [],
|
|
15150
15150
|
"args": {
|
|
15151
15151
|
"flowId": {
|
|
@@ -15153,13 +15153,13 @@
|
|
|
15153
15153
|
"name": "flowId",
|
|
15154
15154
|
"required": true
|
|
15155
15155
|
},
|
|
15156
|
-
"
|
|
15157
|
-
"description": "
|
|
15158
|
-
"name": "
|
|
15156
|
+
"edgeId": {
|
|
15157
|
+
"description": "Edge ID",
|
|
15158
|
+
"name": "edgeId",
|
|
15159
15159
|
"required": true
|
|
15160
15160
|
}
|
|
15161
15161
|
},
|
|
15162
|
-
"description": "Update a flow
|
|
15162
|
+
"description": "Update a flow edge",
|
|
15163
15163
|
"flags": {
|
|
15164
15164
|
"api-key": {
|
|
15165
15165
|
"description": "API key for authentication (discouraged: prefer IKM_API_KEY env or keychain). Visible in shell history.",
|
|
@@ -15223,30 +15223,30 @@
|
|
|
15223
15223
|
"multiple": false,
|
|
15224
15224
|
"type": "option"
|
|
15225
15225
|
},
|
|
15226
|
-
"
|
|
15227
|
-
"description": "
|
|
15228
|
-
"name": "
|
|
15226
|
+
"source": {
|
|
15227
|
+
"description": "Source node ID",
|
|
15228
|
+
"name": "source",
|
|
15229
15229
|
"hasDynamicHelp": false,
|
|
15230
15230
|
"multiple": false,
|
|
15231
15231
|
"type": "option"
|
|
15232
15232
|
},
|
|
15233
|
-
"
|
|
15234
|
-
"description": "
|
|
15235
|
-
"name": "
|
|
15233
|
+
"target": {
|
|
15234
|
+
"description": "Target node ID",
|
|
15235
|
+
"name": "target",
|
|
15236
15236
|
"hasDynamicHelp": false,
|
|
15237
15237
|
"multiple": false,
|
|
15238
15238
|
"type": "option"
|
|
15239
15239
|
},
|
|
15240
|
-
"
|
|
15241
|
-
"description": "
|
|
15242
|
-
"name": "
|
|
15240
|
+
"label": {
|
|
15241
|
+
"description": "Edge label",
|
|
15242
|
+
"name": "label",
|
|
15243
15243
|
"hasDynamicHelp": false,
|
|
15244
15244
|
"multiple": false,
|
|
15245
15245
|
"type": "option"
|
|
15246
15246
|
},
|
|
15247
|
-
"
|
|
15248
|
-
"description": "
|
|
15249
|
-
"name": "
|
|
15247
|
+
"type": {
|
|
15248
|
+
"description": "Edge type",
|
|
15249
|
+
"name": "type",
|
|
15250
15250
|
"hasDynamicHelp": false,
|
|
15251
15251
|
"multiple": false,
|
|
15252
15252
|
"type": "option"
|
|
@@ -15261,7 +15261,7 @@
|
|
|
15261
15261
|
},
|
|
15262
15262
|
"hasDynamicHelp": false,
|
|
15263
15263
|
"hiddenAliases": [],
|
|
15264
|
-
"id": "flow:
|
|
15264
|
+
"id": "flow:edges:update",
|
|
15265
15265
|
"pluginAlias": "@instantkom/cli",
|
|
15266
15266
|
"pluginName": "@instantkom/cli",
|
|
15267
15267
|
"pluginType": "core",
|
|
@@ -15272,7 +15272,7 @@
|
|
|
15272
15272
|
"dist",
|
|
15273
15273
|
"commands",
|
|
15274
15274
|
"flow",
|
|
15275
|
-
"
|
|
15275
|
+
"edges",
|
|
15276
15276
|
"update.js"
|
|
15277
15277
|
]
|
|
15278
15278
|
},
|
|
@@ -16352,5 +16352,5 @@
|
|
|
16352
16352
|
]
|
|
16353
16353
|
}
|
|
16354
16354
|
},
|
|
16355
|
-
"version": "3.
|
|
16355
|
+
"version": "3.140.0"
|
|
16356
16356
|
}
|