@@ -27,15 +27,15 @@ Setting up a new development machine is often a tedious and manual process. Codi
27271 . ** Install Codify:**
2828
2929 ``` sh-session
30- $ npm install -g codify
30+ /bin/bash -c "$(curl -fsSL https://releases.codifycli.com/install.sh)"
3131 ```
3232
33332 . ** Initialize a new project:**
3434
3535 The ` init ` command will scan your system for installed packages and generate a ` codify.jsonc ` file for you.
3636
3737 ``` sh-session
38- $ codify init
38+ codify init
3939 ```
4040
41413 . ** Plan and Apply:**
@@ -47,16 +47,17 @@ Setting up a new development machine is often a tedious and manual process. Codi
4747
4848Here are some of the most common commands:
4949
50- | Command | Description |
51- | ---| ---|
52- | ` codify init ` | Initialize a new Codify project by scanning your system. |
53- | ` codify import ` | Import existing resources into your ` codify.jsonc ` file. |
54- | ` codify plan ` | Show the execution plan without applying any changes. |
55- | ` codify apply ` | Apply the changes to your system. |
56- | ` codify destroy ` | Remove resources managed by Codify. |
57- | ` codify validate ` | Validate your ` codify.jsonc ` file. |
58- | ` codify connect ` | Connect the CLI to the Codify Dashboard. |
59- | ` codify login ` | Log in to your Codify account. |
50+ | Command | Description |
51+ | -------------------| ----------------------------------------------------------|
52+ | ` codify init ` | Initialize a new Codify project by scanning your system. |
53+ | ` codify import ` | Import existing resources into your ` codify.jsonc ` file. |
54+ | ` codify plan ` | Show the execution plan without applying any changes. |
55+ | ` codify apply ` | Apply the changes to your system. |
56+ | ` codify destroy ` | Remove resources managed by Codify. |
57+ | ` codify validate ` | Validate your ` codify.jsonc ` file. |
58+ | ` codify connect ` | Connect the CLI to the Codify Dashboard. |
59+ | ` codify login ` | Log in to your Codify account. |
60+ | ` codify test ` | Launch a VM to test a Codify config |
6061
6162For a full list of commands and options, run ` codify --help ` .
6263
0 commit comments