gulp-cli 1.1.2__tar.gz → 1.1.4__tar.gz

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.
Files changed (58) hide show
  1. gulp_cli-1.1.4/GULP_DUAL_LICENSE.txt +103 -0
  2. gulp_cli-1.1.4/LICENSE.AGPL-3.0.txt +208 -0
  3. gulp_cli-1.1.4/LICENSE.md +4 -0
  4. {gulp_cli-1.1.2/src/gulp_cli.egg-info → gulp_cli-1.1.4}/PKG-INFO +5 -2
  5. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/README.md +1 -1
  6. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/docs/command-reference.md +6 -1
  7. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/docs/examples.md +5 -5
  8. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/docs/getting-started.md +9 -2
  9. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/docs/portable.md +37 -0
  10. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/src/gulp_cli/_version.py +3 -3
  11. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/src/gulp_cli/commands/ingest.py +653 -51
  12. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/src/gulp_cli/commands/stats.py +218 -43
  13. {gulp_cli-1.1.2 → gulp_cli-1.1.4/src/gulp_cli.egg-info}/PKG-INFO +5 -2
  14. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/src/gulp_cli.egg-info/SOURCES.txt +3 -0
  15. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/.github/workflows/portable-bundles.yml +0 -0
  16. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/.github/workflows/python-package.yml +0 -0
  17. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/.gitignore +0 -0
  18. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/docs/extensions.md +0 -0
  19. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/docs/resource-management.md +0 -0
  20. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/docs/troubleshooting-cli.md +0 -0
  21. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/gulp-cli.spec +0 -0
  22. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/portable/launch-linux.sh +0 -0
  23. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/portable/launch-macos.sh +0 -0
  24. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/portable/launch-windows.bat +0 -0
  25. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/pyproject.toml +0 -0
  26. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/setup.cfg +0 -0
  27. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/src/gulp_cli/__init__.py +0 -0
  28. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/src/gulp_cli/__main__.py +0 -0
  29. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/src/gulp_cli/cli.py +0 -0
  30. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/src/gulp_cli/client.py +0 -0
  31. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/src/gulp_cli/commands/__init__.py +0 -0
  32. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/src/gulp_cli/commands/acl.py +0 -0
  33. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/src/gulp_cli/commands/auth.py +0 -0
  34. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/src/gulp_cli/commands/collab.py +0 -0
  35. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/src/gulp_cli/commands/context.py +0 -0
  36. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/src/gulp_cli/commands/db.py +0 -0
  37. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/src/gulp_cli/commands/enhance_map.py +0 -0
  38. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/src/gulp_cli/commands/glyph.py +0 -0
  39. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/src/gulp_cli/commands/mapping.py +0 -0
  40. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/src/gulp_cli/commands/operations.py +0 -0
  41. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/src/gulp_cli/commands/plugin.py +0 -0
  42. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/src/gulp_cli/commands/query.py +0 -0
  43. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/src/gulp_cli/commands/source.py +0 -0
  44. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/src/gulp_cli/commands/storage.py +0 -0
  45. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/src/gulp_cli/commands/user_group.py +0 -0
  46. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/src/gulp_cli/commands/users.py +0 -0
  47. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/src/gulp_cli/config.py +0 -0
  48. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/src/gulp_cli/extension/__init__.py +0 -0
  49. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/src/gulp_cli/extension/query_sigma_zip.py +0 -0
  50. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/src/gulp_cli/extension/story.py +0 -0
  51. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/src/gulp_cli/extension_helpers.py +0 -0
  52. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/src/gulp_cli/extensions.py +0 -0
  53. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/src/gulp_cli/output.py +0 -0
  54. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/src/gulp_cli/utils.py +0 -0
  55. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/src/gulp_cli.egg-info/dependency_links.txt +0 -0
  56. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/src/gulp_cli.egg-info/entry_points.txt +0 -0
  57. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/src/gulp_cli.egg-info/requires.txt +0 -0
  58. {gulp_cli-1.1.2 → gulp_cli-1.1.4}/src/gulp_cli.egg-info/top_level.txt +0 -0
