Skip to content

Commit

Permalink
Company rename
Browse files Browse the repository at this point in the history
  • Loading branch information
LucilleH committed Apr 12, 2024
1 parent fcb4f2b commit 4dce734
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions devbox.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"include": [
"github:jetpack-io/devbox-plugins?dir=go-monorepo"
"github:jetify-com/devbox-plugins?dir=go-monorepo"
],
"shell": {
"scripts": {
Expand All @@ -10,4 +10,4 @@
]
}
}
}
}
2 changes: 1 addition & 1 deletion envsec/docs/envsec.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ envsec [flags]
* [envsec auth](envsec_auth.md) - envsec auth commands
* [envsec completion](envsec_completion.md) - Generate the autocompletion script for the specified shell
* [envsec download](envsec_download.md) - Download environment variables into the specified file
* [envsec exec](envsec_exec.md) - Execute a command with Jetpack-stored environment variables
* [envsec exec](envsec_exec.md) - Execute a command with Jetify-stored environment variables
* [envsec init](envsec_init.md) - initialize directory and envsec project
* [envsec ls](envsec_ls.md) - List all stored environment variables
* [envsec rm](envsec_rm.md) - Delete one or more environment variables
Expand Down
2 changes: 1 addition & 1 deletion envsec/docs/envsec_exec.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## envsec exec

Execute a command with Jetpack-stored environment variables
Execute a command with Jetify-stored environment variables

### Synopsis

Expand Down
2 changes: 1 addition & 1 deletion envsec/pkg/envcli/exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func ExecCmd() *cobra.Command {
flags := &execCmdFlags{}
command := &cobra.Command{
Use: "exec <command>",
Short: "Execute a command with Jetpack-stored environment variables",
Short: "Execute a command with Jetify-stored environment variables",
Long: "Execute a specified command with remote environment variables being present for the duration of the command. If an environment variable exists both locally and in remote storage, the remotely stored one is prioritized.",
Args: cobra.MinimumNArgs(1),
RunE: func(cmd *cobra.Command, args []string) error {
Expand Down
2 changes: 1 addition & 1 deletion typeid/typeid-js/devbox.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/jetpack-io/devbox/0.10.4/.schema/devbox.schema.json",
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.10.4/.schema/devbox.schema.json",
"packages": [
"nodejs@latest"
],
Expand Down
2 changes: 1 addition & 1 deletion typeid/typeid-sql/devbox.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/jetpack-io/devbox/main/.schema/devbox.schema.json",
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/main/.schema/devbox.schema.json",
"packages": ["nodejs@18.12.1"],
"env": {
"DEVBOX_COREPACK_ENABLED": "true",
Expand Down

0 comments on commit 4dce734

Please sign in to comment.