You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/cli/README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
3
3
Command-line interface for the providing terminal access to Xano development workflows.
4
4
5
+
> !WARNING
6
+
> WIP and BETA. While we aim to make this CLI robust and reliable partner in everyday Xano work,
7
+
> several aspects might be fragile at this point. Use at own risk and we strongly suggest
8
+
> exploring the possibilities in sandboxed, or a free Xano instance to avoid production environment disruptions.
9
+
5
10
## Overview
6
11
7
12
The CLI package provides:
@@ -126,11 +131,12 @@ jobs:
126
131
In order to actually use the CLI with proper git support it is advised to also define the `--output` flag when running the commands.
127
132
This allows users to override the output and as a result keep a proper git history.
128
133
The flow is as follows:
134
+
129
135
1. run the xano setup command
130
136
2. make sure you have git installed on your machine
131
137
3. run git init
132
138
4. run a command e.g. `generate-repo --output lib` and then commit these changes to your desired branch
133
-
5. create new branch (possibly name similarly as on your Xano) and run the `generate-repo --output lib` again. After a new commit and push you know have a fully git-enabled comparison of your two Xano branches.
139
+
5. create new branch (possibly name similarly as on your Xano) and run the `generate-repo --output lib` again. After a new commit and push you know have a fully git-enabled comparison of your two Xano branches.
0 commit comments