Skip to content

Commit

Permalink
Create docs for No Deploy CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
fuma-nama committed May 16, 2023
1 parent 03db9a9 commit 96f22f9
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 1 deletion.
52 changes: 52 additions & 0 deletions content/docs/cli/index.mdx
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>
4 changes: 4 additions & 0 deletions content/docs/cli/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"title": "Using CLI",
"pages": ["init", "link", "ship"]
}
2 changes: 1 addition & 1 deletion content/docs/meta.json
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"]
}

0 comments on commit 96f22f9

Please sign in to comment.