![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
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.
@bluecadet/bcdb
Advanced tools
Easily pull databases and files from Pantheon to a local MAMP instance.
Easily pull databases and files from Pantheon to a local MAMP instance.
In Terminal, run:
$ cd ~
$ curl -O https://raw.githubusercontent.com/pantheon-systems/terminus-installer/master/builds/installer.phar && php installer.phar install
If you do not have a Pantheon Machine token, generate one. Copy the machine token to your clipboard
Authenticate Terminus in Terminal:
$ terminus auth:login --machine-token=[MACHINE_TOKEN_VALUE]
Additionally, generate and/or add an SSH key. This will allow you to easily pull files from a site.
$ npm install -g @bluecadet/bcdb
After installing BCDB, run bcdb config
. You will be asked to enter your Pantheon Machine Token.
In a project root directory, run bcdb init
. This will ask a series of questions to initialize project configuration.
Run bcdb pull
to pull a database or files from a specfic Pantheon enviornment
To override the backup expiration and force a new database backup to be created, use the
--force
or -f
flag:
$ bcdb pull -f
You can optionally pass directories or other rsync exclude
parameters with the --exclude=
argument. Seperate excludes with a comma:
$ bcdb pull --exclude=files/path
$ bcdb pull --exclude=files/path,another/path
FAQs
Easily pull databases and files from Pantheon to a local MAMP instance.
The npm package @bluecadet/bcdb receives a total of 2 weekly downloads. As such, @bluecadet/bcdb popularity was classified as not popular.
We found that @bluecadet/bcdb demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.