@@ -0,0 +1,103 @@
1
+ Gulp Dual License Agreement
2
+
3
+ Effective Date: May 30, 2026 (supersedes version dated September 13, 2024)
4
+
5
+ This agreement governs the release of the software "Gulp" (hereinafter referred to as the "Software") developed by Mentat Solutions s.r.l. (hereinafter referred to as "Mentat", the "Company" or "Licensor"). The Company is releasing the Software under an open source license, subject to the terms and conditions outlined below.
6
+
7
+ All Gulp versions and related components, where applicable, are licensed under the terms of this agreement, unless explicitly stated otherwise or unless they are released under a different license with separate terms and conditions. Since Gulp follows an open-core model, its Community Edition source code is freely available under the terms of the AGPLv3 license, while Pro edition components remain proprietary.
8
+
9
+ ------------------------------------------------------------------------
10
+
11
+ 1. Open Source Release
12
+
13
+ Mentat releases the Community Edition of the Software as open source under the terms of the GNU Affero General Public License (AGPL), version 3.0 or later. The full text of the AGPL can be found at https://www.gnu.org/licenses/agpl-3.0.html.
14
+
15
+ The open source Community Edition of the Software comprises the core functionality available in the public repositories of the Mentat Solutions organization at https://github.com/mentat-is, including the backend, frontend, CLI, and SDK components. Features, plugins, extensions, or components distributed separately or available exclusively through a commercial subscription are not part of the open source release and are not licensed under the AGPL.
16
+
17
+ 1a. Linking Exception
18
+
19
+ Notwithstanding the terms of the AGPL, Mentat Solutions grants a linking exception for plugins, extensions, and integrations that interface with the Software exclusively through its documented public API or plugin interface. Such components are not considered derivative works of the Software and are not subject to the copyleft requirements of the AGPL, provided they do not contain or modify any portion of the Software's source code.
20
+
21
+ ------------------------------------------------------------------------
22
+
23
+ 2. Intellectual Property Ownership
24
+
25
+ The Licensor retains full and exclusive ownership of all intellectual property rights in and to the Software, including but not limited to copyrights, trademarks, patents, and trade secrets. The open source release does not constitute a transfer of intellectual property rights.
26
+
27
+ Contributors to the open source Software must sign the Mentat Solutions Contributor License Agreement (CLA) prior to any contribution being accepted. The CLA ensures the Company retains the rights necessary to maintain dual licensing of the Software.
28
+
29
+ ------------------------------------------------------------------------
30
+
31
+ 3. Dual Licensing
32
+
33
+ In addition to the AGPL license, the Company offers a commercial license for parties who cannot or choose not to comply with the terms of the AGPL, as well as for parties who wish to access the Pro edition of the Software and its proprietary plugins and extensions not available under the open source release. The commercial license allows use of the Software under separate terms, without the requirement to comply with the copyleft obligations of the AGPL.
34
+
35
+ ------------------------------------------------------------------------
36
+
37
+ 4. Conditions of Use
38
+
39
+ AGPL License: Users who choose to use the Software under the AGPL license must comply with all provisions of the AGPL, including the requirement to release source code and provide attribution when distributing or modifying the Software.
40
+
41
+ Commercial License: Users who cannot comply with the AGPL terms, or who wish to use the Software in a proprietary or closed-source manner, may obtain a commercial license directly from the Company. The terms and pricing of the commercial license will be negotiated on a case-by-case basis.
42
+
43
+ The terms of this agreement apply especially to any non-compliance with the Limitations section (Section 5), including violations involving hosting the Software as a service, circumvention of license key functionality, or removal of copyright notices or other protected elements of the Software.
44
+
45
+ ------------------------------------------------------------------------
46
+
47
+ 5. Limitations
48
+
49
+ The following limitations apply to users of the Software under the AGPL license. Users operating under a valid commercial license are subject to the limitations specified in their commercial license agreement rather than those set forth in this section, except where explicitly stated otherwise.
50
+
51
+ You may not provide the Software to third parties as a hosted or managed service, where the service provides users with access to any substantial set of the features or functionality of the Software.
52
+
53
+ Users of the Pro edition under a commercial license may not move, change, disable, or circumvent the license key functionality or other license enforcing functionality in the Software, and may not remove or obscure any functionality in the Software that is protected by the license key and/or any other license enforcing functionality. Commercial licensees may not share, transfer, sublicense, or otherwise provide their license key to third parties, nor use the Software beyond the scope, number of instances, seats, or users defined in their commercial license agreement.
54
+
55
+ You may not alter, remove, or obscure any licensing, copyright, or other notices of the Company in the Software. Any use of the Company's trademarks is subject to applicable law.
56
+
57
+ ------------------------------------------------------------------------
58
+
59
+ 6. Termination
60
+
61
+ If you use the Software in violation of these terms, such use is not licensed and your licenses will automatically terminate. If the Company provides you with a notice of your violation, and you cease all violation of this license no later than 30 days after you receive that notice, your licenses will be reinstated retroactively. However, if you violate these terms after such reinstatement, any additional violation of these terms will cause your licenses to terminate automatically and permanently.
62
+
63
+ In addition to termination, any violation of these terms may result in financial damages, including but not limited to the cost of commercial licenses that should have been obtained, and any other losses suffered by the Company as a result of the violation.
64
+
65
+ The Company reserves the right to seek injunctive or other equitable relief in a court of competent jurisdiction to prevent or stop any violation of these terms, without the requirement to post a bond or other security, and without prejudice to any other rights or remedies available to the Company.
66
+
67
+ The Company reserves the right to audit the use of the Software by commercial licensees upon reasonable notice, to verify compliance with the terms of their commercial license agreement.
68
+
69
+ ------------------------------------------------------------------------
70
+
71
+ 7. Disclaimer of Warranty
72
+
73
+ The Software is provided "AS IS", without any warranties of any kind, whether express or implied. The Company disclaims all liability for any damages arising from the use of the Software.
74
+
75
+ ------------------------------------------------------------------------
76
+
77
+ 8. Commercial License
78
+
79
+ Parties who wish to use the Software without AGPL obligations, or who wish to access the Pro edition of the Software including its proprietary plugins and extensions, may obtain a commercial license from the Company.
80
+
81
+ A commercial license grants the licensee:
82
+
83
+ - Use of the Software in proprietary or closed-source environments
84
+ - Access to Pro edition components under separate proprietary terms
85
+ - Exemption from the copyleft and source disclosure requirements of the AGPL
86
+ - Support and maintenance as defined in the applicable Order Form or
87
+ subscription agreement
88
+
89
+ Commercial licenses are granted per the terms of a separate written agreement between the licensee and the Company. In the absence of such an agreement, no commercial license is granted. Please contact gulp@mentat.is to initiate discussions.
90
+
91
+ ------------------------------------------------------------------------
92
+
93
+ 9. Amendments
94
+
95
+ The Company reserves the right to amend the terms of this agreement at its sole discretion. Any amendments will be published and made available to the public.
96
+
97
+ ------------------------------------------------------------------------
98
+
99
+ 10. Governing Law
100
+
101
+ This agreement shall be governed by and construed in accordance with the laws of Italy, without regard to its conflict of law provisions. Any disputes arising under or in connection with this agreement shall be subject to the exclusive jurisdiction of the courts of Rome.
102
+
103
+ ------------------------------------------------------------------------
@@ -0,0 +1,208 @@
1
+ GNU AFFERO GENERAL PUBLIC LICENSE
2
+ Version 3, 19 November 2007
3
+
4
+ Copyright © 2007 Free Software Foundation, Inc. <https://fsf.org/>
5
+ Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
6
+
7
+ Preamble
8
+ The GNU Affero General Public License is a free, copyleft license for software and other kinds of works, specifically designed to ensure cooperation with the community in the case of network server software.
9
+
10
+ The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, our General Public Licenses are intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users.
11
+
12
+ When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things.
13
+
14
+ Developers that use our General Public Licenses protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License which gives you legal permission to copy, distribute and/or modify the software.
15
+
16
+ A secondary benefit of defending all users' freedom is that improvements made in alternate versions of the program, if they receive widespread use, become available for other developers to incorporate. Many developers of free software are heartened and encouraged by the resulting cooperation. However, in the case of software used on network servers, this result may fail to come about. The GNU General Public License permits making a modified version and letting the public access it on a server without ever releasing its source code to the public.
17
+
18
+ The GNU Affero General Public License is designed specifically to ensure that, in such cases, the modified source code becomes available to the community. It requires the operator of a network server to provide the source code of the modified version running there to the users of that server. Therefore, public use of a modified version, on a publicly accessible server, gives the public access to the source code of the modified version.
19
+
20
+ An older license, called the Affero General Public License and published by Affero, was designed to accomplish similar goals. This is a different license, not a version of the Affero GPL, but Affero has released a new version of the Affero GPL which permits relicensing under this license.
21
+
22
+ The precise terms and conditions for copying, distribution and modification follow.
23
+
24
+ TERMS AND CONDITIONS
25
+ 0. Definitions.
26
+ "This License" refers to version 3 of the GNU Affero General Public License.
27
+
28
+ "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks.
29
+
30
+ "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations.
31
+
32
+ To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work.
33
+
34
+ A "covered work" means either the unmodified Program or a work based on the Program.
35
+
36
+ To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well.
37
+
38
+ To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying.
39
+
40
+ An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion.
41
+
42
+ 1. Source Code.
43
+ The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work.
44
+
45
+ A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language.
46
+
47
+ The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it.
48
+
49
+ The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work.
50
+
51
+ The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source.
52
+
53
+ The Corresponding Source for a work in source code form is that same work.
54
+
55
+ 2. Basic Permissions.
56
+ All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law.
57
+
58
+ You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you.
59
+
60
+ Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary.
61
+
62
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
63
+ No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures.
64
+
65
+ When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures.
66
+
67
+ 4. Conveying Verbatim Copies.
68
+ You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program.
69
+
70
+ You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee.
71
+
72
+ 5. Conveying Modified Source Versions.
73
+ You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions:
74
+
75
+ a) The work must carry prominent notices stating that you modified it, and giving a relevant date.
76
+ b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices".
77
+ c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it.
78
+ d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so.
79
+ A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate.
80
+
81
+ 6. Conveying Non-Source Forms.
82
+ You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways:
83
+
84
+ a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange.
85
+ b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge.
86
+ c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b.
87
+ d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements.
88
+ e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d.
89
+ A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work.
90
+
91
+ A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product.
92
+
93
+ "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made.
94
+
95
+ If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM).
96
+
97
+ The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network.
98
+
99
+ Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying.
100
+
101
+ 7. Additional Terms.
102
+ "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions.
103
+
104
+ When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission.
105
+
106
+ Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms:
107
+
108
+ a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or
109
+ b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or
110
+ c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or
111
+ d) Limiting the use for publicity purposes of names of licensors or authors of the material; or
112
+ e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or
113
+ f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors.
114
+ All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying.
115
+
116
+ If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms.
117
+
118
+ Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way.
119
+
120
+ 8. Termination.
121
+ You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11).
122
+
123
+ However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation.
124
+
125
+ Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice.
126
+
127
+ Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10.
128
+
129
+ 9. Acceptance Not Required for Having Copies.
130
+ You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so.
131
+
132
+ 10. Automatic Licensing of Downstream Recipients.
133
+ Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License.
134
+
135
+ An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts.
136
+
137
+ You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it.
138
+
139
+ 11. Patents.
140
+ A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version".
141
+
142
+ A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License.
143
+
144
+ Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version.
145
+
146
+ In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party.
147
+
148
+ If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid.
149
+
150
+ If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it.
151
+
152
+ A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007.
153
+
154
+ Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law.
155
+
156
+ 12. No Surrender of Others' Freedom.
157
+ If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program.
158
+
159
+ 13. Remote Network Interaction; Use with the GNU General Public License.
160
+ Notwithstanding any other provision of this License, if you modify the Program, your modified version must prominently offer all users interacting with it remotely through a computer network (if your version supports such interaction) an opportunity to receive the Corresponding Source of your version by providing access to the Corresponding Source from a network server at no charge, through some standard or customary means of facilitating copying of software. This Corresponding Source shall include the Corresponding Source for any work covered by version 3 of the GNU General Public License that is incorporated pursuant to the following paragraph.
161
+
162
+ Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the work with which it is combined will remain governed by version 3 of the GNU General Public License.
163
+
164
+ 14. Revised Versions of this License.
165
+ The Free Software Foundation may publish revised and/or new versions of the GNU Affero General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
166
+
167
+ Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU Affero General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU Affero General Public License, you may choose any version ever published by the Free Software Foundation.
168
+
169
+ If the Program specifies that a proxy can decide which future versions of the GNU Affero General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program.
170
+
171
+ Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version.
172
+
173
+ 15. Disclaimer of Warranty.
174
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
175
+
176
+ 16. Limitation of Liability.
177
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
178
+
179
+ 17. Interpretation of Sections 15 and 16.
180
+ If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee.
181
+
182
+ END OF TERMS AND CONDITIONS
183
+
184
+ How to Apply These Terms to Your New Programs
185
+ If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms.
186
+
187
+ To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found.
188
+
189
+ <one line to give the program's name and a brief idea of what it does.>
190
+ Copyright (C) <year> <name of author>
191
+
192
+ This program is free software: you can redistribute it and/or modify
193
+ it under the terms of the GNU Affero General Public License as
194
+ published by the Free Software Foundation, either version 3 of the
195
+ License, or (at your option) any later version.
196
+
197
+ This program is distributed in the hope that it will be useful,
198
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
199
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
200
+ GNU Affero General Public License for more details.
201
+
202
+ You should have received a copy of the GNU Affero General Public License
203
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
204
+ Also add information on how to contact you by electronic and paper mail.
205
+
206
+ If your software can interact with users remotely through a computer network, you should also make sure that it provides a way for users to get its source. For example, if your program is a web application, its interface could display a "Source" link that leads users to an archive of the code. There are many ways you could offer source, and different solutions will be better for different programs; see section 13 for the specific requirements.
207
+
208
+ You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU AGPL, see <https://www.gnu.org/licenses/>.
@@ -0,0 +1,4 @@
1
+ This work is dual-licensed under AGPL-3.0 and GULP license.
2
+
3
+ [AGPL-3.0](./LICENSE.AGPL-3.0.txt)
4
+ [GULP](./GULP_DUAL_LICENSE.txt)
@@ -1,16 +1,19 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gulp-cli
3
- Version: 1.1.2
3
+ Version: 1.1.4
4
4
  Summary: Command-line client for gULP
