-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Mrinal Wahal
committed
Oct 21, 2021
1 parent
7ae5ce2
commit c5a38ee
Showing
28 changed files
with
239 additions
and
380 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
## nhost | ||
|
||
Open Source Firebase Alternative with GraphQL | ||
|
||
### Synopsis | ||
|
||
|
||
_ ____ __ | ||
/ | / / /_ ____ _____/ /_ | ||
/ |/ / __ \/ __ \/ ___/ __/ | ||
/ /| / / / / /_/ (__ ) /_ | ||
/_/ |_/_/ /_/\____/____/\__/ | ||
Nhost.io is a full-fledged serverless backend for Jamstack and client-serverless applications. | ||
Version - | ||
Documentation - https://docs.nhost.io | ||
|
||
|
||
``` | ||
nhost [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
--config string config file (default is $HOME/.nhost.yaml) | ||
-d, --debug Show debugging level logs | ||
--endpoint string Auth endpoint - for internal testing (default "https://nuno.nhost.dev/v1/functions") | ||
-h, --help help for nhost | ||
-j, --json Print JSON formatted logs | ||
-f, --log-file string Write logs to given file | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [nhost dev](nhost_dev.md) - Start local development environment | ||
* [nhost env](nhost_env.md) - Manage your Nhost env vars | ||
* [nhost execute](nhost_execute.md) - Execute commands inside your Nhost containers | ||
* [nhost init](nhost_init.md) - Initialize current directory as Nhost app | ||
* [nhost link](nhost_link.md) - Link local app to a remote one | ||
* [nhost list](nhost_list.md) - List remote apps | ||
* [nhost login](nhost_login.md) - Log in to your Nhost account | ||
* [nhost logout](nhost_logout.md) - Log out from your Nhost account | ||
* [nhost logs](nhost_logs.md) - Read container logs of any service | ||
* [nhost purge](nhost_purge.md) - Delete all containers created by `nhost dev` | ||
* [nhost support](nhost_support.md) - Reach out to us | ||
* [nhost uninstall](nhost_uninstall.md) - Remove the installed CLI from system permanently | ||
* [nhost upgrade](nhost_upgrade.md) - Upgrade this version of Nhost CLI to latest version | ||
* [nhost version](nhost_version.md) - Show the current version of Nhost CLI you have installed | ||
|
||
###### Auto generated by spf13/cobra on 22-Oct-2021 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
## nhost execute | ||
|
||
Execute commands inside your Nhost containers | ||
|
||
### Synopsis | ||
|
||
Run shell commands directly inside your | ||
already running Nhost service containers. | ||
|
||
``` | ||
nhost execute [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-c, --command string Command to run inside service | ||
-h, --help help for execute | ||
-s, --service string Service to run the command inside | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config string config file (default is $HOME/.nhost.yaml) | ||
-d, --debug Show debugging level logs | ||
--endpoint string Auth endpoint - for internal testing (default "https://nuno.nhost.dev/v1/functions") | ||
-j, --json Print JSON formatted logs | ||
-f, --log-file string Write logs to given file | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [nhost](nhost.md) - Open Source Firebase Alternative with GraphQL | ||
|
||
###### Auto generated by spf13/cobra on 22-Oct-2021 |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.