Commit 62fd48e
authored
Support Platform CLI (#54)
Switch to the Platform CLI[1] for install/update.
- Add `copier.yml` config file
- Move template files into `template/`
- Move Docker Compose files from project root to `{{app_name}}/`. And tag the
app services with `{{app_name}}`. In a multi-app environment, it is
unreasonable (and high source of conflicts on update) for a single application
template to provide a root Compose file. So apps should provide their own
Compose files, the the project can import them into one project-wide Compose
file if desired.
- Drop unnecessary `.grype.yml`. Can use template-infra's project-wide version
since we don't need any app overrides.
- Pull back a few things from `pfml-starter-kit`
- Remove old install/update scripts
[1] https://github.com/navapbc/platform-cli1 parent 95f5ab6 commit 62fd48e
File tree
195 files changed
+169
-425
lines changed- docs/app-rails/decisions
- template-only-bin
- template-only-docs
- template
- .github/workflows
- .template-application-rails
- docs/{{app_name}}
- decisions
- media
- {{app_name}}
- app
- adapters/auth
- assets
- builds
- config
- images
- stylesheets
- channels/application_cable
- controllers
- concerns
- users
- forms/users
- helpers
- users
- javascript
- controllers
- jobs
- mailers
- models
- concerns
- devise/models
- policies
- services
- views
- application
- home
- layouts
- users
- accounts
- mfa
- passwords
- registrations
- sessions
- bin
- config
- environments
- initializers
- locales
- defaults
- models/user
- views
- application
- home
- users
- db
- migrate
- seeds
- lib
- assets
- generators/locale
- templates
- tasks
- log
- node_modules
- public
- spec
- adapters
- controllers
- users
- factories
- forms/users
- models
- services
- support
- storage
- tmp
- pids
- storage
- vendor
- bundle
- javascript
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
195 files changed
+169
-425
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | | - | |
| 36 | + | |
| 37 | + | |
36 | 38 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
53 | 43 | | |
54 | | - | |
55 | | - | |
| 44 | + | |
| 45 | + | |
56 | 46 | | |
57 | 47 | | |
58 | 48 | | |
59 | | - | |
60 | | - | |
61 | | - | |
| 49 | + | |
| 50 | + | |
62 | 51 | | |
63 | | - | |
64 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
65 | 56 | | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 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 | + | |
Whitespace-only changes.
Whitespace-only changes.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments