Merge pull request 'added getting started, application, project' (#1) from ahmedhesham301/Ghaymah_Cloud_Docs:main into main
Reviewed-on: AhmedGamalYousef/Ghaymah_Cloud_Docs#1
هذا الالتزام موجود في:
9
Application.md
Normal file
9
Application.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Application
|
||||
|
||||
what is an application
|
||||
|
||||
## Requirement
|
||||
|
||||
## creating an application
|
||||
|
||||
## Configuring the .ghaymah.json
|
44
Getting started.md
Normal file
44
Getting started.md
Normal file
@@ -0,0 +1,44 @@
|
||||
# بسم الله الرحمن الرحيم
|
||||
|
||||
## Installation
|
||||
|
||||
> **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
|
||||
```
|
||||
|
||||
## Authentication
|
||||
|
||||
## Command completion
|
||||
|
||||
### Step 1: Identify your shell
|
||||
|
||||
Run
|
||||
|
||||
```bash
|
||||
echo $SHELL
|
||||
```
|
||||
|
||||
supported shells:
|
||||
Supported shells: **bash**, **zsh**, **fish**
|
||||
|
||||
### Step 2: Generate the completion script
|
||||
|
||||
For Bash, run:
|
||||
|
||||
```bash
|
||||
gy completion bash >> ~/gy-completion.sh
|
||||
```
|
||||
|
||||
### Step 3: Enable command completion
|
||||
|
||||
Run
|
||||
|
||||
```bash
|
||||
echo "source ~/gy-completion.sh" >> ~/.bashrc
|
||||
```
|
||||
|
||||
Then restart your terminal
|
3
Project.md
Normal file
3
Project.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Project
|
||||
## Creating a project
|
||||
## Getting a project ID
|
المرجع في مشكلة جديدة
حظر مستخدم