<@U04UQ68083H> where can I find all the possible v...
# ory-copilot
q
@chilly-king-10285 where can I find all the possible values for the Ory Network configuration file?
c
A message from kapa.ai
Hmm, I don't know enough to give you a confident answer yet. The knowledge sources provided do not contain specific information about all the possible values for the Ory Network configuration file. However, the Ory Network configuration file is used in various commands as indicated by the
-c, --config string
option. This option is used to specify the path to the configuration file. For more detailed information about the Ory Network configuration file, I recommend checking the official Ory documentation or the Ory CLI help command
ory help
. This command provides a list of available commands and each command accepts the
--help
flag for more detailed information. Here is an example of how to use the
--help
flag with a command:
Copy code
bash ory auth --help
This will provide more information about the
auth
command, including available command-specific flags and command modifiers. For more detailed information, please refer to the [Ory CLI Basics Guide](https://www.ory.sh/docs/guides/cli/cli-basics).