5
5
  Author-email: Mentat <info@mentat.is>
6
6
  Requires-Python: >=3.12
7
7
  Description-Content-Type: text/markdown
8
+ License-File: LICENSE.AGPL-3.0.txt
9
+ License-File: LICENSE.md
8
10
  Requires-Dist: typer==0.23.1
9
11
  Requires-Dist: rich==15.0.0
10
12
  Requires-Dist: click==8.3.3
11
13
  Requires-Dist: gulp-sdk
12
14
  Provides-Extra: portable
13
15
  Requires-Dist: pyinstaller<7,>=6.11; extra == "portable"
16
+ Dynamic: license-file
14
17
 
15
18
  # 🚀 gulp-cli
16
19
 
@@ -80,7 +83,7 @@ gulp-cli auth whoami
80
83
  # List operations
81
84
  gulp-cli operation list
82
85
 
83
- # Ingest files with wildcard
86
+ # Ingest files with wildcard (per-file progress is on by default; use --no-show-per-file-progress to hide it)
84
87
  gulp-cli ingest file my_operation win_evtx 'samples/win_evtx/*.evtx'
85
88
 
86
89
  # Query documents
@@ -66,7 +66,7 @@ gulp-cli auth whoami
66
66
  # List operations
67
67
  gulp-cli operation list
