Command Line Usage

To locally run your new devcontainer-based build & test

  • embedops-cli login
    • if needed, this will redirect to EmbedOps.io in your default browser to retrieve your company's docker registry credentials.
  • To use embedops-cli navigate to the root of your source code (where your bitbucket-pipelines.yml exists)
  • To show your configured jobs: embedops-cli jobs show
  • To run jobs listed by show: embedops-cli jobs run <job-name>
  • Add any environment variables your build needs to a .eo_env file in the same directory as your yaml file. It should be written in this format:
    VAR_NAME="var_value" 
    SECOND_VAR_NAME="second_var_value"
    		
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.