Giter VIP home page Giter VIP logo

tcore_cli's Introduction

theCore embedded framework CLI tools

https://travis-ci.org/theCore-embedded/tcore_cli.svg?branch=master

Usage:

usage: tcore [-h] {bootstrap,purge,init,fetch,compile,flash,runenv} ...

theCore framework CLI

positional arguments:
  {bootstrap,purge,init,fetch,compile,flash,runenv}
                        theCore subcommands
    bootstrap           Installs theCore development environment
    purge               Deletes theCore development environment
    init                Initialize project based on theCore
    fetch               Fetches given theCore revision, globally changing its
                        state. Such change will be visible for every theCore-
                        based project of current user
    compile             Build project
    flash               flash project on the target
    runenv              Run arbitrary command inside theCore environment

optional arguments:
  -h, --help            show this help message and exit

Boostrap theCore

usage: tcore bootstrap [-h] [-f]

optional arguments:
  -h, --help   show this help message and exit
  -f, --force  Force (re)install theCore dev environment

Purge theCore

usage: tcore purge [-h]

optional arguments:
  -h, --help  show this help message and exit

Fetch theCore

usage: tcore fetch [-h] [-r REMOTE] [-e REF]

optional arguments:
  -h, --help            show this help message and exit
  -r REMOTE, --remote REMOTE
                        Git remote to fetch theCore, defaults to `upstream`
  -e REF, --ref REF     Optional Git reference: commit id, branch or tag. If
                        not given, `develop` branch will be used.

Initialize project

usage: tcore init [-h] [-r REMOTE] [-o OUTDIR]

optional arguments:
  -h, --help            show this help message and exit
  -r REMOTE, --remote REMOTE
                        Git remote to download project from
  -o OUTDIR, --outdir OUTDIR
                        Output directory to place a project in

Compile project

usage: tcore compile [-h] [-s SOURCE] [-b BUILDDIR]
                     [--buildtype {debug,release,min_size,none}] [-t TARGET]
                     [-j JOBS] [-l] [-c]

optional arguments:
  -h, --help            show this help message and exit
  -s SOURCE, --source SOURCE
                        Path to the source code. Defaults to current
                        directory.
  -b BUILDDIR, --builddir BUILDDIR
                        Path to the build directory. Defaults to
                        ./build/<target_name>-<build_type>, where
                        <target_name> is the selected target and <build_type>
                        is a build type supplied with --buildtype parameter
  --buildtype {debug,release,min_size,none}
                        Build type. Default is none
  -t TARGET, --target TARGET
                        Target name to compile for
  -j JOBS, --jobs JOBS  Specifies the number of `make` jobs (commands) to run
                        simultaneously. Default is 1.
  -l, --list-targets    List supported targets
  -c, --clean           Clean build

Flash binary

usage: tcore flash [-h] [-s SOURCE] [-b BUILDDIR] [-l] [-d DEBUGGER]
                   [-c DEBUGGER_CONFIG] [-u]

optional arguments:
  -h, --help            show this help message and exit
  -s SOURCE, --source SOURCE
                        Path to the source code. Defaults to current
                        directory.
  -b BUILDDIR, --builddir BUILDDIR
                        Explicit path to the build directory where binary
                        files are placed. By default the `build` directory and
                        subdirectories are scanned for binaries.
  -l, --list-bin        List built binaries and avaliable debuggers to perform
                        flash operation
  -d DEBUGGER, --debugger DEBUGGER
                        Use debugger to perform flash. By default the first
                        supported debugger in meta.json is used
  -c DEBUGGER_CONFIG, --debugger-config DEBUGGER_CONFIG
                        Specify debugger configuration. For example, different
                        configurations can represent different debugger
                        versions. By default, first suitable debugger
                        configuration, defined in meta.json, will be used
  -u, --sudo            Run flash command with root privileges using sudo.

Run custom command within theCore environment

usage: tcore runenv [-h] [-s] command [command ...]

positional arguments:
  command     Command to execute.

optional arguments:
  -h, --help  show this help message and exit
  -s, --sudo  Run command with root privileges using sudo.

tcore_cli's People

Contributors

forgge avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

forgge

tcore_cli's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.