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
{{ message }}
This repository was archived by the owner on Feb 6, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/how-to/platform-console.md
+13-12
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,10 @@ These components are managed through a new dashboard interface, separate from th
25
25
## Benefits
26
26
27
27
-**Standardization**: Ensure all services follow organizational best practices and configurations.
28
-
-**Efficiency**: Quickly create new services based on pre-defined templates.
29
-
-**Centralized Management**: Update multiple services from a single location. When you update a template, all services using that template are automatically updated.
30
28
-**Customization**: Create and use private plugins to tailor services to your organization's specific needs.
29
+
-**Efficiency**: Quickly create new services based on pre-defined templates.
30
+
-**Smooth Maintenance**: Update multiple services from a single location. When you update a template, all services using that template can automatically get a PR with the required changes.
31
+
-**Technical Debt Prevention**: Implement organization-wide best practices across all services through templates and private plugins, creating a scalable architecture that resists the accumulation of technical debt as your project grows.
31
32
32
33
## Platform Console Templates
33
34
@@ -48,26 +49,26 @@ To create a new template:
48
49
5. Choose a database (e.g., PostgreSQL).
49
50
6. Click "Create" to finalize the template.
50
51
52
+

53
+
51
54
### Managing Templates
52
55
53
56
Managing and updating templates is very similar to updating individual services. You have access to the same settings and most of the options available for services, including:
54
57
55
58
- Viewing all templates in the Platform Console dashboard.
56
-
- Adding entities to the service template.
57
59
- Adding or removing plugins, including custom plugins.
58
60
- Renaming templates and updating their descriptions.
59
-
- Changing the code generator version for the template.
60
61
61
62
To edit a template:
62
63
63
-
1. Select the template from the Platform Console dashboard.
64
-
2. Navigate to the "Settings" tab.
65
-
3. Make your desired changes in the "General" or "Plugins" sections.
66
-
4. All changes are saved automatically.
64
+
1. Navigate to the Settings tab to update the configuration or the Plugins tab to install and update plugins.
65
+
2. Make your desired changes in the "General" or "Plugins" sections.
66
+
3. All changes are saved automatically.
67
67
68
-
:::note
69
-
When you update a template, **all services using that template will be automatically updated**, ensuring consistency across your infrastructure.
68
+
<!--:::note
69
+
When you update a template, **all services using that template will be updated in your next build**, ensuring consistency across your infrastructure.
70
70
:::
71
+
-->
71
72
72
73
### Using Templates
73
74
@@ -97,7 +98,7 @@ To create a private plugin:
97
98
98
99
1. In the Platform Console dashboard, navigate to the "Private Plugins" section.
99
100
2. Click on "Create Private Repository".
100
-
3.Follow the creation wizard to define your plugin's functionality.
101
+
3.Connect to your plugin repository and add your existing private plugins to the project.
101
102
102
103
## Platform Changes Sidebar
103
104
@@ -117,5 +118,5 @@ The Platform Console feature is designed to enhance the maintainability of your
117
118
As this feature is currently in beta, we encourage you to explore its capabilities and share your feedback to help us further improve and refine it.
118
119
119
120
:::tip
120
-
For any questions or issues related to the Platform Console, please [contact our support team](https://amplication.com/contact) or write your feedback on our [GitHub discussion](https://github.com/amplication/amplication/discussions/8979).
121
+
For any questions or issues related to the Platform Console, please contact us or write your feedback on our [GitHub discussion](https://github.com/amplication/amplication/discussions/8979).
0 commit comments