We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f0765 commit 85a9b3eCopy full SHA for 85a9b3e
docs/app/docs/cli_reference/devbox_global_push.md
@@ -0,0 +1,19 @@
1
+# devbox global push
2
+
3
+Push a [global] config. Leave empty to use jetpack cloud. Can be a git repo for self storage.
4
5
+```bash
6
+devbox global push <git-repo> [flags]
7
+```
8
9
+## Options
10
11
+<!-- Markdown Table of Options -->
12
+| Option | Description |
13
+| --- | --- |
14
+| `-h, --help` | help for pull |
15
+| `-q, --quiet` | suppresses logs |
16
17
+## SEE ALSO
18
19
+* [devbox global](devbox_global.md) - Manages global Devbox packages
0 commit comments