boundless-artist-2317
06/14/2024, 2:49 PMchilly-king-10285
06/14/2024, 2:49 PMchilly-king-10285
06/14/2024, 2:50 PMory update opl
command to update the Ory Permission Language file in your Ory Network project. Here is an example of how to use this command: bash ory update opl <project-id> --file /path/to/your_opl_file.ts
Replace <project-id>
with your project's ID and /path/to/your_opl_file.ts
with the path to your OPL file. 3. Alternatively, you can use the ory patch opl
command to update the Ory Permission Language file in your Ory Network project. Here is an example of how to use this command: bash ory patch opl <project-id> --file /path/to/your_opl_file.ts
Again, replace <project-id>
with your project's ID and /path/to/your_opl_file.ts
with the path to your OPL file. Please note that both ory update opl
and ory patch opl
commands will overwrite legacy namespace definitions. For more information, you can refer to the following documentation: - [Ory update opl](https://www.ory.sh/docs/cli/ory-update-opl#ory-update-opl) - [Ory patch opl](https://www.ory.sh/docs/cli/ory-patch-opl#ory-patch-opl)