Skip to content

Commit

Permalink
Updated to 23.9.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJCheyne committed Oct 2, 2023
1 parent 7fc7bb5 commit faad746
Show file tree
Hide file tree
Showing 39 changed files with 1,859 additions and 985 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,27 @@ Templates and resources for development platforms.
[react-starter-sites](react-starter-sites/) – A quick way to get started with React site development.


# New in Release 23.9.2

**Added**
- `cec describe-local-content` - Can now list the content of local resources

**Updated**
- `cec control-content` - Added new action `archive`
- `cec list-assets` - Added new options `search` and `searchoperator`, supports property references, referencedBy and referencedBySites
- `cec index-site` - Now includes page keywords when indexing
- `cec transfer-content` - Added option to use a query
- `cec transfer-site-content` - Added option to use a query
- `cec execute-get` - Allow to output the result
- `cec list-folder` - Added name filter option
- `cec download-folder` - Added file batch size option
- `cec set-site-security` - Allow change who can access a secured published/online site

- update local server - Now supports upload component from component UI
- update sync-server - Now supports events `CONTENTITEM_CATEGORIZED`, `CONTENTITEM_DECATEGORIZED`, `DIGITALASSET_CATEGORIZED` and `DIGITALASSET_DECATEGORIZED`



# New in Release 23.7.2

**Added**
Expand Down
2 changes: 1 addition & 1 deletion sites/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ https://docs.oracle.com/en/cloud/paas/content-cloud/developer/develop-oracle-con

## Setup

* Make sure `node` and `npm` are in your `PATH`. Use NodeJS version 14+.
* Make sure `node` and `npm` are in your `PATH`. Use NodeJS version 16.18.1+.
* Download the Content Toolkit - e.g. from GitHub - [link](https://github.com/oracle/content-and-experience-toolkit/archive/master.zip)
* Install the dependencies

Expand Down
Loading

0 comments on commit faad746

Please sign in to comment.