Compare commits
8 الالتزامات
d441d9178d
...
5e278db3c3
المؤلف | SHA1 | التاريخ | |
---|---|---|---|
5e278db3c3 | |||
2390c1053e | |||
bfe2c40491 | |||
![]() |
471e679333 | ||
dfca1c588a | |||
6a6c84a061 | |||
9860eda638 | |||
6f3ee9f989 |
@@ -1,8 +1,28 @@
|
|||||||
# Application
|
## What is an Application?
|
||||||
|
|
||||||
what is an application
|
When working with the Ghaymah CLI, an **Application** is the central resource you’ll interact with.
|
||||||
|
It’s not just source code—it’s a deployable unit wrapped in a container, ready to run anywhere.
|
||||||
|
|
||||||
|
Think of an Application as the thing you **create, launch, update, and monitor** through the CLI.
|
||||||
|
Everything else—like containers, configs, and logs—revolves around it.
|
||||||
|
|
||||||
|
> **Note:** A **Project must be created first** before you can initialize or launch an Application.
|
||||||
|
> The Project acts as the parent workspace that organizes your Applications and related resources.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# Basic Usage
|
||||||
|
|
||||||
|
```bash
|
||||||
|
gy resource app [command]
|
||||||
|
```
|
||||||
|
Aliases: app, a
|
||||||
|
|
||||||
|
> **Tip:** You can use -h or --help to see all available options.
|
||||||
|
```bash
|
||||||
|
gy resource app --help
|
||||||
|
```
|
||||||
|
|
||||||
## Requirement
|
|
||||||
|
|
||||||
## creating an application
|
## creating an application
|
||||||
|
|
||||||
|
@@ -1,21 +0,0 @@
|
|||||||
# بسم الله الرحمن الرحيم
|
|
||||||
# Ghaymah CLI
|
|
||||||
## OverView
|
|
||||||
### What is Ghaymah CLI ?
|
|
||||||
### Get started
|
|
||||||
|
|
||||||
## Installation
|
|
||||||
### Install - Linux
|
|
||||||
> **Note:** Ghaymah CLI is currently supported only on **Linux**.
|
|
||||||
|
|
||||||
To install the cli , run the following command:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
curl -sSl https://cli.ghaymah.systems/install.sh | bash
|
|
||||||
```
|
|
||||||
### Install - Windows
|
|
||||||
### Install - MacOS
|
|
||||||
|
|
||||||
## Authentication & Security
|
|
||||||
|
|
||||||
## Tutorials
|
|
42
Project.md
42
Project.md
@@ -1,3 +1,39 @@
|
|||||||
# Project
|
## Create project
|
||||||
## Creating a project
|
```
|
||||||
## Getting a project ID
|
gy resource project create --set .name="project_name"
|
||||||
|
```
|
||||||
|
Or
|
||||||
|
```bash
|
||||||
|
gy r p c --set .name="project_name"
|
||||||
|
```
|
||||||
|
|
||||||
|
## List the projects :
|
||||||
|
```bash
|
||||||
|
gy resource project get
|
||||||
|
```
|
||||||
|
Or
|
||||||
|
|
||||||
|
```bash
|
||||||
|
gy r p g
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## Update on exiting project :
|
||||||
|
```bash
|
||||||
|
gy resource project update project_ID --set .name="new_name"
|
||||||
|
```
|
||||||
|
Or
|
||||||
|
```bash
|
||||||
|
gy r p u update project_ID --set .name="new_name"
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## Delete project :
|
||||||
|
```bash
|
||||||
|
gy resource project delete project_ID
|
||||||
|
```
|
||||||
|
Or
|
||||||
|
|
||||||
|
```bash
|
||||||
|
gy r p d project_ID
|
||||||
|
```
|
25
gy_project
Normal file
25
gy_project
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
create project
|
||||||
|
> gy resource project create --set .name="project_name"
|
||||||
|
Aliases:
|
||||||
|
> gy r p c --set .name="project_name"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
list the projects:
|
||||||
|
> gy resource project get
|
||||||
|
Aliases:
|
||||||
|
> gy r p g
|
||||||
|
|
||||||
|
|
||||||
|
update om project:
|
||||||
|
> gy resource project update project_ID --set .name="new_name"
|
||||||
|
Aliases:
|
||||||
|
> gy r p u update project_ID --set .name="new_name"
|
||||||
|
|
||||||
|
|
||||||
|
Delete project:
|
||||||
|
> gy resource project delete project_ID
|
||||||
|
Aliases:
|
||||||
|
> gy r p d project_ID
|
||||||
|
|
||||||
|
|
المرجع في مشكلة جديدة
حظر مستخدم