68
68
 
69
- # Ingest files with wildcard
69
+ # Ingest files with wildcard (per-file progress is on by default; use --no-show-per-file-progress to hide it)
70
70
  gulp-cli ingest file my_operation win_evtx 'samples/win_evtx/*.evtx'
71
71
 
72
72
  # Query documents
@@ -455,7 +455,9 @@ gulp-cli ingest file OPERATION_ID PLUGIN FILE [FILE...] [OPTIONS]
455
455
  - `--create-operation` — Create operation automatically when it does not exist
456
456
  - `--preview` — Run preview-only ingestion (no persistence)
457
457
  - `--wait` — Wait for completion with progress
458
+ - `--show-per-file-progress / --no-show-per-file-progress` — Show one line per completed file request in `--wait` mode (default: on)
458
459
  - `--timeout INTEGER` — Timeout in seconds for `--wait` mode
460
+ - `--batch-size INTEGER` — Number of file ingestion requests to submit concurrently per window (default: `cores * 2`)
459
461
 
460
462
  **Examples:**
461
463
 
@@ -481,7 +483,7 @@ gulp-cli ingest file my_op win_evtx /path/to/System.evtx --preview
481
483
  # Reset operation data before ingest (destructive for collab/request data)
482
484
  gulp-cli ingest file my_op win_evtx 'samples/win_evtx/*.evtx' --reset-operation
