You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can customize how the CLI operates and what it returns with a configuration file (~/.platform/config.yaml) or environment variables. For details, see the customization instructions on GitHub.
Should be:
You can customize how the CLI operates and what it returns with a configuration file (~/.platformsh/config.yaml) or environment variables. For details, see the customization instructions on GitHub.
note the sh in the directory name for the configuration file.
For docs.upsun.com:
You can customize how the CLI operates and what it returns with a configuration file (~/.upsun/config.yaml) or environment variables.
should be
You can customize how the CLI operates and what it returns with a configuration file (~/.upsun-cli/config.yaml) or environment variables.
Additional context
In the markdown file we've used the {{% vendor/configdir %}} token which is the project configuration directory, but on this page, we're referring to the CLI configuration directory which is different. We probably should create a new param for vendor (e.g. cli_configfir).
The text was updated successfully, but these errors were encountered:
Where on docs.platform.sh should be changed?
https://docs.platform.sh/administration/cli.html#customize-the-cli
https://docs.upsun.com/administration/cli.html#customize-the-cli
What exactly should be updated?
Should be:
note the
sh
in the directory name for the configuration file.For docs.upsun.com:
should be
Additional context
In the markdown file we've used the
{{% vendor/configdir %}}
token which is the project configuration directory, but on this page, we're referring to the CLI configuration directory which is different. We probably should create a new param for vendor (e.g.cli_configfir
).The text was updated successfully, but these errors were encountered: