Skip to content

Commit

Permalink
Merge pull request #806 from Genez-io/dev
Browse files Browse the repository at this point in the history
Release v0.8.0
  • Loading branch information
andreia-oca authored Feb 20, 2024
2 parents d6703dc + 684683b commit 3221985
Show file tree
Hide file tree
Showing 52 changed files with 4,489 additions and 4,189 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ body:
* [genezio documentation](https://genezio.com/docs)
* [genezio official examples](https://github.com/Genez-io/genezio-examples)
* [genezio Troubleshooting section](https://docs.genezio.com/genezio-documentation/troubleshooting)
* [genezio Troubleshooting section](https://genezio.com/docs/troubleshooting)
- type: textarea
id: bug-description
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ body:
* [genezio documentation](https://genezio.com/docs)
* [genezio official examples](https://github.com/Genez-io/genezio-examples)
* [genezio Troubleshooting section](https://docs.genezio.com/genezio-documentation/troubleshooting)
* [genezio Troubleshooting section](https://genezio.com/docs/troubleshooting)
- type: textarea
id: feature-description
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/other.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ body:
* [genezio documentation](https://genezio.com/docs)
* [genezio official examples](https://github.com/Genez-io/genezio-examples)
* [genezio Troubleshooting section](https://docs.genezio.com/genezio-documentation/troubleshooting)
* [genezio Troubleshooting section](https://genezio.com/docs/troubleshooting)
- type: textarea
id: issue-description
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body:
* [contributions guide](https://github.com/Genez-io/genezio/blob/main/CONTRIBUTING.md)
* [genezio documentation](https://genezio.com/docs)
* [genezio official examples](https://github.com/Genez-io/genezio-examples)
* [genezio Troubleshooting section](https://docs.genezio.com/genezio-documentation/troubleshooting)
* [genezio Troubleshooting section](https://genezio.com/docs/troubleshooting)
- type: textarea
id: task-description
Expand Down
48 changes: 24 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ For more details on how to use `genezio`, you can check out the official [docume

# Getting Started

Check out our [Getting started](https://docs.genezio.com/genezio-documentation/getting-started) documentation page to find out how to start using Genezio.
Check out our [Getting started](https://genezio.com/docs/getting-started) documentation page to find out how to start using Genezio.

For more details about the `genezio` CLI commands, run `genezio help` or `genezio [command] help`.

Expand All @@ -115,23 +115,23 @@ Once you are happy with your project, you can deploy it in a production environm

The genezio CLI tool supports the commands shown in the following table:

| Command | Description |
| ----------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| genezio | Context aware, interactive command that simplifies project management. [Learn more](https://docs.genezio.com/genezio-documentation/cli-tool/cli-commands/genezio) |
| genezio create fullstack `<backend-template> <frontend-template>` | Create a new fullstack project based on two templates: one backend and one frontend. [Learn more](https://docs.genezio.com/genezio-documentation/cli-tool/cli-commands/genezio-create) |
| genezio create backend `<template>` | Create a new backend project based on a template. [Learn more](https://docs.genezio.com/genezio-documentation/cli-tool/cli-commands/genezio-create) |
| genezio create frontend `<template>` | Create a new frontend project based on a template. [Learn more](https://docs.genezio.com/genezio-documentation/cli-tool/cli-commands/genezio-create) |
| genezio create templates [filter] | Lists all the available starting templates. [Learn more](https://docs.genezio.com/genezio-documentation/cli-tool/cli-commands/genezio-create) |
| genezio addClass `<class-path> [<class-type>]` | Adds a new class to the 'genezio.yaml' file. [Learn more](https://docs.genezio.com/genezio-documentation/cli-tool/cli-commands/genezio-addclass) |
| genezio generateSdk | Generates an SDK corresponding to a deployed project. [Learn more](https://docs.genezio.com/genezio-documentation/cli-tool/cli-commands/generatesdk) |
| genezio local --port `<port>` | Runs a local environment with your project for testing purposes. [Learn more](https://docs.genezio.com/genezio-documentation/cli-tool/cli-commands/local) |
| genezio deploy | Deploys your project to the genezio infrastructure. [Learn more](https://docs.genezio.com/genezio-documentation/cli-tool/cli-commands/deploy) |
| genezio ls `[<identifier>]` | Displays details of your projects. You can view them all at once or display a particular one by providing its name or ID. [Learn more](https://docs.genezio.com/genezio-documentation/cli-tool/cli-commands/ls) |
| genezio delete `[<project-id>]` | Deletes the project described by the provided ID. If no ID is provided, lists all the projects and IDs. [Learn more](https://docs.genezio.com/genezio-documentation/cli-tool/cli-commands/delete) |
| genezio account | Display information about the current account logged in. [Learn more](https://docs.genezio.com/genezio-documentation/cli-tool/cli-commands/account) |
| genezio login `<access-token>` | Authenticates with genezio platform to deploy your code. [Learn more](https://docs.genezio.com/genezio-documentation/cli-tool/cli-commands/login) |
| genezio logout | Logout from genezio platform. [Learn more](https://docs.genezio.com/genezio-documentation/cli-tool/cli-commands/logout) |
| genezio help / genezio `<command>` --help | Displays help for the CLI tool. |
| Command | Description |
| ----------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| genezio | Context aware, interactive command that simplifies project management. [Learn more](https://genezio.com/docs/cli-tool/cli-commands/genezio) |
| genezio create fullstack `<backend-template> <frontend-template>` | Create a new fullstack project based on two templates: one backend and one frontend. [Learn more](https://genezio.com/docs/cli-tool/cli-commands/genezio-create) |
| genezio create backend `<template>` | Create a new backend project based on a template. [Learn more](https://genezio.com/docs/cli-tool/cli-commands/genezio-create) |
| genezio create frontend `<template>` | Create a new frontend project based on a template. [Learn more](https://genezio.com/docs/cli-tool/cli-commands/genezio-create) |
| genezio create templates [filter] | Lists all the available starting templates. [Learn more](https://genezio.com/docs/cli-tool/cli-commands/genezio-create) |
| genezio addClass `<class-path> [<class-type>]` | Adds a new class to the 'genezio.yaml' file. [Learn more](https://genezio.com/docs/cli-tool/cli-commands/genezio-addclass) |
| genezio generateSdk | Generates an SDK corresponding to a deployed project. [Learn more](https://genezio.com/docs/cli-tool/cli-commands/generatesdk) |
| genezio local --port `<port>` | Runs a local environment with your project for testing purposes. [Learn more](https://genezio.com/docs/cli-tool/cli-commands/local) |
| genezio deploy | Deploys your project to the genezio infrastructure. [Learn more](https://genezio.com/docs/cli-tool/cli-commands/deploy) |
| genezio ls `[<identifier>]` | Displays details of your projects. You can view them all at once or display a particular one by providing its name or ID. [Learn more](https://genezio.com/docs/cli-tool/cli-commands/ls) |
| genezio delete `[<project-id>]` | Deletes the project described by the provided ID. If no ID is provided, lists all the projects and IDs. [Learn more](https://genezio.com/docs/cli-tool/cli-commands/delete) |
| genezio account | Display information about the current account logged in. [Learn more](https://genezio.com/docs/cli-tool/cli-commands/account) |
| genezio login `<access-token>` | Authenticates with genezio platform to deploy your code. [Learn more](https://genezio.com/docs/cli-tool/cli-commands/login) |
| genezio logout | Logout from genezio platform. [Learn more](https://genezio.com/docs/cli-tool/cli-commands/logout) |
| genezio help / genezio `<command>` --help | Displays help for the CLI tool. |

# Examples deployed with genezio

Expand Down Expand Up @@ -174,11 +174,11 @@ A detailed list of all the examples is below:

To find more details on how to use `genezio`, check out the official [documentation](https://genezio.com/docs):

- [Getting started](https://docs.genezio.com/genezio-documentation/getting-started)
- [Project Structure](https://docs.genezio.com/genezio-documentation/project-structure)
- [CLI commands](https://docs.genezio.com/genezio-documentation/cli-tool)
- [Test Interface](https://docs.genezio.com/genezio-documentation/test-interface)
- [Integrations](https://docs.genezio.com/genezio-documentation/integrations)
- [Getting started](https://genezio.com/docs/getting-started)
- [Project Structure](https://genezio.com/docs/project-structure)
- [CLI commands](https://genezio.com/docs/cli-tool)
- [Test Interface](https://genezio.com/docs/test-interface)
- [Integrations](https://genezio.com/docs/integrations)

If you cannot find what you are looking for in the docs, don't hesitate to drop us a [GitHub issue](https://github.com/Genez-io/genezio/issues) or [start a discussion on Discord](https://discord.gg/uc9H5YKjXv).

Expand All @@ -195,7 +195,7 @@ If you find yourself in a pickle using `genezio`, drop us a [GitHub issue](https

# Troubleshooting

For the most common issues that our users have dealt with, we created a [Troubleshooting](https://docs.genezio.com/genezio-documentation/troubleshooting) section in the documentation.
For the most common issues that our users have dealt with, we created a [Troubleshooting](https://genezio.com/docs/troubleshooting) section in the documentation.

If you don't find the guidance there, drop us a [GitHub issue](https://github.com/Genez-io/genezio/issues). We are more than happy to help you!

Expand Down
Loading

0 comments on commit 3221985

Please sign in to comment.