Giter Club home page Giter Club logo

helloworld's Introduction

Hello World Mentz Challenge

About

For an overview of Mentz, see the Blog Post

This is a simple challenge to get started with Mentz to figure out if everything works.

Taking the Challenge

To take the challenge you build out the HelloWorld.cls class to satisfy the unit tests. There are a couple of ways of doing this.

Scratch Org

If you want to iterate on your development, use the class in the source format (./force-app) directory in conjunction with a scratch org and the Salesforce CLI force:source:push/pull commands.

Developer Edition

Use the class in the metadata format (./src) directory and the Salesforce CLI to carry out a metadata deployment - there's a package.xml file in place so all you have to do is run:

sfdx force:mdapi:deploy -d src -w 10 -u <username>

if you don't want to deploy the code, you can carry out a check deployment and execute the tests to get the results:

sfdx force:mdapi:deploy -l RunSpecifiedTests -r HelloWorld_Test -c -u <username> -d src -w 10

Requesting Mentoring

Ensure you have installed the MENTZ sfdx plugin.

Execute the following command:

sfdx mentz:publish -c "<comment>" -f <solution_filename> -u <username> -m

Parameters:

Name Description
<comment> a comment that raises any areas of concern to the mentor
<solution_filename> the full pathname to your solution class
<username> your username in the Mentz instance

Publishing the solution

Ensure you have installed the MENTZ sfdx plugin.

Execute the following command:

sfdx mentz:publish -c "<comment>" -f <solution_filename> -u <username>

Parameters:

Name Description
<comment> a comment that calls out any areas of interest in your solution
<solution_filename> the full pathname to your solution class
<username> your username in the Mentz instance

helloworld's People

Contributors

keirbg avatar keirbowden avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

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.