483
485
 
484
- # Wait for completion
486
+ # Wait for completion (per-file progress is enabled by default)
485
487
  gulp-cli ingest file my_op win_evtx 'samples/win_evtx/*.evtx' --wait
486
488
  ```
487
489
 
@@ -505,7 +507,9 @@ gulp-cli ingest file-to-source SOURCE_ID FILE [FILE...] [OPTIONS]
505
507
  - `--plugin-params TEXT` — JSON object for plugin_params (overrides source defaults)
506
508
  - `--flt TEXT` — JSON object for GulpIngestionFilter
507
509
  - `--wait` — Wait for completion with progress
510
+ - `--show-per-file-progress / --no-show-per-file-progress` — Show one line per completed file request in `--wait` mode (default: on)
508
511
  - `--timeout INTEGER` — Timeout in seconds for `--wait` mode
512
+ - `--batch-size INTEGER` — Number of file ingestion requests to submit concurrently per window (default: `cores * 2`)
509
513
 
510
514
  **Examples:**
511
515
 
@@ -1017,6 +1021,7 @@ gulp-cli stats list OPERATION_ID [OPTIONS]
1017
1021
  - Shows only ongoing stats (`--ongoing-only` enabled)
1018
1022
  - Renders a live table (`--live` enabled)
1019
1023
  - Default columns: `user_id`, `ws_id`, `req_id`, `status`, `req_type`, `time_updated`, `data`, `errors`
1024
+ - The `data` column shows human-readable source information for ingest stats when available
1020
1025
 
1021
1026
  **Options:**
1022
1027
 
@@ -142,10 +142,10 @@ cap --plugin-params '{ "mapping_parameters": { "mapping_file": "pcap.json" } }'
142
142
  ### Bulk File Ingestion with Wildcard
143
143
 
144
144
  ```bash
