-
Notifications
You must be signed in to change notification settings - Fork 121
/
config.yaml
76 lines (56 loc) · 2.13 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# Platform.sh CLI configuration overrides.
# See config-defaults.yaml for the default values and a list of other required keys.
application:
name: 'Platform.sh CLI'
slug: 'platformsh-cli'
executable: 'platform'
env_prefix: 'PLATFORMSH_CLI_'
user_config_dir: '.platformsh'
package_name: 'platformsh/cli'
installer_url: 'https://platform.sh/cli/installer'
manifest_url: 'https://platform.sh/cli/manifest.json'
github_repo: 'platformsh/legacy-cli'
wrapped_disabled_commands:
- self:install
- self:update
local:
# A legacy project config file from versions < 3.
project_config_legacy: 'platform-project.yaml'
service:
name: 'Platform.sh'
env_prefix: 'PLATFORM_'
project_config_dir: '.platform'
app_config_file: '.platform.app.yaml'
console_url: 'https://console.platform.sh'
docs_url: 'https://docs.platform.sh'
docs_search_url: 'https://docs.platform.sh/search.html?q={{ terms }}'
register_url: 'https://auth.api.platform.sh/register'
reset_password_url: 'https://auth.api.platform.sh/reset-password'
pricing_url: 'https://platform.sh/pricing'
activity_type_list_url: 'https://docs.platform.sh/integrations/activity/reference.html#type'
runtime_operations_help_url: 'https://docs.platform.sh/create-apps/runtime-operations.html'
api:
base_url: 'https://api.platform.sh'
auth_url: 'https://auth.api.platform.sh'
oauth2_client_id: 'platform-cli'
organizations: true
user_verification: true
metrics: true
teams: true
vendor_filter: 'platformsh'
ssh:
domain_wildcards: ['*.platform.sh']
detection:
git_remote_name: 'platform'
git_domain: 'platform.sh' # matches git.eu-5.platform.sh, etc.
site_domains: ['platform.sh', 'platformsh.site', 'tst.site']
cluster_header: 'X-Platform-Cluster'
migrate:
prompt: true
docs_url: https://docs.platform.sh/administration/cli.html
warnings:
non_production_domains_msg: |
This feature is only available to Enterprise and Elite customers.
If you're an Enterprise or Elite customer, contact support to enable the feature.
Otherwise contact sales first to upgrade your plan.
See: https://docs.platform.sh/overview/get-support.html