All Projects → eduardokeneeth → oracle-commerce-cli

eduardokeneeth / oracle-commerce-cli

Licence: MIT license
A simple CLI to help with your daily Oracle Commerce Cloud (OCC) development.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to oracle-commerce-cli

table-api-generator
Oracle Table API Generator
Stars: ✭ 38 (+111.11%)
Mutual labels:  oracle
orabbix
zabbix oracle orabbix docker
Stars: ✭ 17 (-5.56%)
Mutual labels:  oracle
OCI-Rest-APIs-nodejs
Oracle Cloud Infrastructure REST APIs implemented in node.js, with current support for Database and limited Object Storage. More will be added.
Stars: ✭ 18 (+0%)
Mutual labels:  oracle
esop
Cloud-enabled backup and restore tool for Apache Cassandra
Stars: ✭ 40 (+122.22%)
Mutual labels:  oracle
harbinger
Harbinger is a decentralized price oracle solution for price feeds on the Tezos network. This repository contains top level documentation for the project.
Stars: ✭ 39 (+116.67%)
Mutual labels:  oracle
oracle-jdbc-tester
A simple command line Java application to test JDBC connection to Oracle database
Stars: ✭ 37 (+105.56%)
Mutual labels:  oracle
dbclient
데이터배이스 관리 / 자동 메일링 / Admin 자동화 / Database IDE Tool. SQL Development Helper. Support DBMS Oracle/Mysql/MS-SQL
Stars: ✭ 35 (+94.44%)
Mutual labels:  oracle
apex-plugin-ig simple checkbox
Oracle APEX Item Plugin - IG Simple Checkbox
Stars: ✭ 21 (+16.67%)
Mutual labels:  oracle
plant erd
ERD exporter with PlantUML and mermaid format
Stars: ✭ 126 (+600%)
Mutual labels:  oracle
apex-plugin-clockpicker
Oracle APEX Item Plugin - ClockPicker
Stars: ✭ 14 (-22.22%)
Mutual labels:  oracle
terraform-oci-vcn
A reusable and extensible Terraform module that provisions a VCN on Oracle Cloud Infrastructure
Stars: ✭ 22 (+22.22%)
Mutual labels:  oracle
oracle-instantclient
💽 Oracle InstantClient
Stars: ✭ 97 (+438.89%)
Mutual labels:  oracle
erdiagram
Entity-Relationship diagram code generator library
Stars: ✭ 28 (+55.56%)
Mutual labels:  oracle
gaode2
利用高德导航接口创建交通路网模型
Stars: ✭ 23 (+27.78%)
Mutual labels:  oracle
okcli
An Oracle-DB command line client
Stars: ✭ 47 (+161.11%)
Mutual labels:  oracle
SchemaMapper
A .NET class library that allows you to import data from different sources into a unified destination
Stars: ✭ 41 (+127.78%)
Mutual labels:  oracle
WebDAVServerSamplesJava
WebDAV server examples in Java based on IT Hit WebDAV Server Library for Java
Stars: ✭ 38 (+111.11%)
Mutual labels:  oracle
json-sql-builder2
Level Up Your SQL-Queries
Stars: ✭ 59 (+227.78%)
Mutual labels:  oracle
database connections
⚙️Demonstration code to connect R on MacOS to various database flavors.
Stars: ✭ 18 (+0%)
Mutual labels:  oracle
plsql-qr-code
Oracle PL/SQL Package and APEX plugin for QR Code Generation
Stars: ✭ 34 (+88.89%)
Mutual labels:  oracle

Oracle Commerce Cloud CLI

GitHub contributors npm npm

A simple CLI to help with your daily OCC development.

Prerequisites

Installation

npm install -g oracle-commerce-cli

Getting Started

After installing the CLI and make sure your project is following the prerequisites you need to start your project using occ --start. At this point you will inform your current environment and pass the URL + AppKey.

$ occ --start
? Select an environment: TEST
? Admin URL: <URL>
? AppKey: <KEY>
Your project is ready!

After this you can use everything on this CLI.

Note: You only need to do this once, after that if you need to update, change or configure an environment, please use the Environment Manager (occ --env <operation>).

Options

The following table describes the options you can use with occ.

Option Description
-h, --help Provides usage information for the CLI
-V, --version Provides the CLI's version
-s, --start Starts the project setup
-d, --dev Starts Watcher + Browsersync.

Note: Click here to see how configure Browsersync.
-c, --create <type> Creates widget or element.

Options: widget, element.
-r, --refresh <path> Refreshes content from the Commerce instance within the specified directory.
-p, --putAll <path> Sends everything from the specified directory.
-e, --env <operation> Starts the Environment Manager.

Options: current, config, change.
-t, --transfer <path> Transfers things between current and selected environment.
-x, --sse <operation> Starts the Server-side Extension Manager.

Options: download, upload, transfer.
-g, --grab <path> Starts grabbing everything from current environment.

License

Oracle Commerce CLI is MIT licensed.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].