145
- # Ingest all .evtx files from directory
145
+ # Ingest all .evtx files from directory (default batch size is `cores * 2`)
146
146
  gulp-cli ingest file incident-001 win_evtx '/evidence/**/*.evtx'
147
147
 
148
- # Ingest from multiple locations
148
+ # Ingest from multiple locations (files are processed in alphabetical order)
149
149
  gulp-cli ingest file incident-001 win_evtx '/suspect-machine/*.evtx' '/network-share/backups/*.evtx'
150
150
 
151
151
  # Preview parser output without ingesting
@@ -158,7 +158,7 @@ gulp-cli ingest file incident-001 win_evtx '/suspect-machine/System.evtx' --prev
158
158
  # Create operation for multi-source investigation
159
159
  gulp-cli operation create incident-2026-001
160
160
 
161
- # Ingest evidence from different sources concurrently
161
+ # Ingest evidence from different sources concurrently (per-file progress is shown by default)
162
162
  gulp-cli ingest file incident-2026-001 win_evtx '/forensic/windows/*.evtx' --wait &
163
163
  gulp-cli ingest file incident-2026-001 syslog '/forensic/linux/**/*.log' --wait &
164
164
  gulp-cli ingest file incident-2026-001 pcap '/forensic/network/*.pcap' --wait &
