@orbitpanel/cli 0.7.0 → 0.8.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.
@@ -544,54 +544,6 @@
544
544
  "update.js"
545
545
  ]
546
546
  },
547
- "note:add": {
548
- "aliases": [],
549
- "args": {
550
- "text": {
551
- "description": "Testo della nota",
552
- "name": "text",
553
- "required": true
554
- }
555
- },
556
- "description": "Registra un appunto o un'azione nella sessione attiva.",
557
- "examples": [
558
- "<%= config.bin %> note add \"Fixato layout mobile\"",
559
- "<%= config.bin %> note add \"Aggiornato plugin sicurezza\" --priority critical"
560
- ],
561
- "flags": {
562
- "priority": {
563
- "char": "p",
564
- "description": "Priorita della nota",
565
- "name": "priority",
566
- "default": "medium",
567
- "hasDynamicHelp": false,
568
- "multiple": false,
569
- "options": [
570
- "low",
571
- "medium",
572
- "high",
573
- "critical"
574
- ],
575
- "type": "option"
576
- }
577
- },
578
- "hasDynamicHelp": false,
579
- "hiddenAliases": [],
580
- "id": "note:add",
581
- "pluginAlias": "@orbitpanel/cli",
582
- "pluginName": "@orbitpanel/cli",
583
- "pluginType": "core",
584
- "strict": true,
585
- "summary": "Aggiunge una nota alla sessione corrente",
586
- "enableJsonFlag": false,
587
- "isESM": true,
588
- "relativePath": [
589
- "dist",
590
- "commands",
591
- "note",
592
- "add.js"
593
- ]
594
- },
595
547
  "report:send": {
596
548
  "aliases": [],
597
549
  "args": {},
@@ -678,6 +630,54 @@
678
630
  "send.js"
679
631
  ]
680
632
  },
633
+ "note:add": {
634
+ "aliases": [],
635
+ "args": {
636
+ "text": {
637
+ "description": "Testo della nota",
638
+ "name": "text",
639
+ "required": true
640
+ }
641
+ },
642
+ "description": "Registra un appunto o un'azione nella sessione attiva.",
643
+ "examples": [
644
+ "<%= config.bin %> note add \"Fixato layout mobile\"",
645
+ "<%= config.bin %> note add \"Aggiornato plugin sicurezza\" --priority critical"
646
+ ],
647
+ "flags": {
648
+ "priority": {
649
+ "char": "p",
650
+ "description": "Priorita della nota",
651
+ "name": "priority",
652
+ "default": "medium",
653
+ "hasDynamicHelp": false,
654
+ "multiple": false,
655
+ "options": [
656
+ "low",
657
+ "medium",
658
+ "high",
659
+ "critical"
660
+ ],
661
+ "type": "option"
662
+ }
663
+ },
664
+ "hasDynamicHelp": false,
665
+ "hiddenAliases": [],
666
+ "id": "note:add",
667
+ "pluginAlias": "@orbitpanel/cli",
668
+ "pluginName": "@orbitpanel/cli",
669
+ "pluginType": "core",
670
+ "strict": true,
671
+ "summary": "Aggiunge una nota alla sessione corrente",
672
+ "enableJsonFlag": false,
673
+ "isESM": true,
674
+ "relativePath": [
675
+ "dist",
676
+ "commands",
677
+ "note",
678
+ "add.js"
679
+ ]
680
+ },
681
681
  "session:end": {
682
682
  "aliases": [],
683
683
  "args": {},
@@ -749,5 +749,5 @@
749
749
  ]
750
750
  }
751
751
  },
752
- "version": "0.7.0"
752
+ "version": "0.8.0"
753
753
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orbitpanel/cli",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
4
4
  "description": "Orbit CLI — strumento locale per sviluppatori OrbitPanel",
5
5
  "type": "module",
6
6
  "bin": {