Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed Apr 21, 2024
1 parent 9c26e66 commit 61d1a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ Micro comes with a built in Go framework for service based development.
The framework lets you write services without piecing together endless lines of boilerplate code.
Configured and initialised by default, import it and get started.

### Command Line
### CLI

The command line interface includes dynamic command mapping for all services running on the platform. It turns any service instantly into a CLI command along with flag parsing
for inputs. Includes support for environments, namespaces, creating and running services, status info and logs.

### Remote Environments
### Environments

Micro bakes in the concept of `Environments`. Run your server locally for development and in the cloud for production,
seamlessly switch between them using the CLI command `micro env set [environment]`.
Expand Down

0 comments on commit 61d1a06

Please sign in to comment.