@@ -195,10 +195,10 @@ gulp-cli ingest file incident-001 json '/logs/**/*.json' --create-operation
195
195
  ### Add More Evidence to Existing Source
196
196
 
197
197
  ```bash
198
- # First ingestion creates data-2026-001 source
198
+ # First ingestion creates data-2026-001 source (default batch size is `cores * 2`)
199
199
  gulp-cli ingest file incident-001 win_evtx /initial/evidence.evtx
200
200
 
201
- # Later, add more files to same source
201
+ # Later, add more files to same source (per-file progress is shown by default)
202
202
  gulp-cli ingest file-to-source data-2026-001 /additional/evidence.evtx --wait
203
203
 
204
204
  # You can also ingest multiple files via glob
@@ -44,11 +44,13 @@ gulp-cli auth login --url http://localhost:8080 --username admin --password admi
44
44
  ```
45
45
 
46
46
  This:
47
+
47
48
  - Connects to your gULP instance
48
49
  - Exchanges credentials for a token
49
50
  - Stores the session in `~/.config/gulp-cli/config.json`
50
51
 
51
52
  **Output should be:**
53
+
52
54
  ```
53
55
  ✓ Authentication successful
54
56
  Token stored in ~/.config/gulp-cli/config.json
@@ -61,6 +63,7 @@ gulp-cli auth whoami
61
63
  ```
62
64
 
63
65
  **Expected output:**
66
+
64
67
  ```
65
68
  ├─ User: admin
66
69
  ├─ Permissions: admin
@@ -102,6 +105,7 @@ gulp-cli operation list
102
105
  ```
103
106
 
104
107
  **Expected output:**
108
+
105
109
  ```
106
110
  ╭────────────────────────────────────────────────────╮
107
111
  │ OPERATIONS │
@@ -121,6 +125,7 @@ gulp-cli operation create my_investigation --description "Investigation into inc
121
125
  ```
122
126
 
123
127
  **Expected output:**
128
+
124
129
  ```
125
130
  ✓ Operation created successfully
126
131
  ID: my_investigation
@@ -165,6 +170,7 @@ gulp-cli ingest file my_investigation win_evtx /gulp/samples/win_evtx/System.evt
165
170
  ```
166
171
 
167
172
  **Expected output:**
173
+
168
174
  ```
169
175
  📥 Ingesting files...
170
176
  ✓ /gulp/samples/win_evtx/System.evtx
@@ -177,7 +183,7 @@ Documents queued for processing
177
183
  gulp-cli ingest file my_investigation win_evtx '/gulp/samples/win_evtx/*.evtx'
178
184
  ```
179
185
 
