Skip to content

Commit

Permalink
refactor: add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio committed Dec 21, 2024
1 parent f64bbc3 commit 0bdec25
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,35 +63,45 @@ USAGE
- `dokploy app:deploy`: Deploy an application.
- `dokploy app:stop`: Stop a running application.

### Enviroment Management

- `dokploy env pull <file>`: Pull environment variables from Dokploy in a <file>.
- `dokploy env push <file>`: Push environment variables to Dokploy from a <file>.

### Database Management

Dokploy supports various types of databases:

#### MariaDB

- `dokploy database:mariadb:create`
- `dokploy database:mariadb:delete`
- `dokploy database:mariadb:deploy`
- `dokploy database:mariadb:stop`

#### MongoDB

- `dokploy database:mongo:create`
- `dokploy database:mongo:delete`
- `dokploy database:mongo:deploy`
- `dokploy database:mongo:stop`

#### MySQL

- `dokploy database:mysql:create`
- `dokploy database:mysql:delete`
- `dokploy database:mysql:deploy`
- `dokploy database:mysql:stop`

#### PostgreSQL

- `dokploy database:postgres:create`
- `dokploy database:postgres:delete`
- `dokploy database:postgres:deploy`
- `dokploy database:postgres:stop`

#### Redis

- `dokploy database:redis:create`
- `dokploy database:redis:delete`
- `dokploy database:redis:deploy`
Expand All @@ -103,7 +113,6 @@ For more information about a specific command, use:
$ dokploy [COMMAND] --help
```


## Contributing

If you want to contribute to Dokploy CLI, please check out our [Contributing Guide](https://github.com/Dokploy/cli/blob/main/CONTRIBUTING.md).
Expand Down

0 comments on commit 0bdec25

Please sign in to comment.