Evolved5G_CLI

https://img.shields.io/pypi/v/evolved5g.svg Documentation Status

Evolved5G CLI prototype

Features

  • Generate a new python NetApp from a template

  • Assist in connecting the new NetApp & repo with EVOLVED-5G CI/CD pipeline

Installation

Stable release (NOT YET INTEGRATED)

To install Evolved5G_CLI, run this command in your terminal:

$ pip install evolved5g

This is the preferred method to install Evolved5G_CLI, as it will always install the most recent stable release.

If you don’t have pip installed, this Python installation guide can guide you through the process.

From sources

The sources for Evolved5G_CLI can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/skolome/evolved5g_cli

Or download the tarball:

$ curl -OJL https://github.com/skolome/evolved5g_cli/tarball/master

Once you have a copy of the source, you can install it with:

$ python setup.py install

Usage

Run the following command to access the documentation/help page and read about the various options

$ evolved5g

Generate

To generate a new NetApp project run the following command. You will be asked for some inputs such as the repoName, packageName etc

$ evolved5g generate

or to learn more about the available options

$ evolved5g generate --help

For example run the following command, to have the repoName as “firstNetApp” and all other values as the default ones:

$ evolved5g generate --no-input -r firstNetApp

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.