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.
The enfcli
- Xaptum's CLI tool - allows you to easily manage your ENF resources. Check out the docs for examples of the various enfcli
commands available for you to use.
To install enfcli
release versions of the gem run
$ gem install enfcli
To update existing enfcli
installation to latest release version
$ gem update enfcli
To install enfcli
pre-release verions
$ gem install enfcli --pre
There are two ways to connect to the ENF through the enfcli
.
Configuration file
The recommended way to connect to the ENF through the enfcli
is by creating a configuration file (.xaptum_config.json
) in your home directory. The enfcli
will read your configuration from this file whenever you attempt to connect, and will save you from entering in your host
and username
parameters each time. The following command creates a config file in your home directory.
$ enfcli create-config-file --host=<HOST> --user=<USERNAME>
Config file created successfully at /Users/dylanirlbeck/.xaptum_config.json!
You can view your current configuration at any time by doing the following:
$ enfcli display-config-file
{"host":<HOST>,"user":<USERNAME>}
With your configuration file created, connect to the ENF by simply doing
$ enfcli
Connecting to <HOST>.....
Enter Password: <PASSWORD>
CLI parameters
Instead of a configuration file, you can always connect to the ENF through the enfcli
by providing your host and username as command line parameters
$ enfcli --host <host> --user <user>
Whichever way you choose, you'll be prompted for your account password as the final step of authentication. Once authenticated, type help
in enfcli
prompt to list all available enfcli
commands
enfcli-user@acme> help
git checkout -b <GIT_USER_NAME>/<BRANCH_NAME>
make bump-pre
rufo
. The build process will fail if the code is not formatted.
make format
NOTE: Do not fork the repository
enfcli
pre-release and release versions are automatically published to RubyGems by the build process. Each commit to master
branch publishes a pre-release version of the gem.
master
master
MAJOR.MINOR.PATCH-alpha
MAJOR.MINOR.PATCH-beta
MAJOR.MINOR.PATCH-rc
enfcli
version to MAJOR.MINOR.PATCH
in lib/enfcli/version.rb
and commit the change to master
Copyright 2018 Xaptum, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License from the LICENSE.txt file or at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
FAQs
Unknown package
We found that enfcli 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.