180
- This ingests all `.evtx` files concurrently.
186
+ This ingests all `.evtx` files using the default batch size (`cores * 2`) and shows per-file progress by default.
181
187
 
182
188
  ### Preview Before Ingest
183
189
 
@@ -193,7 +199,7 @@ This runs parser preview without persisting documents.
193
199
  gulp-cli ingest file my_investigation win_evtx '/gulp/samples/win_evtx/*.evtx' --wait
194
200
  ```
195
201
 
196
- This shows a real-time progress bar while documents are being ingested.
202
+ This shows a real-time progress bar while documents are being ingested. Per-file progress is enabled by default; use `--no-show-per-file-progress` to suppress the per-file lines.
197
203
 
198
204
  ### Add Data to Existing Source
199
205
 
@@ -234,6 +240,7 @@ gulp-cli query raw my_investigation --q '{"query":{"match_all":{}}}'
234
240
  ```
235
241
 
236
242
  **Expected output:**
243
+
237
244
  ```
238
245
  ╭────────────────────────────────────────────────────────╮
239
246
  │ QUERY RESULTS │
@@ -74,3 +74,40 @@ The repository includes a matrix workflow that builds portable artifacts for:
74
74
  - macOS `arm64`
75
75
 
76
76
  Artifacts are uploaded from `.github/workflows/portable-bundles.yml`.
77
+
78
+ ## practical usage examples
79
+
80
+ following are some practical usage examples of the portable bundles
81
+
82
+ ### ingesting windows evtx files taken from a windows machine and ingesting them on a linux machine
83
+
84
+ #### step 1: take windows evtx files from a windows machine
85
+
86
+ 1. Unzip the portable bundle on a USB stick and plug it into the windows machine
87
+ 2. Open a command prompt and navigate to the gulp-cli portable bundle on the USB stick
88
+ 3. Run the following command to generate the zip with evtx files
89
+ ~~~bash
90
+ D:\> cd \path\to\gulp-cli-portable-windows-x64
91
+
92
+ D:\path\to\gulp-cli-portable-windows-x64> .\launch-windows.bat ingest zip-create ./evtx.zip C:\Windows\System32\winevt\Logs\
93
+ ~~~
94
+
95
+ #### step 2: ingest the evtx files on a linux machine
96
+
97
+ > we assume the linux machine have gulp-cli installed and configured to connect to the gULP server, and the user have permissions to ingest data to the gULP server.
98
+
99
+ 1. Go on the linux machine (which can connect to the gULP server) and plug in the USB stick with the portable bundle from above
100
+ 2. Open a terminal and navigate to the gulp-cli portable bundle on the USB stick
101
+ 3. Unzip the evtx.zip file to a local directory
102
+ ~~~bash
103
+ $ cd /path/to/gulp-cli-portable-windows-x64
104
+ $ unzip evtx.zip
105
+ # you obtain a `Logs` directory with the evtx files
106
+ ~~~
107
+ 4. Run the following commands to ingest the evtx files to the gULP server
108
+ ~~~bash
109
+ # authenticate to the gULP server (if not already authenticated)
110
+ gulp-cli auth login --url http://localhost:8080 --username admin --password admin
111
+ # ingest the evtx files to the gULP server, we assume a `test_operation` exists on the gULP server, and we want to ingest the evtx files to that operation
112
+ gulp-cli ingest file test_operation win_evtx ./Logs/*.evtx --wait --batch-size 64
113
+ ~~~
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
18
18
  commit_id: str | None
19
19
  __commit_id__: str | None
20
20
 
21
- __version__ = version = '1.1.2'
22
- __version_tuple__ = version_tuple = (1, 1, 2)
21
+ __version__ = version = '1.1.4'
22
+ __version_tuple__ = version_tuple = (1, 1, 4)
23
23
 
24
- __commit_id__ = commit_id = 'gfd5c01d47'
24
+ __commit_id__ = commit_id = 'g8cbdcc79a'