@gattunelabs/cli-darwin-x64 0.1.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/LICENSE ADDED
@@ -0,0 +1,69 @@
1
+ dotby CLI — End User License Agreement
2
+
3
+ Copyright (c) 2026 GATTUNE LABS. All rights reserved.
4
+
5
+ This software (the "Software") is proprietary to GATTUNE LABS ("Licensor") and is
6
+ licensed, not sold. By downloading, installing, or using the Software you agree to
7
+ this Agreement. If you do not agree, do not install or use the Software.
8
+
9
+ 1. LICENSE GRANT
10
+ Licensor grants you a non-exclusive, non-transferable, revocable, worldwide
11
+ license to download, install, and run unmodified copies of the Software, on any
12
+ number of machines you control, for the sole purpose of accessing and interacting
13
+ with the dotby service. You may use the Software for personal, internal business,
14
+ and commercial purposes within that scope, including in automated and continuous
15
+ integration environments.
16
+
17
+ 2. RESTRICTIONS
18
+ Except to the extent this restriction is prohibited by applicable law, you may not:
19
+ (a) redistribute, publish, sell, rent, lease, sublicense, or otherwise make the
20
+ Software available to third parties as a standalone product;
21
+ (b) modify, adapt, translate, or create derivative works of the Software;
22
+ (c) reverse engineer, decompile, or disassemble the Software, or attempt to derive
23
+ its source code;
24
+ (d) remove, alter, or obscure any copyright, trademark, or other proprietary notice;
25
+ (e) use the Software to build a product that competes with the dotby service.
26
+
27
+ Bundling the unmodified Software inside your own container image, CI pipeline, or
28
+ internal tooling for your own use is permitted and is not "redistribution" for the
29
+ purposes of clause (a).
30
+
31
+ 3. OWNERSHIP
32
+ The Software is licensed, not sold. Licensor retains all right, title, and interest
33
+ in and to the Software, including all intellectual property rights. No rights are
34
+ granted except as expressly stated in this Agreement.
35
+
36
+ 4. SERVICE TERMS
37
+ Use of the dotby service through the Software is additionally governed by the dotby
38
+ Terms of Service and Privacy Policy. The Software is a client; it grants no right of
39
+ access to the service itself, and your access may be governed, limited, or revoked
40
+ under those terms.
41
+
42
+ 5. NO WARRANTY
43
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
44
+ INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
45
+ PARTICULAR PURPOSE, AND NONINFRINGEMENT.
46
+
47
+ 6. LIMITATION OF LIABILITY
48
+ TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL LICENSOR BE
49
+ LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL, OR PUNITIVE DAMAGES, OR
50
+ ANY LOSS OF DATA, PROFITS, OR REVENUE, ARISING OUT OF OR RELATED TO THE SOFTWARE OR
51
+ THIS AGREEMENT, WHETHER IN CONTRACT, TORT, OR OTHERWISE, EVEN IF ADVISED OF THE
52
+ POSSIBILITY OF SUCH DAMAGES.
53
+
54
+ 7. THIRD-PARTY COMPONENTS
55
+ The Software incorporates third-party open-source components, which remain subject
56
+ to their own licenses. Those licenses are reproduced in THIRD-PARTY-NOTICES.md and
57
+ govern those components notwithstanding anything in this Agreement.
58
+
59
+ 8. TERMINATION
60
+ This Agreement terminates automatically if you breach any of its terms. On
61
+ termination you must stop using the Software and destroy all copies in your
62
+ possession. Sections 3, 5, 6, and 9 survive termination.
63
+
64
+ 9. GENERAL
65
+ This Agreement is governed by the laws of the Federative Republic of Brazil, without
66
+ regard to its conflict-of-law rules. If any provision is held unenforceable, the
67
+ remaining provisions remain in effect.
68
+
69
+ Contact: hello@dotby.app
@@ -0,0 +1,658 @@
1
+ # Third-Party Notices
2
+
3
+ The dotby CLI binaries incorporate the third-party open-source components
4
+ listed below. Each remains governed by its own license, reproduced in full,
5
+ which prevails over the dotby CLI End User License Agreement for that component.
6
+
7
+ Generated by `scripts/gen-notices.sh` from the module graph across every
8
+ shipped platform (darwin, linux, windows). Do not edit by hand.
9
+
10
+ ---
11
+
12
+ ## github.com/BurntSushi/toml
13
+
14
+ Version: v1.6.0
15
+
16
+ ```
17
+ The MIT License (MIT)
18
+
19
+ Copyright (c) 2013 TOML authors
20
+
21
+ Permission is hereby granted, free of charge, to any person obtaining a copy
22
+ of this software and associated documentation files (the "Software"), to deal
23
+ in the Software without restriction, including without limitation the rights
24
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
25
+ copies of the Software, and to permit persons to whom the Software is
26
+ furnished to do so, subject to the following conditions:
27
+
28
+ The above copyright notice and this permission notice shall be included in
29
+ all copies or substantial portions of the Software.
30
+
31
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
34
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
35
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
36
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
37
+ THE SOFTWARE.
38
+ ```
39
+
40
+ ---
41
+
42
+ ## github.com/danieljoos/wincred
43
+
44
+ Version: v1.2.3
45
+
46
+ ```
47
+ The MIT License (MIT)
48
+
49
+ Copyright (c) 2014 Daniel Joos
50
+
51
+ Permission is hereby granted, free of charge, to any person obtaining a copy
52
+ of this software and associated documentation files (the "Software"), to deal
53
+ in the Software without restriction, including without limitation the rights
54
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
55
+ copies of the Software, and to permit persons to whom the Software is
56
+ furnished to do so, subject to the following conditions:
57
+
58
+ The above copyright notice and this permission notice shall be included in all
59
+ copies or substantial portions of the Software.
60
+
61
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
62
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
63
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
64
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
65
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
66
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
67
+ SOFTWARE.```
68
+
69
+ ---
70
+
71
+ ## github.com/godbus/dbus/v5
72
+
73
+ Version: v5.2.2
74
+
75
+ ```
76
+ Copyright (c) 2013, Georg Reinke (<guelfey at gmail dot com>), Google
77
+ All rights reserved.
78
+
79
+ Redistribution and use in source and binary forms, with or without
80
+ modification, are permitted provided that the following conditions
81
+ are met:
82
+
83
+ 1. Redistributions of source code must retain the above copyright notice,
84
+ this list of conditions and the following disclaimer.
85
+
86
+ 2. Redistributions in binary form must reproduce the above copyright
87
+ notice, this list of conditions and the following disclaimer in the
88
+ documentation and/or other materials provided with the distribution.
89
+
90
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
91
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
92
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
93
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
94
+ HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
95
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
96
+ TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
97
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
98
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
99
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
100
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
101
+ ```
102
+
103
+ ---
104
+
105
+ ## github.com/inconshreveable/mousetrap
106
+
107
+ Version: v1.1.0
108
+
109
+ ```
110
+ Apache License
111
+ Version 2.0, January 2004
112
+ http://www.apache.org/licenses/
113
+
114
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
115
+
116
+ 1. Definitions.
117
+
118
+ "License" shall mean the terms and conditions for use, reproduction,
119
+ and distribution as defined by Sections 1 through 9 of this document.
120
+
121
+ "Licensor" shall mean the copyright owner or entity authorized by
122
+ the copyright owner that is granting the License.
123
+
124
+ "Legal Entity" shall mean the union of the acting entity and all
125
+ other entities that control, are controlled by, or are under common
126
+ control with that entity. For the purposes of this definition,
127
+ "control" means (i) the power, direct or indirect, to cause the
128
+ direction or management of such entity, whether by contract or
129
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
130
+ outstanding shares, or (iii) beneficial ownership of such entity.
131
+
132
+ "You" (or "Your") shall mean an individual or Legal Entity
133
+ exercising permissions granted by this License.
134
+
135
+ "Source" form shall mean the preferred form for making modifications,
136
+ including but not limited to software source code, documentation
137
+ source, and configuration files.
138
+
139
+ "Object" form shall mean any form resulting from mechanical
140
+ transformation or translation of a Source form, including but
141
+ not limited to compiled object code, generated documentation,
142
+ and conversions to other media types.
143
+
144
+ "Work" shall mean the work of authorship, whether in Source or
145
+ Object form, made available under the License, as indicated by a
146
+ copyright notice that is included in or attached to the work
147
+ (an example is provided in the Appendix below).
148
+
149
+ "Derivative Works" shall mean any work, whether in Source or Object
150
+ form, that is based on (or derived from) the Work and for which the
151
+ editorial revisions, annotations, elaborations, or other modifications
152
+ represent, as a whole, an original work of authorship. For the purposes
153
+ of this License, Derivative Works shall not include works that remain
154
+ separable from, or merely link (or bind by name) to the interfaces of,
155
+ the Work and Derivative Works thereof.
156
+
157
+ "Contribution" shall mean any work of authorship, including
158
+ the original version of the Work and any modifications or additions
159
+ to that Work or Derivative Works thereof, that is intentionally
160
+ submitted to Licensor for inclusion in the Work by the copyright owner
161
+ or by an individual or Legal Entity authorized to submit on behalf of
162
+ the copyright owner. For the purposes of this definition, "submitted"
163
+ means any form of electronic, verbal, or written communication sent
164
+ to the Licensor or its representatives, including but not limited to
165
+ communication on electronic mailing lists, source code control systems,
166
+ and issue tracking systems that are managed by, or on behalf of, the
167
+ Licensor for the purpose of discussing and improving the Work, but
168
+ excluding communication that is conspicuously marked or otherwise
169
+ designated in writing by the copyright owner as "Not a Contribution."
170
+
171
+ "Contributor" shall mean Licensor and any individual or Legal Entity
172
+ on behalf of whom a Contribution has been received by Licensor and
173
+ subsequently incorporated within the Work.
174
+
175
+ 2. Grant of Copyright License. Subject to the terms and conditions of
176
+ this License, each Contributor hereby grants to You a perpetual,
177
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
178
+ copyright license to reproduce, prepare Derivative Works of,
179
+ publicly display, publicly perform, sublicense, and distribute the
180
+ Work and such Derivative Works in Source or Object form.
181
+
182
+ 3. Grant of Patent License. Subject to the terms and conditions of
183
+ this License, each Contributor hereby grants to You a perpetual,
184
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
185
+ (except as stated in this section) patent license to make, have made,
186
+ use, offer to sell, sell, import, and otherwise transfer the Work,
187
+ where such license applies only to those patent claims licensable
188
+ by such Contributor that are necessarily infringed by their
189
+ Contribution(s) alone or by combination of their Contribution(s)
190
+ with the Work to which such Contribution(s) was submitted. If You
191
+ institute patent litigation against any entity (including a
192
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
193
+ or a Contribution incorporated within the Work constitutes direct
194
+ or contributory patent infringement, then any patent licenses
195
+ granted to You under this License for that Work shall terminate
196
+ as of the date such litigation is filed.
197
+
198
+ 4. Redistribution. You may reproduce and distribute copies of the
199
+ Work or Derivative Works thereof in any medium, with or without
200
+ modifications, and in Source or Object form, provided that You
201
+ meet the following conditions:
202
+
203
+ (a) You must give any other recipients of the Work or
204
+ Derivative Works a copy of this License; and
205
+
206
+ (b) You must cause any modified files to carry prominent notices
207
+ stating that You changed the files; and
208
+
209
+ (c) You must retain, in the Source form of any Derivative Works
210
+ that You distribute, all copyright, patent, trademark, and
211
+ attribution notices from the Source form of the Work,
212
+ excluding those notices that do not pertain to any part of
213
+ the Derivative Works; and
214
+
215
+ (d) If the Work includes a "NOTICE" text file as part of its
216
+ distribution, then any Derivative Works that You distribute must
217
+ include a readable copy of the attribution notices contained
218
+ within such NOTICE file, excluding those notices that do not
219
+ pertain to any part of the Derivative Works, in at least one
220
+ of the following places: within a NOTICE text file distributed
221
+ as part of the Derivative Works; within the Source form or
222
+ documentation, if provided along with the Derivative Works; or,
223
+ within a display generated by the Derivative Works, if and
224
+ wherever such third-party notices normally appear. The contents
225
+ of the NOTICE file are for informational purposes only and
226
+ do not modify the License. You may add Your own attribution
227
+ notices within Derivative Works that You distribute, alongside
228
+ or as an addendum to the NOTICE text from the Work, provided
229
+ that such additional attribution notices cannot be construed
230
+ as modifying the License.
231
+
232
+ You may add Your own copyright statement to Your modifications and
233
+ may provide additional or different license terms and conditions
234
+ for use, reproduction, or distribution of Your modifications, or
235
+ for any such Derivative Works as a whole, provided Your use,
236
+ reproduction, and distribution of the Work otherwise complies with
237
+ the conditions stated in this License.
238
+
239
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
240
+ any Contribution intentionally submitted for inclusion in the Work
241
+ by You to the Licensor shall be under the terms and conditions of
242
+ this License, without any additional terms or conditions.
243
+ Notwithstanding the above, nothing herein shall supersede or modify
244
+ the terms of any separate license agreement you may have executed
245
+ with Licensor regarding such Contributions.
246
+
247
+ 6. Trademarks. This License does not grant permission to use the trade
248
+ names, trademarks, service marks, or product names of the Licensor,
249
+ except as required for reasonable and customary use in describing the
250
+ origin of the Work and reproducing the content of the NOTICE file.
251
+
252
+ 7. Disclaimer of Warranty. Unless required by applicable law or
253
+ agreed to in writing, Licensor provides the Work (and each
254
+ Contributor provides its Contributions) on an "AS IS" BASIS,
255
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
256
+ implied, including, without limitation, any warranties or conditions
257
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
258
+ PARTICULAR PURPOSE. You are solely responsible for determining the
259
+ appropriateness of using or redistributing the Work and assume any
260
+ risks associated with Your exercise of permissions under this License.
261
+
262
+ 8. Limitation of Liability. In no event and under no legal theory,
263
+ whether in tort (including negligence), contract, or otherwise,
264
+ unless required by applicable law (such as deliberate and grossly
265
+ negligent acts) or agreed to in writing, shall any Contributor be
266
+ liable to You for damages, including any direct, indirect, special,
267
+ incidental, or consequential damages of any character arising as a
268
+ result of this License or out of the use or inability to use the
269
+ Work (including but not limited to damages for loss of goodwill,
270
+ work stoppage, computer failure or malfunction, or any and all
271
+ other commercial damages or losses), even if such Contributor
272
+ has been advised of the possibility of such damages.
273
+
274
+ 9. Accepting Warranty or Additional Liability. While redistributing
275
+ the Work or Derivative Works thereof, You may choose to offer,
276
+ and charge a fee for, acceptance of support, warranty, indemnity,
277
+ or other liability obligations and/or rights consistent with this
278
+ License. However, in accepting such obligations, You may act only
279
+ on Your own behalf and on Your sole responsibility, not on behalf
280
+ of any other Contributor, and only if You agree to indemnify,
281
+ defend, and hold each Contributor harmless for any liability
282
+ incurred by, or claims asserted against, such Contributor by reason
283
+ of your accepting any such warranty or additional liability.
284
+
285
+ END OF TERMS AND CONDITIONS
286
+
287
+ APPENDIX: How to apply the Apache License to your work.
288
+
289
+ To apply the Apache License to your work, attach the following
290
+ boilerplate notice, with the fields enclosed by brackets "[]"
291
+ replaced with your own identifying information. (Don't include
292
+ the brackets!) The text should be enclosed in the appropriate
293
+ comment syntax for the file format. We also recommend that a
294
+ file or class name and description of purpose be included on the
295
+ same "printed page" as the copyright notice for easier
296
+ identification within third-party archives.
297
+
298
+ Copyright 2022 Alan Shreve (@inconshreveable)
299
+
300
+ Licensed under the Apache License, Version 2.0 (the "License");
301
+ you may not use this file except in compliance with the License.
302
+ You may obtain a copy of the License at
303
+
304
+ http://www.apache.org/licenses/LICENSE-2.0
305
+
306
+ Unless required by applicable law or agreed to in writing, software
307
+ distributed under the License is distributed on an "AS IS" BASIS,
308
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
309
+ See the License for the specific language governing permissions and
310
+ limitations under the License.
311
+ ```
312
+
313
+ ---
314
+
315
+ ## github.com/itchyny/gojq
316
+
317
+ Version: v0.12.19
318
+
319
+ ```
320
+ The MIT License (MIT)
321
+
322
+ Copyright (c) 2019-2026 itchyny
323
+
324
+ Permission is hereby granted, free of charge, to any person obtaining a copy
325
+ of this software and associated documentation files (the "Software"), to deal
326
+ in the Software without restriction, including without limitation the rights
327
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
328
+ copies of the Software, and to permit persons to whom the Software is
329
+ furnished to do so, subject to the following conditions:
330
+
331
+ The above copyright notice and this permission notice shall be included in all
332
+ copies or substantial portions of the Software.
333
+
334
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
335
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
336
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
337
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
338
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
339
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
340
+ SOFTWARE.
341
+ ```
342
+
343
+ ---
344
+
345
+ ## github.com/itchyny/timefmt-go
346
+
347
+ Version: v0.1.8
348
+
349
+ ```
350
+ The MIT License (MIT)
351
+
352
+ Copyright (c) 2020-2025 itchyny
353
+
354
+ Permission is hereby granted, free of charge, to any person obtaining a copy
355
+ of this software and associated documentation files (the "Software"), to deal
356
+ in the Software without restriction, including without limitation the rights
357
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
358
+ copies of the Software, and to permit persons to whom the Software is
359
+ furnished to do so, subject to the following conditions:
360
+
361
+ The above copyright notice and this permission notice shall be included in all
362
+ copies or substantial portions of the Software.
363
+
364
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
365
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
366
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
367
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
368
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
369
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
370
+ SOFTWARE.
371
+ ```
372
+
373
+ ---
374
+
375
+ ## github.com/spf13/cobra
376
+
377
+ Version: v1.10.2
378
+
379
+ ```
380
+ Apache License
381
+ Version 2.0, January 2004
382
+ http://www.apache.org/licenses/
383
+
384
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
385
+
386
+ 1. Definitions.
387
+
388
+ "License" shall mean the terms and conditions for use, reproduction,
389
+ and distribution as defined by Sections 1 through 9 of this document.
390
+
391
+ "Licensor" shall mean the copyright owner or entity authorized by
392
+ the copyright owner that is granting the License.
393
+
394
+ "Legal Entity" shall mean the union of the acting entity and all
395
+ other entities that control, are controlled by, or are under common
396
+ control with that entity. For the purposes of this definition,
397
+ "control" means (i) the power, direct or indirect, to cause the
398
+ direction or management of such entity, whether by contract or
399
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
400
+ outstanding shares, or (iii) beneficial ownership of such entity.
401
+
402
+ "You" (or "Your") shall mean an individual or Legal Entity
403
+ exercising permissions granted by this License.
404
+
405
+ "Source" form shall mean the preferred form for making modifications,
406
+ including but not limited to software source code, documentation
407
+ source, and configuration files.
408
+
409
+ "Object" form shall mean any form resulting from mechanical
410
+ transformation or translation of a Source form, including but
411
+ not limited to compiled object code, generated documentation,
412
+ and conversions to other media types.
413
+
414
+ "Work" shall mean the work of authorship, whether in Source or
415
+ Object form, made available under the License, as indicated by a
416
+ copyright notice that is included in or attached to the work
417
+ (an example is provided in the Appendix below).
418
+
419
+ "Derivative Works" shall mean any work, whether in Source or Object
420
+ form, that is based on (or derived from) the Work and for which the
421
+ editorial revisions, annotations, elaborations, or other modifications
422
+ represent, as a whole, an original work of authorship. For the purposes
423
+ of this License, Derivative Works shall not include works that remain
424
+ separable from, or merely link (or bind by name) to the interfaces of,
425
+ the Work and Derivative Works thereof.
426
+
427
+ "Contribution" shall mean any work of authorship, including
428
+ the original version of the Work and any modifications or additions
429
+ to that Work or Derivative Works thereof, that is intentionally
430
+ submitted to Licensor for inclusion in the Work by the copyright owner
431
+ or by an individual or Legal Entity authorized to submit on behalf of
432
+ the copyright owner. For the purposes of this definition, "submitted"
433
+ means any form of electronic, verbal, or written communication sent
434
+ to the Licensor or its representatives, including but not limited to
435
+ communication on electronic mailing lists, source code control systems,
436
+ and issue tracking systems that are managed by, or on behalf of, the
437
+ Licensor for the purpose of discussing and improving the Work, but
438
+ excluding communication that is conspicuously marked or otherwise
439
+ designated in writing by the copyright owner as "Not a Contribution."
440
+
441
+ "Contributor" shall mean Licensor and any individual or Legal Entity
442
+ on behalf of whom a Contribution has been received by Licensor and
443
+ subsequently incorporated within the Work.
444
+
445
+ 2. Grant of Copyright License. Subject to the terms and conditions of
446
+ this License, each Contributor hereby grants to You a perpetual,
447
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
448
+ copyright license to reproduce, prepare Derivative Works of,
449
+ publicly display, publicly perform, sublicense, and distribute the
450
+ Work and such Derivative Works in Source or Object form.
451
+
452
+ 3. Grant of Patent License. Subject to the terms and conditions of
453
+ this License, each Contributor hereby grants to You a perpetual,
454
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
455
+ (except as stated in this section) patent license to make, have made,
456
+ use, offer to sell, sell, import, and otherwise transfer the Work,
457
+ where such license applies only to those patent claims licensable
458
+ by such Contributor that are necessarily infringed by their
459
+ Contribution(s) alone or by combination of their Contribution(s)
460
+ with the Work to which such Contribution(s) was submitted. If You
461
+ institute patent litigation against any entity (including a
462
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
463
+ or a Contribution incorporated within the Work constitutes direct
464
+ or contributory patent infringement, then any patent licenses
465
+ granted to You under this License for that Work shall terminate
466
+ as of the date such litigation is filed.
467
+
468
+ 4. Redistribution. You may reproduce and distribute copies of the
469
+ Work or Derivative Works thereof in any medium, with or without
470
+ modifications, and in Source or Object form, provided that You
471
+ meet the following conditions:
472
+
473
+ (a) You must give any other recipients of the Work or
474
+ Derivative Works a copy of this License; and
475
+
476
+ (b) You must cause any modified files to carry prominent notices
477
+ stating that You changed the files; and
478
+
479
+ (c) You must retain, in the Source form of any Derivative Works
480
+ that You distribute, all copyright, patent, trademark, and
481
+ attribution notices from the Source form of the Work,
482
+ excluding those notices that do not pertain to any part of
483
+ the Derivative Works; and
484
+
485
+ (d) If the Work includes a "NOTICE" text file as part of its
486
+ distribution, then any Derivative Works that You distribute must
487
+ include a readable copy of the attribution notices contained
488
+ within such NOTICE file, excluding those notices that do not
489
+ pertain to any part of the Derivative Works, in at least one
490
+ of the following places: within a NOTICE text file distributed
491
+ as part of the Derivative Works; within the Source form or
492
+ documentation, if provided along with the Derivative Works; or,
493
+ within a display generated by the Derivative Works, if and
494
+ wherever such third-party notices normally appear. The contents
495
+ of the NOTICE file are for informational purposes only and
496
+ do not modify the License. You may add Your own attribution
497
+ notices within Derivative Works that You distribute, alongside
498
+ or as an addendum to the NOTICE text from the Work, provided
499
+ that such additional attribution notices cannot be construed
500
+ as modifying the License.
501
+
502
+ You may add Your own copyright statement to Your modifications and
503
+ may provide additional or different license terms and conditions
504
+ for use, reproduction, or distribution of Your modifications, or
505
+ for any such Derivative Works as a whole, provided Your use,
506
+ reproduction, and distribution of the Work otherwise complies with
507
+ the conditions stated in this License.
508
+
509
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
510
+ any Contribution intentionally submitted for inclusion in the Work
511
+ by You to the Licensor shall be under the terms and conditions of
512
+ this License, without any additional terms or conditions.
513
+ Notwithstanding the above, nothing herein shall supersede or modify
514
+ the terms of any separate license agreement you may have executed
515
+ with Licensor regarding such Contributions.
516
+
517
+ 6. Trademarks. This License does not grant permission to use the trade
518
+ names, trademarks, service marks, or product names of the Licensor,
519
+ except as required for reasonable and customary use in describing the
520
+ origin of the Work and reproducing the content of the NOTICE file.
521
+
522
+ 7. Disclaimer of Warranty. Unless required by applicable law or
523
+ agreed to in writing, Licensor provides the Work (and each
524
+ Contributor provides its Contributions) on an "AS IS" BASIS,
525
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
526
+ implied, including, without limitation, any warranties or conditions
527
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
528
+ PARTICULAR PURPOSE. You are solely responsible for determining the
529
+ appropriateness of using or redistributing the Work and assume any
530
+ risks associated with Your exercise of permissions under this License.
531
+
532
+ 8. Limitation of Liability. In no event and under no legal theory,
533
+ whether in tort (including negligence), contract, or otherwise,
534
+ unless required by applicable law (such as deliberate and grossly
535
+ negligent acts) or agreed to in writing, shall any Contributor be
536
+ liable to You for damages, including any direct, indirect, special,
537
+ incidental, or consequential damages of any character arising as a
538
+ result of this License or out of the use or inability to use the
539
+ Work (including but not limited to damages for loss of goodwill,
540
+ work stoppage, computer failure or malfunction, or any and all
541
+ other commercial damages or losses), even if such Contributor
542
+ has been advised of the possibility of such damages.
543
+
544
+ 9. Accepting Warranty or Additional Liability. While redistributing
545
+ the Work or Derivative Works thereof, You may choose to offer,
546
+ and charge a fee for, acceptance of support, warranty, indemnity,
547
+ or other liability obligations and/or rights consistent with this
548
+ License. However, in accepting such obligations, You may act only
549
+ on Your own behalf and on Your sole responsibility, not on behalf
550
+ of any other Contributor, and only if You agree to indemnify,
551
+ defend, and hold each Contributor harmless for any liability
552
+ incurred by, or claims asserted against, such Contributor by reason
553
+ of your accepting any such warranty or additional liability.
554
+ ```
555
+
556
+ ---
557
+
558
+ ## github.com/spf13/pflag
559
+
560
+ Version: v1.0.9
561
+
562
+ ```
563
+ Copyright (c) 2012 Alex Ogier. All rights reserved.
564
+ Copyright (c) 2012 The Go Authors. All rights reserved.
565
+
566
+ Redistribution and use in source and binary forms, with or without
567
+ modification, are permitted provided that the following conditions are
568
+ met:
569
+
570
+ * Redistributions of source code must retain the above copyright
571
+ notice, this list of conditions and the following disclaimer.
572
+ * Redistributions in binary form must reproduce the above
573
+ copyright notice, this list of conditions and the following disclaimer
574
+ in the documentation and/or other materials provided with the
575
+ distribution.
576
+ * Neither the name of Google Inc. nor the names of its
577
+ contributors may be used to endorse or promote products derived from
578
+ this software without specific prior written permission.
579
+
580
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
581
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
582
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
583
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
584
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
585
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
586
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
587
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
588
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
589
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
590
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
591
+ ```
592
+
593
+ ---
594
+
595
+ ## github.com/zalando/go-keyring
596
+
597
+ Version: v0.2.8
598
+
599
+ ```
600
+ The MIT License (MIT)
601
+
602
+ Copyright (c) 2016 Zalando SE
603
+
604
+ Permission is hereby granted, free of charge, to any person obtaining a copy
605
+ of this software and associated documentation files (the "Software"), to deal
606
+ in the Software without restriction, including without limitation the rights
607
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
608
+ copies of the Software, and to permit persons to whom the Software is
609
+ furnished to do so, subject to the following conditions:
610
+
611
+ The above copyright notice and this permission notice shall be included in all
612
+ copies or substantial portions of the Software.
613
+
614
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
615
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
616
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
617
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
618
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
619
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
620
+ SOFTWARE.
621
+ ```
622
+
623
+ ---
624
+
625
+ ## golang.org/x/sys
626
+
627
+ Version: v0.38.0
628
+
629
+ ```
630
+ Copyright 2009 The Go Authors.
631
+
632
+ Redistribution and use in source and binary forms, with or without
633
+ modification, are permitted provided that the following conditions are
634
+ met:
635
+
636
+ * Redistributions of source code must retain the above copyright
637
+ notice, this list of conditions and the following disclaimer.
638
+ * Redistributions in binary form must reproduce the above
639
+ copyright notice, this list of conditions and the following disclaimer
640
+ in the documentation and/or other materials provided with the
641
+ distribution.
642
+ * Neither the name of Google LLC nor the names of its
643
+ contributors may be used to endorse or promote products derived from
644
+ this software without specific prior written permission.
645
+
646
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
647
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
648
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
649
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
650
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
651
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
652
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
653
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
654
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
655
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
656
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
657
+ ```
658
+
package/bin/dotby ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,22 @@
1
+ {
2
+ "name": "@gattunelabs/cli-darwin-x64",
3
+ "version": "0.1.0",
4
+ "description": "The dotby CLI binary for darwin x64. Installed automatically by the \"dotby\" package.",
5
+ "homepage": "https://dotby.app/docs/api",
6
+ "license": "SEE LICENSE IN LICENSE",
7
+ "author": "GATTUNE LABS",
8
+ "os": [
9
+ "darwin"
10
+ ],
11
+ "cpu": [
12
+ "x64"
13
+ ],
14
+ "files": [
15
+ "bin",
16
+ "LICENSE",
17
+ "THIRD-PARTY-NOTICES.md"
18
+ ],
19
+ "publishConfig": {
20
+ "access": "public"
21
+ }
22
+ }