Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,9 @@ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.2

initialize a codex project in S3

❗ **Note**: Before running the command, make sure to create the new bucket in dcd manager. After you create the bucket, run : `codex config s3.bucket <bucket_name_here>`, so you point to the correct
location. Make sure the new bucket supports versioning in order to save older versions of the swagger files over time.

```
USAGE
$ codex init URL
Expand All @@ -202,8 +205,6 @@ EXAMPLE
$ codex init https://api.url/spec
```

❗ _Note_: make sure the new bucket supports versioning in order to save older versions of the swagger files over time.

_See code: [src/commands/init.ts](https://github.com/ionos-cloud/codex/blob/v5.0.1/src/commands/init.ts)_

## `codex lock`
Expand Down