@flexkit/cli 0.0.4

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,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Flexkit.io
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,65 @@
1
+ <div align="center">
2
+ <a href="https://flexkit.io">
3
+ <picture>
4
+ <source media="(prefers-color-scheme: dark)" srcset="https://flexkit.io/public/logos/icon-dark-background.png">
5
+ <img alt="Flexkit logo" src="https://flexkit.io/public/logos/icon-light-background.png" height="128">
6
+ </picture>
7
+ </a>
8
+ <h1>Flexkit CLI</h1>
9
+
10
+ <a href="https://www.npmjs.com/package/@flexkit/cli"><img alt="NPM version" src="https://img.shields.io/npm/v/%40flexkit%2Fcli?style=for-the-badge&labelColor=%23000000&color=%232563eb"></a>
11
+ <a href="https://github.com/flexkit-io/flexkit/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/npm/l/%40flexkit%2Fcli?style=for-the-badge&labelColor=%23000000&color=%230ccf6a"></a>
12
+ <a href="https://github.com/orgs/flexkit-io/discussions"><img alt="Join the community on GitHub" src="https://img.shields.io/badge/Join%20the%20comunity-blue.svg?style=for-the-badge&logo=data:image/svg%2bxml;base64,PHN2ZyBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgNDggNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zz48cGF0aCBkPSJNNyA4SDQxVjQwSDdWOFoiIGZpbGw9IiMwMjA4MTciPjwvcGF0aD48cGF0aCBkPSJNMjQgMEM0MiAwIDQ4IDYgNDggMjRDNDggNDIgNDIgNDggMjQgNDhDNiA0OCAwIDQyIDAgMjRDMCA2IDYgMCAyNCAwWk0xNy43NDk0IDkuNTIzODFIOC43NjE5TDE5LjI4MzMgMjMuODMxM0w4Ljc2MTkgMzguNzA3OEgxNy43NDk0TDIxLjA0OTkgMzMuNjYzOVYxNC4yNTQ5TDE3Ljc0OTQgOS41MjM4MVpNMzguOTU3NyA5LjUyMzgxSDI5Ljk1NDJMMjYuMjg1NyAxNC44MjI5VjMzLjA0MDZMMjkuOTU0MiAzOC43MDc4SDM4Ljk1NzdMMjguMzkwOCAyMy44MzEzTDM4Ljk1NzcgOS41MjM4MVoiIGZpbGw9IndoaXRlIj48L3BhdGg+PC9zdmc+&labelColor=%23000000"></a>
13
+
14
+ </div>
15
+
16
+ **Flexkit CLI is the command-line interface for managing Flexkit projects from your terminal.**
17
+
18
+ Use it to authenticate, deploy schemas, and run day-to-day project operations without leaving your development workflow.
19
+
20
+ ## Usage
21
+
22
+ Install the CLI globally with npm:
23
+
24
+ ```shell
25
+ npm install --global @flexkit/cli
26
+ ```
27
+
28
+ Example commands:
29
+
30
+ ```shell
31
+ flexkit login
32
+ flexkit deploy
33
+ ```
34
+
35
+ ## Documentation
36
+
37
+ For details on how to use Flexkit CLI, check out our [documentation](https://flexkit.io/docs/cli).
38
+
39
+ ## Contributing
40
+
41
+ Contributions to Flexkit are welcome and highly appreciated. However, before you jump right into it, we would like you to review our [Contribution Guidelines](/contributing.md) to make sure you have a smooth experience contributing to Flexkit.
42
+
43
+ ## Reporting Issues
44
+
45
+ Found a bug? Have a feature request?
46
+
47
+ Open an issue with:
48
+ • Repro steps
49
+ • Expected vs actual behavior
50
+ • Screenshots when helpful
51
+ • Schema snippet (if relevant)
52
+
53
+ ## License
54
+
55
+ This project is licensed under the **MIT license**.
56
+
57
+ See [LICENSE](https://github.com/flexkit-io/flexkit/blob/main/LICENSE) for more information.
58
+
59
+ ---
60
+
61
+ ## Security
62
+
63
+ If you believe you have found a security vulnerability in Flexkit, we encourage you to **_responsibly disclose this and NOT open a public issue_**.
64
+
65
+ Please email us at security@flexkit.io to report any security vulnerabilities.
@@ -0,0 +1 @@
1
+ #!/usr/bin/env node