New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@appcircle/appcenter-migration-tool

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appcircle/appcenter-migration-tool

CLI tool for running migration on Appcenter to Appcircle

  • 0.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

App Center Migration Tool

The App Center Migration Tool is a CLI utility designed to help App Center users seamlessly transfer their organizations, apps, and testing groups to Appcircle. This tool streamlines the migration process, ensuring a smooth transition between platforms.

Table Of Contents

  • Installation Instructions
  • Usage Guidelines
  • Environment Variables
  • Interactive Mode

Installation Instructions

To install the tool globally, simply launch:

npm install -g @appcenter-migration-tool

alternatively, you can install the tool locally:

npm install @appcenter-migration-tool

Usage Guidelines

To get started :

  1. Follow the installation instructions

  2. Simply launch the command on your Terminal/Command Line

appcenter-migration-tool

If you have installed it locally, you should run npx appcenter-migration-tool

  1. Log in to your App Center and Appcircle accounts.

Below is the list of commands currently supported by appcenter-migration-tool tool:

Core Commands

Run appcenter-migration-tool [commandName] --help to view a list of commands/subcommands in your terminal.

The commands follow this pattern:

appcenter-migration-tool <command> <subcommand> ... <subcommand> [options]
  • Run appcenter-migration-tool (-i, --interactive) to proceed with the appcenter-migration-tool GUI

Environment Variables

  • API_HOSTNAME: Specifies the host where the App Center API endpoint is located.

  • APPCENTER_TOKEN: App Center authentication token for API requests. Setting this avoids being prompted to authenticate and overrides any previously stored credentials.

  • AC_ACCESS_TOKEN: Appcircle authentication token for API requests. Setting this avoids being prompted to authenticate and overrides any previously stored credentials.

  • AC_API_HOSTNAME: Specifies the host where the Appcircle API endpoint is located.

  • AC_AUTH_HOSTNAME: Specifies the host where your IAM (identity access management) server endpoint is located.

  • AC_PAT: Appcircle Personal API Token

Interactive Mode

appcenter-migration-tool incorporates a GUI that allows users to interactively access its features. To view all features in interactive mode, execute the following command:

appcenter-migration-tool -i

Keywords

FAQs

Package last updated on 29 Jul 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc