Skip to content

Commit

Permalink
Merge pull request grails#233 from grails/puneetbehl-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl authored Nov 23, 2023
2 parents 641d5c2 + fa28ae0 commit 2ba5b65
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ Generates Grails applications.

The CLI application comes in various flavours from a universal Java applications to native applications for Windows, Linux and OS X. These are available for direct download on the [releases page](https://github.com/grails/grails-forge/releases). For installation see the [Grails documentation](https://docs.grails.org/latest/guide/index.html#buildCLI).

If you prefer not to install an application to create Micronaut applications you can do so with `curl` directly from the API:
If you prefer not to install an application to create Grails applications you can do so with `curl` directly from the API:

```bash
$ curl https://forge.grails.org/demo.zip -o demo.zip
$ curl 'https://grailsforge-latest-cjmq3uyfcq-uc.a.run.app/demo.zip' -o demo.zip
$ unzip demo.zip -d demo
$ cd demo
$ ./gradlew run
```

Run `curl https://forge.grails.org` for more information on how to use the API or see the API documentation referenced below.
Run `curl https://grailsforge-latest-cjmq3uyfcq-uc.a.run.app/` for more information on how to use the API or see the API documentation referenced below.

## UI

Expand All @@ -31,13 +31,13 @@ The user interface is [written in React](https://github.com/grails/grails-forge-

API documentation for the production instance can be found at:

* [Swagger / OpenAPI Doc](https://start.grails.org/swagger/views/swagger-ui/index.html)
* [RAPI Doc](https://start.grails.org/swagger/views/rapidoc/index.html)
* [Swagger / OpenAPI Doc](https://grailsforge-latest-cjmq3uyfcq-uc.a.run.app/swagger-ui/index.html)
* [RAPI Doc](https://grailsforge-latest-cjmq3uyfcq-uc.a.run.app/rapidoc/index.html)

API documentation for the snapshot /development instance can be found at:

* [Swagger / OpenAPI Doc](https://snapshot.grails.org/swagger/views/swagger-ui/index.html)
* [RAPI Doc](https://snapshot.grails.org/swagger/views/rapidoc/index.html)
* [Swagger / OpenAPI Doc](https://grailsforge-snapshot-cjmq3uyfcq-uc.a.run.app/swagger-ui/index.html)
* [RAPI Doc](https://grailsforge-snapshot-cjmq3uyfcq-uc.a.run.app/rapidoc/index.html)

## Documentation

Expand All @@ -47,9 +47,7 @@ See the [Snapshot Documentation](https://grails.github.io/grails-forge/snapshot/

## Snapshots and Releases

Snapshots are automatically published to [Sonatype OSSRH](https://s01.oss.sonatype.org/content/repositories/snapshots/) using [Github Actions](https://github.com/grails/grails-forge/actions).

See the documentation in the [Grails Docs](https://docs.grails.org/latest/guide/index.html#usingsnapshots) for how to configure your build to use snapshots.
Snapshots are automatically published to [Sonatype OSSRH](https://s01.oss.sonatype.org/content/repositories/snapshots/org/grails/forge/) using [Github Actions](https://github.com/grails/grails-forge/actions).

Releases are published to Maven Central via [Github Actions](https://github.com/grails/grails-forge/actions).

Expand Down

0 comments on commit 2ba5b65

Please sign in to comment.