-
Notifications
You must be signed in to change notification settings - Fork 4
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
Showing
3 changed files
with
57 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
--- | ||
title: No Deploy CLI | ||
description: Use No Deploy CLI for shipping your project | ||
--- | ||
|
||
You can use No Deploy CLI to manage your project via Command Line, our favourite place to type commands. | ||
|
||
## Installation | ||
|
||
Latest release is available in our [Github repository](https://github.com/SonMooSans/nodeploy-cli/releases), you can download suitable release depending on your device. | ||
|
||
It is fully written in Rust, with high-performance and cross-platform support: | ||
|
||
- Windows | ||
- MacOS | ||
- Linux | ||
|
||
## Getting Started | ||
|
||
You can type `nodeploy-cli --help` for list of commands, or read other documentations to learn more. | ||
|
||
Just initialize the project via CLI to setup all configurations for you: | ||
|
||
``` | ||
nodeploy-cli init | ||
``` | ||
|
||
### Support Features | ||
|
||
- Initialize new No Deploy project | ||
- Trigger new Deployment | ||
- Link to existing github repository | ||
|
||
## References | ||
|
||
<Cards> | ||
<Card | ||
title="Initialize Project" | ||
description="Setup configurations for new or existing projects" | ||
href="/docs/cli/init" | ||
/> | ||
<Card | ||
title="Link" | ||
description="Link existing Github repository" | ||
href="/docs/cli/link" | ||
/> | ||
<Card | ||
title="Ship" | ||
description="Trigger new deployments" | ||
href="/docs/cli/ship" | ||
/> | ||
</Cards> |
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,4 @@ | ||
{ | ||
"title": "Using CLI", | ||
"pages": ["init", "link", "ship"] | ||
} |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"title": "Docs", | ||
"pages": ["index", "frameworks", "---Guide---", "vercel"] | ||
"pages": ["index", "frameworks", "---Guide---", "vercel", "cli"] | ||
} |