Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@appcircle/appcenter-migration-tool
Advanced tools
CLI tool for running migration on Appcenter to Appcircle
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.
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
To get started :
Follow the installation instructions
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
Below is the list of commands currently supported by appcenter-migration-tool tool:
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]
appcenter-migration-tool (-i, --interactive)
to proceed with the appcenter-migration-tool GUIAPI_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
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
FAQs
CLI tool for running migration on Appcenter to Appcircle
We found that @appcircle/appcenter-migration-tool demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.