Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Command-line interface for Aptible Comply.
Note: while this gem is in development, it is (a) private, and (b) built against API endpoints that are still in development. As a result, the instructions here are both temporary (subject to change) and more complicated than they will eventually be.
Clone this repo: git clone git@github.com:aptible/comply-cli.git
From the repo directory, install the gem:
pushd comply-cli/
bundle install
bundle exec rake install
popd
When using the gem, you will need to configure it to point at a version of the Comply CLI that supports the endpoints required by the CLI. At this moment, the "comply-api-cli" app in the "aptible-staging" environment on Deploy is the deployment kept mos up to date. To use this app with comply-cli, set APTIBLE_AUTH_ROOT_URL
and APTIBLE_COMPLY_ROOT_URL
each time you open a new shell (terminal) to use the CLI:
export APTIBLE_AUTH_ROOT_URL=https://auth-api-master.aptible-staging.com APTIBLE_COMPLY_ROOT_URL=https://comply-api-cli.aptible-staging.com
From comply help
:
Commands:
comply help [COMMAND] # Describe available commands or one specific command
comply integrations:enable INTEGRATION_ID # Enable an integration
comply integrations:list # List integrations
comply integrations:sync INTEGRATION_ID # Sync an integration
comply integrations:update INTEGRATION_ID # Enable an integration
comply login # Log in to Aptible
comply programs:select # Select a program for CLI context
comply version # Print Aptible CLI version
rake spec
) and meets Aptible's Ruby style guide (rake rubocop
).bundle exec script/sync-readme-usage
).MIT License, see LICENSE for details.
Copyright (c) 2019 Aptible and contributors.
FAQs
Unknown package
We found that comply-cli 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.