Skip to content

Screen UI

0. Full screen

Alt text

  • This part manages the Remote Project. Refer to link for a detailed explanation.
  • This part manages the Local Project. Refer to link for a detailed explanation.
  • Project Log can be checked in this part. Refer to link for a detailed explanation.
  • This part is Code Editor and Local Log. Refer to link for a detailed explanation.

1. Remote Project management part

Alt text

  1. The top-level item within the area is the Application names associated with the Credentials, and the Lambdas registered under the Application is displayed below.
  2. Refresh: It refreshes the Remote Project Area.
  3. Filter: After clicking, enter a search term in the top popup to display only the results that include that search term.
  4. New: Create a new project in Local.
  5. Delete: Delete the selected project from the Remote area. (deletion can be performed after locking)
  6. Download: It downloads the selected project to the Local area.
  7. Lock: Lock another user from Deploy or Delete selected project.
  8. Logs: It allows you to view the logs for the selected Lambda, which are displayed in the lower CALS PROJECT LOGS tab.

2. Local Project management part

Alt text

  1. In the top of this part is project lambda in Local. When clicking on it, sub-folder and file of relevant project is displayed and when clicking on the file, file information will be displayed and modified in Editor area.
  2. Refresh: refresh Local Project area.
  3. Checkin: Deploy selected project in Remote.
  4. Delete: Delete selected project from Local.
  5. Pull: Move selected project to Remote Project
  6. UpdateSDK: Updates the latest SDK for SDK of selected project.
  7. Migration: this button will be displayed when you download project created in extension with version lower than 1.1.x Refer to Extension Converting Guide - Migration

3. Project Log management part

Checking project log 3.1. Click on the Log button of lambda that you want to check log in Remote

Alt text

3.2. After the completion log is visible in the Local Log area, the log list will appear in the Project Log area. The log entries in this list are formatted as [call timestamp][call version][uuid].

(※ When calling uuid lambda, a random number is created and used as identifier for each call)

Alt text

3.3. Click on the ShowLog button of the uuid that you want to check in Project Log.

Alt text

3.4. After the completion log is visible in the Local Log area, the corresponding log will open in a txt file within the Code Editor area.

Alt text

4. Code Editor & Local Log part

Alt text

  • When you click on a file in the left navigation area, the Code Editor opens, allowing you to directly modify the selected file.
  • In the lower terminal area, under Output, you can check the logs for the Extension. This section provides information about the success of the actions performed by the Extension, as well as any error messages.
  • To check the Extension's log, the selectbox must be set to CALS Extension Logs.