New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

campaign-cli

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

campaign-cli

Save time, reduce risk and improve code health in Adobe Campaign with acc CLI

latest
Source
npmnpm
Version
0.12.0
Version published
Weekly downloads
473
-46.49%
Maintainers
1
Weekly downloads
 
Created
Source

Downloads Code Coverage

acc, the command line interface for Adobe Campaign developers

Save time, reduce risk, and improve code health with acc! This CLI tool helps you build on Adobe Campaign Classic platform. It quickly downloads Adobe Campaign configuration, campaigns and online resources. You can also use it to automate many common development tasks.

Full documentation available on Getting started with acc

Features

  • Download all Marketing content: Campaigns, Deliveries, Web apps, and more!
  • Download all Technical content: Data schemas, Javascript codes & pages, Workflows and more!
  • Replace manual exports with scriptable, auditable, and repeatable operations
  • Decompose sources into codes (JS, HTML, CSS) and metadata (fields @created, @lastModified…)
  • Allow local code checkers, highlighters and linters
  • Work on any instance: local, staging, production ; and any OS: Windows, macOS, Linux

🚀 Quick Start

Installation

npm install -g campaign-cli

Usage

acc auth init --host https://instance.com --user username --pass --alias staging

acc instance pull --alias staging
# Downloading
# ✔ /Administration/Configuration/Form rendering: xtk:formRendering
# ✔ /Administration/Configuration/Javascript codes: xtk:javascript
# ✔ /Administration/Campaign Management/Typology management/Typology rules: nms:typologyRule

🔧 Advanced Configuration

Read the Advanced Use Cases documentation

Roadmap

Read the Project Roadmap.

🔒 Architecture & Security

Read the Architecture & Security documentation.

Changelog

Read the Changelog.

🤝 Contributing

Contributions are welcome! Please open a Github Pull Request!

Local development

# Clone repository
git clone https://github.com/myrosblog/acc-cli.git && cd acc-cli
npm install && npm test

Keywords

adobe

FAQs

Package last updated on 08 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts