@dotcms/dotcli 24.3.8-rc1 → 24.3.11-rc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/bin/{dotcms-cli-24.03.08-SNAPSHOT-linux-x86_64 → dotcms-cli-24.03.11-SNAPSHOT-linux-x86_64} +0 -0
- package/bin/{dotcms-cli-24.03.08-SNAPSHOT-osx-aarch_64 → dotcms-cli-24.03.11-SNAPSHOT-osx-aarch_64} +0 -0
- package/bin/{dotcms-cli-24.03.08-SNAPSHOT-osx-x86_64 → dotcms-cli-24.03.11-SNAPSHOT-osx-x86_64} +0 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -237,7 +237,6 @@ If the `dot-service.yml` file does not exist, the CLI will prompt to create one
|
|
|
237
237
|
The CLI provides a `config` command to set the initial configuration required by all commands to operate. The command will guide you through the process of adding a new instance profile to the `dot-service.yml` file. and setting the active profile.
|
|
238
238
|
See the [Configuration](cli/docs/config.adoc) section for more details. And the [Examples](#examples) section for a practical example.
|
|
239
239
|
|
|
240
|
-
```shell script
|
|
241
240
|
|
|
242
241
|
### Workspace
|
|
243
242
|
|
|
@@ -246,6 +245,7 @@ The workspace is basically a set of directories and files used to house and orga
|
|
|
246
245
|
Additionally, a marker file called `.dot-workspace.yml` indicates to the CLI that the current directory is a valid workspace.
|
|
247
246
|
In the following table you can see the different directories and files that conform a workspace.
|
|
248
247
|
|
|
248
|
+
|
|
249
249
|
| File/Directory | Type | Description |
|
|
250
250
|
|----------------------|------|-------------------------|
|
|
251
251
|
| `content-types/` | Dir | Content-Types directory |
|
package/bin/{dotcms-cli-24.03.08-SNAPSHOT-linux-x86_64 → dotcms-cli-24.03.11-SNAPSHOT-linux-x86_64}
RENAMED
|
Binary file
|
package/bin/{dotcms-cli-24.03.08-SNAPSHOT-osx-aarch_64 → dotcms-cli-24.03.11-SNAPSHOT-osx-aarch_64}
RENAMED
|
Binary file
|
package/bin/{dotcms-cli-24.03.08-SNAPSHOT-osx-x86_64 → dotcms-cli-24.03.11-SNAPSHOT-osx-x86_64}
RENAMED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dotcms/dotcli",
|
|
3
|
-
"version": "24.03.
|
|
3
|
+
"version": "24.03.11-rc1",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"postinstall": "node src/postinstall.js install",
|
|
6
6
|
"postuninstall": "node src/postinstall.js uninstall && npm prune"
|
|
7
7
|
},
|
|
8
8
|
"binaries": {
|
|
9
|
-
"dotcms-cli-darwin-arm64": "bin/dotcms-cli-24.03.
|
|
10
|
-
"dotcms-cli-darwin-x64": "bin/dotcms-cli-24.03.
|
|
11
|
-
"dotcms-cli-linux-x64": "bin/dotcms-cli-24.03.
|
|
9
|
+
"dotcms-cli-darwin-arm64": "bin/dotcms-cli-24.03.11-SNAPSHOT-osx-aarch_64",
|
|
10
|
+
"dotcms-cli-darwin-x64": "bin/dotcms-cli-24.03.11-SNAPSHOT-osx-x86_64",
|
|
11
|
+
"dotcms-cli-linux-x64": "bin/dotcms-cli-24.03.11-SNAPSHOT-linux-x86_64"
|
|
12
12
|
},
|
|
13
13
|
"alias": "dotcli",
|
|
14
14
|
"packageName": "dotcms-cli",
|